summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorseb <seb>2009-03-07 13:25:19 +0000
committerseb <seb>2009-03-07 13:25:19 +0000
commitd3c36271919b7c80b003570ebef1e139f6c31c1a (patch)
tree24645d05abd21852e13c897f53270526e4b4f8e6 /mail
parent0f0ba9834a99169d1a871eaa061fbf99ef4865f0 (diff)
downloadpkgsrc-d3c36271919b7c80b003570ebef1e139f6c31c1a.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')
-rw-r--r--mail/spamassassin/Makefile4
-rw-r--r--mail/spamassassin/options.mk4
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