diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-05 01:12:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-05 01:12:14 +0800 |
commit | 680b307e02f8bfd5ba6f94183db095113549f5b0 (patch) | |
tree | 520dd474b47ac944a030c2756992e9a19f26e35f /net | |
parent | fc1fdf958facd1f492ba23950923cb577666be70 (diff) | |
download | freebsd-ports-gnome-680b307e02f8bfd5ba6f94183db095113549f5b0.tar.gz freebsd-ports-gnome-680b307e02f8bfd5ba6f94183db095113549f5b0.tar.zst freebsd-ports-gnome-680b307e02f8bfd5ba6f94183db095113549f5b0.zip |
- Update to 1.14
- Fix and sort *_DEPENDS: Bit::Vector is not a dependency
Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Frame-Dump/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Frame-Dump/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net/p5-Net-Frame-Dump/Makefile b/net/p5-Net-Frame-Dump/Makefile index ee3f2eadb062..669ad03d27d0 100644 --- a/net/p5-Net-Frame-Dump/Makefile +++ b/net/p5-Net-Frame-Dump/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Dump -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +12,9 @@ COMMENT= Tcpdump like perl implementation LICENSE= ART10 -BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ +BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \ - p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ - p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor + p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/net/p5-Net-Frame-Dump/distinfo b/net/p5-Net-Frame-Dump/distinfo index db702cea3d3e..36f8cc0b3874 100644 --- a/net/p5-Net-Frame-Dump/distinfo +++ b/net/p5-Net-Frame-Dump/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Dump-1.13.tar.gz) = a11f562e2f770c7e382da2962c38c42e1b80725310ceb594a00e5525ccc3c590 -SIZE (Net-Frame-Dump-1.13.tar.gz) = 14156 +SHA256 (Net-Frame-Dump-1.14.tar.gz) = 6eef12772208a8992fce3b9718509b9369aa8ba623958692ba8e633085fc9226 +SIZE (Net-Frame-Dump-1.14.tar.gz) = 19178 |