aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-29 13:53:53 +0800
committerclsung <clsung@FreeBSD.org>2006-08-29 13:53:53 +0800
commit732e9ebdc861ac9fd21089dbf72d4aaf166235e8 (patch)
tree347ec1b9ecfc3c68e55ddf435d28378cd187a452
parentbc63dbb88814462e04055ba800bf5e23d5e00cc5 (diff)
downloadfreebsd-ports-gnome-732e9ebdc861ac9fd21089dbf72d4aaf166235e8.tar.gz
freebsd-ports-gnome-732e9ebdc861ac9fd21089dbf72d4aaf166235e8.tar.zst
freebsd-ports-gnome-732e9ebdc861ac9fd21089dbf72d4aaf166235e8.zip
- Update to 0.13
- p5-IO-Interface required by pcapinfo
-rw-r--r--net/p5-Net-Pcap/Makefile8
-rw-r--r--net/p5-Net-Pcap/distinfo6
2 files changed, 10 insertions, 4 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile
index 3eb18fc1dd85..6db68b129ec0 100644
--- a/net/p5-Net-Pcap/Makefile
+++ b/net/p5-Net-Pcap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-Pcap
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -15,9 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to pcap(3) LBL packet capture library
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
+
PERL_CONFIGURE= yes
MAN1= pcapinfo.1
MAN3= Net::Pcap.3
+do-patch:
+ @${REINPLACE_CMD} -e "s#cc_r =>#cc => '-o', cc_r =>#" \
+ ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>
diff --git a/net/p5-Net-Pcap/distinfo b/net/p5-Net-Pcap/distinfo
index d20715f42a94..59b61d2827eb 100644
--- a/net/p5-Net-Pcap/distinfo
+++ b/net/p5-Net-Pcap/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-Pcap-0.12.tar.gz) = b7a9c6be225dce74d560e109d9b702b5
-SHA256 (Net-Pcap-0.12.tar.gz) = 0946381d47c833ffd58b430894d467a39cce9cd9915e02713f635e1a8c25dd96
-SIZE (Net-Pcap-0.12.tar.gz) = 77587
+MD5 (Net-Pcap-0.13.tar.gz) = be92f81b0fb5961593ab3089c24ddce6
+SHA256 (Net-Pcap-0.13.tar.gz) = c0b2e75b7a57f1c57899b1c5ea84c12672ffb59a385e8a868e2bea4260cb3a07
+SIZE (Net-Pcap-0.13.tar.gz) = 77465