Date: Sun, 30 Jul 2017 13:13:10 +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: r446925 - head/www/p5-Apache-AuthTicket Message-ID: <201707301313.v6UDDArI053819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 30 13:13:10 2017 New Revision: 446925 URL: https://svnweb.freebsd.org/changeset/ports/446925 Log: Update to 0.94 - Add LICENSE - Add BUILD_DEPENDS - Add missing *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Apache-AuthTicket/Changes Modified: head/www/p5-Apache-AuthTicket/Makefile head/www/p5-Apache-AuthTicket/distinfo head/www/p5-Apache-AuthTicket/pkg-plist Modified: head/www/p5-Apache-AuthTicket/Makefile ============================================================================== --- head/www/p5-Apache-AuthTicket/Makefile Sun Jul 30 13:13:05 2017 (r446924) +++ head/www/p5-Apache-AuthTicket/Makefile Sun Jul 30 13:13:10 2017 (r446925) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Apache-AuthTicket -PORTVERSION= 0.93 -PORTREVISION= 3 +PORTVERSION= 0.94 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,17 +10,27 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system -BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 -RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=1.9922:www/mod_perl2 \ + p5-Apache-AuthCookie>=3.0:www/p5-Apache-AuthCookie \ p5-CGI>=3.12:www/p5-CGI \ p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-DBI>=0:databases/p5-DBI \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-ModPerl-VersionUtil>=0:www/p5-ModPerl-VersionUtil \ p5-SQL-Abstract>=0:databases/p5-SQL-Abstract +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_APACHE= 22+ USES= perl5 USE_PERL5= configure + +# Remove README.apache-2.4.pod to avoid conflicts with p5-Apache-AuthCookie +post-patch: + @${RM} ${WRKSRC}/README.apache-2.4.pod .include <bsd.port.mk> Modified: head/www/p5-Apache-AuthTicket/distinfo ============================================================================== --- head/www/p5-Apache-AuthTicket/distinfo Sun Jul 30 13:13:05 2017 (r446924) +++ head/www/p5-Apache-AuthTicket/distinfo Sun Jul 30 13:13:10 2017 (r446925) @@ -1,2 +1,3 @@ -SHA256 (Apache-AuthTicket-0.93.tar.gz) = 9599c4ceef251ff20f571c613f395b7c5b8d3afc04405c6d72c3a21eae5142dc -SIZE (Apache-AuthTicket-0.93.tar.gz) = 27421 +TIMESTAMP = 1501398871 +SHA256 (Apache-AuthTicket-0.94.tar.gz) = 431121fe6c684ec3b1cd03b8430aac848aa0ffaa6f74da6e6846c8905c9823e8 +SIZE (Apache-AuthTicket-0.94.tar.gz) = 30367 Modified: head/www/p5-Apache-AuthTicket/pkg-plist ============================================================================== --- head/www/p5-Apache-AuthTicket/pkg-plist Sun Jul 30 13:13:05 2017 (r446924) +++ head/www/p5-Apache-AuthTicket/pkg-plist Sun Jul 30 13:13:10 2017 (r446925) @@ -1,6 +1,6 @@ %%SITE_PERL%%/Apache/AuthTicket.pm %%SITE_PERL%%/Apache/AuthTicket/Base.pm %%SITE_PERL%%/Apache2/AuthTicket.pm +%%PERL5_MAN3%%/Apache2::AuthTicket.3.gz %%PERL5_MAN3%%/Apache::AuthTicket.3.gz %%PERL5_MAN3%%/Apache::AuthTicket::Base.3.gz -%%PERL5_MAN3%%/Apache2::AuthTicket.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707301313.v6UDDArI053819>