summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2008-02-16 11:23:27 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2008-02-16 11:23:27 +0000
commit5a2fc8b3acfbbe3b5fcea5c11ca449db9f7faa85 (patch)
tree0f1363029308db909bd59354102f2be08b39665a /net
parent- Update to 0.7d (fix file mismatch) (diff)
Update to 0.20.
Notes
Notes: svn path=/head/; revision=207307
Diffstat (limited to 'net')
-rw-r--r--net/p5-Socket6/Makefile2
-rw-r--r--net/p5-Socket6/distinfo6
-rw-r--r--net/p5-Socket6/files/patch-Socket6.xs21
3 files changed, 4 insertions, 25 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index ec4865c251ad..439c5a6c4624 100644
--- a/net/p5-Socket6/Makefile
+++ b/net/p5-Socket6/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Socket6
-PORTVERSION= 0.19
+PORTVERSION= 0.20
CATEGORIES= net perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Socket6
diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo
index bfbac317f9fd..e70f8aab2816 100644
--- a/net/p5-Socket6/distinfo
+++ b/net/p5-Socket6/distinfo
@@ -1,3 +1,3 @@
-MD5 (Socket6-0.19.tar.gz) = 35e4bb7e09ca3154a44bcaa8959780a2
-SHA256 (Socket6-0.19.tar.gz) = 6a3d4d110657faac051e68c041a3cb6c68a14e0c597b063cc9422a285c278e6d
-SIZE (Socket6-0.19.tar.gz) = 55664
+MD5 (Socket6-0.20.tar.gz) = c66d1b99cabe964573ece3c3b684c23c
+SHA256 (Socket6-0.20.tar.gz) = 1a05cc0e0996fb529f60aabd7fd8da3a836aacfc8c5c88c2bfcf6f6ec8153f0d
+SIZE (Socket6-0.20.tar.gz) = 57153
diff --git a/net/p5-Socket6/files/patch-Socket6.xs b/net/p5-Socket6/files/patch-Socket6.xs
deleted file mode 100644
index 61459caa9548..000000000000
--- a/net/p5-Socket6/files/patch-Socket6.xs
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: Socket6.xs
-diff -u Socket6.xs.orig Socket6.xs
---- Socket6.xs.orig Sun Aug 28 01:53:11 2005
-+++ Socket6.xs Thu Jul 5 19:31:29 2007
-@@ -59,9 +59,14 @@
- #include <sys/socket.h>
- #include <netinet/in.h>
- #ifdef __KAME__
-+# include <sys/param.h>
- # include <net/route.h>
--# ifndef __OpenBSD__
--# include <netinet6/ipsec.h>
-+# if defined(__FreeBSD__) && __FreeBSD_version >= 700048
-+# include <netipsec/ipsec.h>
-+# else
-+# ifndef __OpenBSD__
-+# include <netinet6/ipsec.h>
-+# endif
- # endif
- #endif
- #include <netdb.h>