Bump PKGREVISION to 2.
Change dependency on the soon to be removed net/p5-INET6 to the identical net/p5-IO-Socket-INET6
This commit is contained in:
parent
6e8b399858
commit
faa92d21a2
2 changed files with 4 additions and 4 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue