Bug 185200 - [PATCH] security/p5-Apache-Htpasswd: update to 1.9, take maintainership
Summary: [PATCH] security/p5-Apache-Htpasswd: update to 1.9, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-26 09:20 UTC by Muhammad Moinur Rahman
Modified: 2013-12-30 09:50 UTC (History)
0 users

See Also:


Attachments
p5-Apache-Htpasswd-1.9.patch (2.36 KB, patch)
2013-12-26 09:20 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-26 09:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-30 09:43:32 UTC
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 <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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-30 09:43:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!