pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNS Bump PKGREVISION to 1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7a07baf3c3d
branches:  trunk
changeset: 555726:c7a07baf3c3d
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Mar 07 15:34:40 2009 +0000

description:
Bump PKGREVISION to 1.

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

diffstat:

 net/p5-Net-DNS/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b1279af076f5 -r c7a07baf3c3d net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Sat Mar 07 15:03:16 2009 +0000
+++ b/net/p5-Net-DNS/Makefile   Sat Mar 07 15:34:40 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2009/02/22 16:38:46 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2009/03/07 15:34:40 seb Exp $
 
 DISTNAME=              Net-DNS-0.65
+PKGREVISION=           1
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5ndn
 CATEGORIES=            net perl5
@@ -27,7 +28,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+=              p5-INET6>=2.01:../../net/p5-INET6
+DEPENDS+=              p5-IO-Socket-INET6>=2.01:../../net/p5-IO-Socket-INET6
 DEPENDS+=              p5-Socket6-[0-9]*:../../net/p5-Socket6
 MAKE_PARAMS+=          --IPv6-tests
 .else



Home | Main Index | Thread Index | Old Index