svn commit: r395269 - head/security/p5-Authen-DecHpwd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 14:51:59 UTC 2015


Author: sunpoet
Date: Tue Aug 25 14:51:58 2015
New Revision: 395269
URL: https://svnweb.freebsd.org/changeset/ports/395269

Log:
  - Fix LICENSE
  - Sort *_DEPENDS
  - Pass maintainership to perl@

Modified:
  head/security/p5-Authen-DecHpwd/Makefile

Modified: head/security/p5-Authen-DecHpwd/Makefile
==============================================================================
--- head/security/p5-Authen-DecHpwd/Makefile	Tue Aug 25 14:51:54 2015	(r395268)
+++ head/security/p5-Authen-DecHpwd/Makefile	Tue Aug 25 14:51:58 2015	(r395269)
@@ -8,14 +8,15 @@ CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module for DEC VMS password hashing
 
-LICENSE=	GPLv1
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String \
-		p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \
-		p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC
+BUILD_DEPENDS=	p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \
+		p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
+		p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-head mailing list