diff options
author | seb <seb@pkgsrc.org> | 2009-03-07 13:25:19 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-03-07 13:25:19 +0000 |
commit | 38b2af908289f45de55ff1d932df107b79553306 (patch) | |
tree | 24645d05abd21852e13c897f53270526e4b4f8e6 /mail/spamassassin | |
parent | 5e7517cec7f874b044dc3635fa3680c7a724c8ff (diff) | |
download | pkgsrc-38b2af908289f45de55ff1d932df107b79553306.tar.gz |
Bump PKGREVISION to 2.
Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6
Diffstat (limited to 'mail/spamassassin')
-rw-r--r-- | mail/spamassassin/Makefile | 4 | ||||
-rw-r--r-- | mail/spamassassin/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index ede1faa804a..17aeebc23cd 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.91 2009/02/18 11:02:59 abs Exp $ +# $NetBSD: Makefile,v 1.92 2009/03/07 13:25:19 seb Exp $ DISTNAME= Mail-SpamAssassin-3.2.5 PKGNAME= spamassassin-3.2.5 -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= sa CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/} diff --git a/mail/spamassassin/options.mk b/mail/spamassassin/options.mk index d8fb43cfa09..87f57f5c33e 100644 --- a/mail/spamassassin/options.mk +++ b/mail/spamassassin/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2007/08/26 17:26:51 heinz Exp $ +# $NetBSD: options.mk,v 1.8 2009/03/07 13:25:19 seb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.spamassassin PKG_SUPPORTED_OPTIONS= inet6 @@ -112,5 +112,5 @@ MAKE_PARAMS+= ENABLE_SSL=no # Be prepared for IPv6 nameservers # .if !empty(PKG_OPTIONS:Minet6) -DEPENDS+= p5-INET6-[0-9]*:../../net/p5-INET6 +DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6 .endif |