From owner-svn-ports-all@freebsd.org Thu Aug 13 17:35:15 2015 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 6D2B29B8823; Thu, 13 Aug 2015 17:35:15 +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 3ACEC1CC1; Thu, 13 Aug 2015 17:35:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DHZECZ050090; Thu, 13 Aug 2015 17:35:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DHZEKP050087; Thu, 13 Aug 2015 17:35:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508131735.t7DHZEKP050087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Aug 2015 17:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394124 - head/www/p5-HTTP-Request-Params 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.20 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: Thu, 13 Aug 2015 17:35:15 -0000 Author: sunpoet Date: Thu Aug 13 17:35:13 2015 New Revision: 394124 URL: https://svnweb.freebsd.org/changeset/ports/394124 Log: - Update to 1.02 - Add LICENSE - Fix *_DEPENDS - Add NO_ARCH - Remove DOCS option - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Request-Params/Changes Modified: head/www/p5-HTTP-Request-Params/Makefile head/www/p5-HTTP-Request-Params/distinfo head/www/p5-HTTP-Request-Params/pkg-plist Modified: head/www/p5-HTTP-Request-Params/Makefile ============================================================================== --- head/www/p5-HTTP-Request-Params/Makefile Thu Aug 13 17:35:08 2015 (r394123) +++ head/www/p5-HTTP-Request-Params/Makefile Thu Aug 13 17:35:13 2015 (r394124) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Request-Params -PORTVERSION= 1.01 -PORTREVISION= 3 +PORTVERSION= 1.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,21 +10,24 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve GET/POST Parameters from HTTP Requests -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Email-MIME-ContentType>=1:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ + p5-Email-MIME>=1.420:${PORTSDIR}/mail/p5-Email-MIME \ + p5-HTTP-Message>=1.40:${PORTSDIR}/www/p5-HTTP-Message RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= DOCS - -PORTDOCS= Changes README +.include -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.if ${PERL_LEVEL} >= 502200 +BUILD_DEPENDS+= p5-CGI>=3:${PORTSDIR}/www/p5-CGI +RUN_DEPENDS+= p5-CGI>=3:${PORTSDIR}/www/p5-CGI +.endif -.include +.include Modified: head/www/p5-HTTP-Request-Params/distinfo ============================================================================== --- head/www/p5-HTTP-Request-Params/distinfo Thu Aug 13 17:35:08 2015 (r394123) +++ head/www/p5-HTTP-Request-Params/distinfo Thu Aug 13 17:35:13 2015 (r394124) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Request-Params-1.01.tar.gz) = 0ca6d66e0f87bccac54f06147af4aa93f4f65f683b3191320f0b846a7449bc09 -SIZE (HTTP-Request-Params-1.01.tar.gz) = 3427 +SHA256 (HTTP-Request-Params-1.02.tar.gz) = 9c12880ae20bda79366a89cab05eca53d728d94e5e99e988763effc013e8ee8c +SIZE (HTTP-Request-Params-1.02.tar.gz) = 4061 Modified: head/www/p5-HTTP-Request-Params/pkg-plist ============================================================================== --- head/www/p5-HTTP-Request-Params/pkg-plist Thu Aug 13 17:35:08 2015 (r394123) +++ head/www/p5-HTTP-Request-Params/pkg-plist Thu Aug 13 17:35:13 2015 (r394124) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTTP::Request::Params.3.gz %%SITE_PERL%%/HTTP/Request/Params.pm +%%PERL5_MAN3%%/HTTP::Request::Params.3.gz