diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-16 09:51:34 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-16 09:51:34 +0000 |
commit | a12d0bea796ada9c705f719f96d809769a98c8ad (patch) | |
tree | 3f9ff53a96135a958469fcb2db63d9f01176e47f /net-mgmt | |
parent | cdc319b269b791a46e0f1eac539ed5c8ac4ca560 (diff) | |
download | ports-a12d0bea796ada9c705f719f96d809769a98c8ad.tar.gz ports-a12d0bea796ada9c705f719f96d809769a98c8ad.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-NetAddr-IP/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-NetAddr-IP/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-NetAddr-IP/pkg-descr | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile index 58e7033b9743..38632f517f46 100644 --- a/net-mgmt/p5-NetAddr-IP/Makefile +++ b/net-mgmt/p5-NetAddr-IP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= NetAddr-IP -PORTVERSION= 2.22 +PORTVERSION= 2.23 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= NetAddr diff --git a/net-mgmt/p5-NetAddr-IP/distinfo b/net-mgmt/p5-NetAddr-IP/distinfo index d1a33b53d16c..c48702dc5f94 100644 --- a/net-mgmt/p5-NetAddr-IP/distinfo +++ b/net-mgmt/p5-NetAddr-IP/distinfo @@ -1 +1 @@ -MD5 (NetAddr-IP-2.22.tar.gz) = 0584a5aeab1afffd4ca5486e9e3d8f76 +MD5 (NetAddr-IP-2.23.tar.gz) = e3ba250c42258cb4b4b414f335ff9543 diff --git a/net-mgmt/p5-NetAddr-IP/pkg-descr b/net-mgmt/p5-NetAddr-IP/pkg-descr index 6cda11436edd..2cf0bae9301c 100644 --- a/net-mgmt/p5-NetAddr-IP/pkg-descr +++ b/net-mgmt/p5-NetAddr-IP/pkg-descr @@ -1,3 +1,6 @@ -This perl module provides a simple interface to the tedious bit manipulation -involved when handling IP address calculations. It also helps by performing -range comparisons between subnets as well as other frequently used functions. +This perl module provides a simple interface to the tedious bit +manipulation involved when handling IP address calculations. It also +helps by performing range comparisons between subnets as well as other +frequently used functions. + +WWW: http://search.cpan.org/search?dist=NetAddr-IP |