diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-29 05:53:53 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-29 05:53:53 +0000 |
commit | 7ec2f14a2529f2dd5c497a7ddbc844c8ee4169ab (patch) | |
tree | efa6afc72ffed6c6eefb0c5125c0ed8bcab78e1b | |
parent | e8a01309eae4ecee82cbada1f46c1d120e8485cf (diff) | |
download | ports-7ec2f14a2529f2dd5c497a7ddbc844c8ee4169ab.tar.gz ports-7ec2f14a2529f2dd5c497a7ddbc844c8ee4169ab.zip |
- Update to 0.13
- p5-IO-Interface required by pcapinfo
Notes
Notes:
svn path=/head/; revision=171605
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Pcap/distinfo | 6 |
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 |