svn commit: r430957 - head/security/p5-Crypt-SSLeay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 9 14:41:35 UTC 2017


Author: sunpoet
Date: Mon Jan  9 14:41:34 2017
New Revision: 430957
URL: https://svnweb.freebsd.org/changeset/ports/430957

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/security/p5-Crypt-SSLeay/Makefile

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Mon Jan  9 14:41:29 2017	(r430956)
+++ head/security/p5-Crypt-SSLeay/Makefile	Mon Jan  9 14:41:34 2017	(r430957)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-SSLeay
 PORTVERSION=	0.72
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,4 +23,7 @@ USE_PERL5=	configure
 CONFIGURE_ARGS=	--no-live-tests
 CFLAGS+=	-I${OPENSSLINC}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SSLeay/SSLeay.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list