From owner-svn-ports-head@FreeBSD.ORG Mon Dec 30 09:43:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 790F991E; Mon, 30 Dec 2013 09:43:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64D4C1A16; Mon, 30 Dec 2013 09:43:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBU9hPdu052725; Mon, 30 Dec 2013 09:43:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBU9hOEI052718; Mon, 30 Dec 2013 09:43:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312300943.rBU9hOEI052718@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Dec 2013 09:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338072 - head/security/p5-Apache-Htpasswd 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.17 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, 30 Dec 2013 09:43:25 -0000 Author: sunpoet Date: Mon Dec 30 09:43:24 2013 New Revision: 338072 URL: http://svnweb.freebsd.org/changeset/ports/338072 Log: - Update to 1.9 - Add LICENSE - Use single space after WWW: - Pass maintainership to submitter Changes: http://search.cpan.org/dist/Apache-Htpasswd/Htpasswd.pm#CHANGES PR: ports/185200 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/security/p5-Apache-Htpasswd/Makefile head/security/p5-Apache-Htpasswd/distinfo (contents, props changed) head/security/p5-Apache-Htpasswd/pkg-descr (contents, props changed) head/security/p5-Apache-Htpasswd/pkg-plist (contents, props changed) Modified: head/security/p5-Apache-Htpasswd/Makefile ============================================================================== --- head/security/p5-Apache-Htpasswd/Makefile Mon Dec 30 09:42:27 2013 (r338071) +++ head/security/p5-Apache-Htpasswd/Makefile Mon Dec 30 09:43:24 2013 (r338072) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= Apache-Htpasswd -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= security perl5 www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Manage Unix crypt-style password file +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Digest-SHA1>=2.0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 @@ -18,7 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Apache::Htpasswd.3 - -NO_STAGE= yes .include Modified: head/security/p5-Apache-Htpasswd/distinfo ============================================================================== --- head/security/p5-Apache-Htpasswd/distinfo Mon Dec 30 09:42:27 2013 (r338071) +++ head/security/p5-Apache-Htpasswd/distinfo Mon Dec 30 09:43:24 2013 (r338072) @@ -1,2 +1,2 @@ -SHA256 (Apache-Htpasswd-1.8.tar.gz) = 57709488c85555403fafcadf7e84d511630aa3f3c94750b59aa5bc1d3d75221c -SIZE (Apache-Htpasswd-1.8.tar.gz) = 8397 +SHA256 (Apache-Htpasswd-1.9.tar.gz) = 9358719be14799fc61e04989df7fdb9c0541402b0b8a7bdd181ff464f1cd2dfd +SIZE (Apache-Htpasswd-1.9.tar.gz) = 8416 Modified: head/security/p5-Apache-Htpasswd/pkg-descr ============================================================================== --- head/security/p5-Apache-Htpasswd/pkg-descr Mon Dec 30 09:42:27 2013 (r338071) +++ head/security/p5-Apache-Htpasswd/pkg-descr Mon Dec 30 09:43:24 2013 (r338072) @@ -6,4 +6,4 @@ The password file is a flat-file with lo crypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files. -WWW: http://search.cpan.org/dist/Apache-Htpasswd/ +WWW: http://search.cpan.org/dist/Apache-Htpasswd/ Modified: head/security/p5-Apache-Htpasswd/pkg-plist ============================================================================== --- head/security/p5-Apache-Htpasswd/pkg-plist Mon Dec 30 09:42:27 2013 (r338071) +++ head/security/p5-Apache-Htpasswd/pkg-plist Mon Dec 30 09:43:24 2013 (r338072) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Apache/Htpasswd.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Htpasswd/.packlist +%%PERL5_MAN3%%/Apache::Htpasswd.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Htpasswd @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache @dirrmtry %%SITE_PERL%%/Apache