summaryrefslogtreecommitdiff
path: root/net/p5-INET6
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-06 06:19:03 +0000
committerjlam <jlam>2005-08-06 06:19:03 +0000
commit1fb74ec3cdd77b6e24fbc2c53a3750b70d73336a (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /net/p5-INET6
parent6f6dc612b66cd9ef784b2e7d9936cf4bd43f8cdc (diff)
downloadpkgsrc-1fb74ec3cdd77b6e24fbc2c53a3750b70d73336a.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'net/p5-INET6')
-rw-r--r--net/p5-INET6/Makefile6
-rw-r--r--net/p5-INET6/buildlink3.mk18
2 files changed, 4 insertions, 20 deletions
diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile
index 8aad6bbcc43..6aba73dac8e 100644
--- a/net/p5-INET6/Makefile
+++ b/net/p5-INET6/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= INET6-2.01
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
@@ -10,8 +11,9 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mondejar/INET6/
COMMENT= Object interface for AF_INET|AF_INET6 domain sockets
+DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
+
PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
-.include "../../net/p5-Socket6/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-INET6/buildlink3.mk b/net/p5-INET6/buildlink3.mk
deleted file mode 100644
index c281f0d58a7..00000000000
--- a/net/p5-INET6/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/05/08 07:37:40 snj Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-P5_INET6_BUILDLINK3_MK:= ${P5_INET6_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= p5-INET6
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Np5-INET6}
-BUILDLINK_PACKAGES+= p5-INET6
-
-.if !empty(P5_INET6_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.p5-INET6+= p5-INET6>=2.00
-BUILDLINK_PKGSRCDIR.p5-INET6?= ../../net/p5-INET6
-.endif # P5_INET6_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}