diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
commit | fcc0b5fda026e38aa1efb7f318010e3a69098566 (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /mail | |
parent | 22538e12e3f525cd419843289915758a5a78c187 (diff) | |
download | pkgsrc-fcc0b5fda026e38aa1efb7f318010e3a69098566.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/spamprobe/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 3469078536f..0de5cec5c87 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2010/11/15 22:57:48 abs Exp $ +# $NetBSD: Makefile,v 1.28 2011/01/13 13:53:28 wiz Exp $ DISTNAME= msmtp-1.4.21 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index f60391b69b6..951c13096cc 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2010/09/16 08:04:15 adam Exp $ +# $NetBSD: Makefile,v 1.25 2011/01/13 13:53:29 wiz Exp $ DISTNAME= spamprobe-1.4d -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 1b425402d2f..7c3ba803ef7 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.64 2010/12/11 14:34:40 tnn Exp $ +# $NetBSD: Makefile,v 1.65 2011/01/13 13:53:29 wiz Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} TB_VER= 3.1.7 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.bz2 |