Date: Thu, 13 Aug 2015 17:35:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201508131735.t7DHZEKP050087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> -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 <bsd.port.mk> +.include <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508131735.t7DHZEKP050087>