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/