summaryrefslogtreecommitdiff
path: root/net/p5-Socket6
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-Socket6
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-Socket6')
-rw-r--r--net/p5-Socket6/Makefile4
-rw-r--r--net/p5-Socket6/buildlink3.mk18
2 files changed, 2 insertions, 20 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index 335a1a380a6..0f0f952fe63 100644
--- a/net/p5-Socket6/Makefile
+++ b/net/p5-Socket6/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Socket6-0.17
PKGNAME= p5-Socket6-0.17
SVR4_PKGNAME= p5so6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
diff --git a/net/p5-Socket6/buildlink3.mk b/net/p5-Socket6/buildlink3.mk
deleted file mode 100644
index d05ba9a7f6c..00000000000
--- a/net/p5-Socket6/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/05/08 07:37:41 snj Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-P5_SOCKET6_BUILDLINK3_MK:= ${P5_SOCKET6_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= p5-Socket6
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Np5-Socket6}
-BUILDLINK_PACKAGES+= p5-Socket6
-
-.if !empty(P5_SOCKET6_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.p5-Socket6+= p5-Socket6>=0.12
-BUILDLINK_PKGSRCDIR.p5-Socket6?= ../../net/p5-Socket6
-.endif # P5_SOCKET6_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}