svn commit: r338072 - head/security/p5-Apache-Htpasswd
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Dec 30 09:43:25 UTC 2013
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 at 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 at FreeBSD.org
+MAINTAINER= 5u623l20 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list