From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:01 2015 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 BEB3B994917; Mon, 6 Jul 2015 17:47:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 6B5D2390E; Mon, 6 Jul 2015 17:47:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hl15i092303; Mon, 6 Jul 2015 17:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hl0PC092297; Mon, 6 Jul 2015 17:47:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66Hl0PC092297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391454 - head/www/p5-URI-Fetch 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.20 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: Mon, 06 Jul 2015 17:47:01 -0000 Author: sunpoet Date: Mon Jul 6 17:46:59 2015 New Revision: 391454 URL: https://svnweb.freebsd.org/changeset/ports/391454 Log: - Update to 0.11 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/URI-Fetch/Changes Modified: head/www/p5-URI-Fetch/Makefile head/www/p5-URI-Fetch/distinfo head/www/p5-URI-Fetch/pkg-plist Modified: head/www/p5-URI-Fetch/Makefile ============================================================================== --- head/www/p5-URI-Fetch/Makefile Mon Jul 6 17:46:54 2015 (r391453) +++ head/www/p5-URI-Fetch/Makefile Mon Jul 6 17:46:59 2015 (r391454) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Fetch -PORTVERSION= 0.100 -PORTREVISION= 1 +PORTVERSION= 0.110 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,15 +11,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$ MAINTAINER= perl@FreeBSD.org COMMENT= Smart URI fetching/caching +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= CACHE +CACHE_DESC= Caching support -CACHE_DESC= Caching Support - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-URI-Fetch/distinfo ============================================================================== --- head/www/p5-URI-Fetch/distinfo Mon Jul 6 17:46:54 2015 (r391453) +++ head/www/p5-URI-Fetch/distinfo Mon Jul 6 17:46:59 2015 (r391454) @@ -1,2 +1,2 @@ -SHA256 (URI-Fetch-0.10.tar.gz) = fee635a627d2572a2cff7696b82df5fa3d4825653548e10f1a4a4653d27a62b0 -SIZE (URI-Fetch-0.10.tar.gz) = 15926 +SHA256 (URI-Fetch-0.11.tar.gz) = 7c40ffe512a8a622a10c233ee16dc1e4cf418159108fadab0a48d5679a864821 +SIZE (URI-Fetch-0.11.tar.gz) = 16425 Modified: head/www/p5-URI-Fetch/pkg-plist ============================================================================== --- head/www/p5-URI-Fetch/pkg-plist Mon Jul 6 17:46:54 2015 (r391453) +++ head/www/p5-URI-Fetch/pkg-plist Mon Jul 6 17:46:59 2015 (r391454) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/URI::Fetch.3.gz -%%PERL5_MAN3%%/URI::Fetch::Response.3.gz %%SITE_PERL%%/URI/Fetch.pm %%SITE_PERL%%/URI/Fetch/Response.pm +%%PERL5_MAN3%%/URI::Fetch.3.gz +%%PERL5_MAN3%%/URI::Fetch::Response.3.gz