pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Bump PKGREVISION to 2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fee99655efc
branches:  trunk
changeset: 555715:6fee99655efc
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Mar 07 13:25:19 2009 +0000

description:
Bump PKGREVISION to 2.

Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6

diffstat:

 mail/spamassassin/Makefile   |  4 ++--
 mail/spamassassin/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r c60516ea621f -r 6fee99655efc mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Sat Mar 07 11:07:53 2009 +0000
+++ b/mail/spamassassin/Makefile        Sat Mar 07 13:25:19 2009 +0000
@@ -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 -r c60516ea621f -r 6fee99655efc mail/spamassassin/options.mk
--- a/mail/spamassassin/options.mk      Sat Mar 07 11:07:53 2009 +0000
+++ b/mail/spamassassin/options.mk      Sat Mar 07 13:25:19 2009 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index