diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-28 01:24:39 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-28 01:24:39 +0800 |
commit | 86f7db57bf68cdd10abbc5432bd1f38aade7b6b9 (patch) | |
tree | 8a6492bb741064d7d4d851fe547d2e047cb9d8ea /net-mgmt | |
parent | 00d4633212866d615560af67dddc3c95e74c82bb (diff) | |
download | freebsd-ports-gnome-86f7db57bf68cdd10abbc5432bd1f38aade7b6b9.tar.gz freebsd-ports-gnome-86f7db57bf68cdd10abbc5432bd1f38aade7b6b9.tar.zst freebsd-ports-gnome-86f7db57bf68cdd10abbc5432bd1f38aade7b6b9.zip |
- Update to version 0.26 [1]
- Fix capitalization in pkg-descr
PR: 210925 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Data-Validate-IP/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Data-Validate-IP/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Data-Validate-IP/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/p5-Data-Validate-IP/Makefile b/net-mgmt/p5-Data-Validate-IP/Makefile index 32b00d8c5e0b..5380c0992f28 100644 --- a/net-mgmt/p5-Data-Validate-IP/Makefile +++ b/net-mgmt/p5-Data-Validate-IP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Validate-IP -PORTVERSION= 0.24 +PORTVERSION= 0.26 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY diff --git a/net-mgmt/p5-Data-Validate-IP/distinfo b/net-mgmt/p5-Data-Validate-IP/distinfo index 3792b39455c4..80645c27f68b 100644 --- a/net-mgmt/p5-Data-Validate-IP/distinfo +++ b/net-mgmt/p5-Data-Validate-IP/distinfo @@ -1,2 +1,3 @@ -SHA256 (Data-Validate-IP-0.24.tar.gz) = 2977fb1183da439c4c216bec94b28e683c9769b13140381fe85ea327f509e318 -SIZE (Data-Validate-IP-0.24.tar.gz) = 30535 +TIMESTAMP = 1467990628 +SHA256 (Data-Validate-IP-0.26.tar.gz) = d03190483f3ecec728c8e1b2e24989b7aed78ce3c989bea7dc6be0285d374690 +SIZE (Data-Validate-IP-0.26.tar.gz) = 37128 diff --git a/net-mgmt/p5-Data-Validate-IP/pkg-descr b/net-mgmt/p5-Data-Validate-IP/pkg-descr index 3528b0111f00..391b230cf236 100644 --- a/net-mgmt/p5-Data-Validate-IP/pkg-descr +++ b/net-mgmt/p5-Data-Validate-IP/pkg-descr @@ -1,4 +1,4 @@ -This module collects ip validation routines to make input validation, and +This module collects IP validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it |