Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 13:52:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395256 - head/security/p5-Authen-DecHpwd
Message-ID:  <201508251352.t7PDqZEI054607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 25 13:52:34 2015
New Revision: 395256
URL: https://svnweb.freebsd.org/changeset/ports/395256

Log:
  - Strip library
  - Pet portlint
  - Fix license

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

Modified: head/security/p5-Authen-DecHpwd/Makefile
==============================================================================
--- head/security/p5-Authen-DecHpwd/Makefile	Tue Aug 25 13:52:21 2015	(r395255)
+++ head/security/p5-Authen-DecHpwd/Makefile	Tue Aug 25 13:52:34 2015	(r395256)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Authen-DecHpwd
 PORTVERSION=	2.006
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,13 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl module for DEC VMS password hashing
 
+LICENSE=	GPLv1
+
 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
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-LICENSE=	GPLv2
 USES=		perl5
 USE_PERL5=	modbuild
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/DecHpwd/DecHpwd.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251352.t7PDqZEI054607>