From owner-svn-ports-all@freebsd.org Wed Jul 27 17:24:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86B8BBA6F19; Wed, 27 Jul 2016 17:24:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39607135B; Wed, 27 Jul 2016 17:24:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RHOe1T019442; Wed, 27 Jul 2016 17:24:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RHOehC019439; Wed, 27 Jul 2016 17:24:40 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607271724.u6RHOehC019439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 27 Jul 2016 17:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419190 - head/net-mgmt/p5-Data-Validate-IP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 17:24:41 -0000 Author: pawel Date: Wed Jul 27 17:24:39 2016 New Revision: 419190 URL: https://svnweb.freebsd.org/changeset/ports/419190 Log: - Update to version 0.26 [1] - Fix capitalization in pkg-descr PR: 210925 [1] Submitted by: maintainer [1] Modified: head/net-mgmt/p5-Data-Validate-IP/Makefile head/net-mgmt/p5-Data-Validate-IP/distinfo head/net-mgmt/p5-Data-Validate-IP/pkg-descr Modified: head/net-mgmt/p5-Data-Validate-IP/Makefile ============================================================================== --- head/net-mgmt/p5-Data-Validate-IP/Makefile Wed Jul 27 17:04:44 2016 (r419189) +++ head/net-mgmt/p5-Data-Validate-IP/Makefile Wed Jul 27 17:24:39 2016 (r419190) @@ -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 Modified: head/net-mgmt/p5-Data-Validate-IP/distinfo ============================================================================== --- head/net-mgmt/p5-Data-Validate-IP/distinfo Wed Jul 27 17:04:44 2016 (r419189) +++ head/net-mgmt/p5-Data-Validate-IP/distinfo Wed Jul 27 17:24:39 2016 (r419190) @@ -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 Modified: head/net-mgmt/p5-Data-Validate-IP/pkg-descr ============================================================================== --- head/net-mgmt/p5-Data-Validate-IP/pkg-descr Wed Jul 27 17:04:44 2016 (r419189) +++ head/net-mgmt/p5-Data-Validate-IP/pkg-descr Wed Jul 27 17:24:39 2016 (r419190) @@ -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