From owner-svn-ports-head@freebsd.org Fri Jun 24 18:17:53 2016 Return-Path: Delivered-To: svn-ports-head@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 EF10BB73B88; Fri, 24 Jun 2016 18:17:53 +0000 (UTC) (envelope-from amdmi3@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 A844312E2; Fri, 24 Jun 2016 18:17:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5OIHqCb018480; Fri, 24 Jun 2016 18:17:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5OIHqSE018475; Fri, 24 Jun 2016 18:17:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606241817.u5OIHqSE018475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 24 Jun 2016 18:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417442 - head/www/p5-Data-Validate-URI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2016 18:17:54 -0000 Author: amdmi3 Date: Fri Jun 24 18:17:52 2016 New Revision: 417442 URL: https://svnweb.freebsd.org/changeset/ports/417442 Log: - Update to 0.07 - While here, add NO_ARCH PR: 210527 Submitted by: freebsd-ports@t-b-o-h.net (maintainer) Modified: head/www/p5-Data-Validate-URI/Makefile head/www/p5-Data-Validate-URI/distinfo head/www/p5-Data-Validate-URI/pkg-descr head/www/p5-Data-Validate-URI/pkg-plist Modified: head/www/p5-Data-Validate-URI/Makefile ============================================================================== --- head/www/p5-Data-Validate-URI/Makefile Fri Jun 24 18:16:42 2016 (r417441) +++ head/www/p5-Data-Validate-URI/Makefile Fri Jun 24 18:17:52 2016 (r417442) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Validate-URI -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,5 +17,6 @@ RUN_DEPENDS= p5-Data-Validate-Domain>=0: USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-Data-Validate-URI/distinfo ============================================================================== --- head/www/p5-Data-Validate-URI/distinfo Fri Jun 24 18:16:42 2016 (r417441) +++ head/www/p5-Data-Validate-URI/distinfo Fri Jun 24 18:17:52 2016 (r417442) @@ -1,2 +1,2 @@ -SHA256 (Data-Validate-URI-0.06.tar.gz) = b3d7fec33eb5312c1e4d4bda49676ce97c3a60c88d41cdd44f68a809b50451f6 -SIZE (Data-Validate-URI-0.06.tar.gz) = 12198 +SHA256 (Data-Validate-URI-0.07.tar.gz) = f06418d2a4603913d1b6ce52b167dd13e787e13bf2be325a065df7d408f79c60 +SIZE (Data-Validate-URI-0.07.tar.gz) = 12505 Modified: head/www/p5-Data-Validate-URI/pkg-descr ============================================================================== --- head/www/p5-Data-Validate-URI/pkg-descr Fri Jun 24 18:16:42 2016 (r417441) +++ head/www/p5-Data-Validate-URI/pkg-descr Fri Jun 24 18:17:52 2016 (r417442) @@ -15,4 +15,4 @@ out the URI/URL into chunks. Right now the module focuses on HTTP URIs, since they're arguably the most common. -WWW: http://search.cpan.org/dist/Data-Validate-URI +WWW: http://search.cpan.org/dist/Data-Validate-URI/ Modified: head/www/p5-Data-Validate-URI/pkg-plist ============================================================================== --- head/www/p5-Data-Validate-URI/pkg-plist Fri Jun 24 18:16:42 2016 (r417441) +++ head/www/p5-Data-Validate-URI/pkg-plist Fri Jun 24 18:17:52 2016 (r417442) @@ -6,5 +6,6 @@ %%SITE_PERL%%/auto/Data/Validate/URI/is_web_uri.al %%SITE_PERL%%/auto/Data/Validate/URI/is_tel_uri.al %%SITE_PERL%%/auto/Data/Validate/URI/_split_uri.al +%%SITE_PERL%%/auto/Data/Validate/URI/_test_uri.al %%SITE_PERL%%/auto/Data/Validate/URI/autosplit.ix %%PERL5_MAN3%%/Data::Validate::URI.3.gz