diff options
author | clsung <clsung@FreeBSD.org> | 2011-03-03 13:55:08 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-03-03 13:55:08 +0800 |
commit | 5ec375c91ee16e37c0b2c4e5f6ae95eaaeee3ffc (patch) | |
tree | 15854773c980e8375e333879b97ee231993e1a64 /net/p5-Net-Patricia | |
parent | 4e04603bb742c9f157b36cbd034e2cc805782ec9 (diff) | |
download | freebsd-ports-gnome-5ec375c91ee16e37c0b2c4e5f6ae95eaaeee3ffc.tar.gz freebsd-ports-gnome-5ec375c91ee16e37c0b2c4e5f6ae95eaaeee3ffc.tar.zst freebsd-ports-gnome-5ec375c91ee16e37c0b2c4e5f6ae95eaaeee3ffc.zip |
- Update to 1.19
Diffstat (limited to 'net/p5-Net-Patricia')
-rw-r--r-- | net/p5-Net-Patricia/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Patricia/distinfo | 5 | ||||
-rw-r--r-- | net/p5-Net-Patricia/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile index 2f63027fdd68..744ef2766939 100644 --- a/net/p5-Net-Patricia/Makefile +++ b/net/p5-Net-Patricia/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-Patricia -PORTVERSION= 1.16 -PORTREVISION= 1 +PORTVERSION= 1.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for fast IP address lookups RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ + ${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \ ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 PERL_CONFIGURE= YES diff --git a/net/p5-Net-Patricia/distinfo b/net/p5-Net-Patricia/distinfo index 71a366003cf7..7cb925b262b9 100644 --- a/net/p5-Net-Patricia/distinfo +++ b/net/p5-Net-Patricia/distinfo @@ -1,3 +1,2 @@ -MD5 (Net-Patricia-1.16.tar.gz) = 0b3d6bdc2426ababe0c95304fd58d6eb -SHA256 (Net-Patricia-1.16.tar.gz) = 5d92759e2198cb1e990fefc524f4d70b682dad26905a6406f996720a8f435887 -SIZE (Net-Patricia-1.16.tar.gz) = 24967 +SHA256 (Net-Patricia-1.19.tar.gz) = c378a73280fb458210664e933ce67b281cab49b326840aee065ef95308054d5a +SIZE (Net-Patricia-1.19.tar.gz) = 25387 diff --git a/net/p5-Net-Patricia/pkg-descr b/net/p5-Net-Patricia/pkg-descr index 4abdcb46f2c8..789a5c9bf5f5 100644 --- a/net/p5-Net-Patricia/pkg-descr +++ b/net/p5-Net-Patricia/pkg-descr @@ -14,4 +14,4 @@ The BSD radix code is thoroughly described in "TCP/IP Illustrated, Volume 2" by Wright and Stevens and in the paper ``A Tree-Based Packet Routing Table for Berkeley Unix'' by Keith Sklower. -WWW: http://net.doit.wisc.edu/~plonka/Net-Patricia/ +WWW: http://search.cpan.org/dist/Net-Patricia/ |