svn commit: r377537 - head/security/p5-Mcrypt

John Marino marino at FreeBSD.org
Tue Jan 20 20:57:47 UTC 2015


Author: marino
Date: Tue Jan 20 20:57:46 2015
New Revision: 377537
URL: https://svnweb.freebsd.org/changeset/ports/377537
QAT: https://qat.redports.org/buildarchive/r377537/

Log:
  security/p5-Mcrypt: strip Mcrypt.so upon installation
  
  PR:		196416
  Submitted by:	maintainer (Tatsuki Makino)

Modified:
  head/security/p5-Mcrypt/Makefile

Modified: head/security/p5-Mcrypt/Makefile
==============================================================================
--- head/security/p5-Mcrypt/Makefile	Tue Jan 20 20:47:34 2015	(r377536)
+++ head/security/p5-Mcrypt/Makefile	Tue Jan 20 20:57:46 2015	(r377537)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Mcrypt
 PORTVERSION=	2.5.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JESUS
@@ -23,4 +23,7 @@ USES=		perl5
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mcrypt/Mcrypt.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list