From owner-svn-ports-head@freebsd.org Sun Jul 30 13:13:12 2017 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 1E478DB7558; Sun, 30 Jul 2017 13:13:12 +0000 (UTC) (envelope-from sunpoet@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 D73247100A; Sun, 30 Jul 2017 13:13:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6UDDBor053822; Sun, 30 Jul 2017 13:13:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6UDDArI053819; Sun, 30 Jul 2017 13:13:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707301313.v6UDDArI053819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Jul 2017 13:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446925 - head/www/p5-Apache-AuthTicket X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Apache-AuthTicket X-SVN-Commit-Revision: 446925 X-SVN-Commit-Repository: ports 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.23 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: Sun, 30 Jul 2017 13:13:12 -0000 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 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