svn commit: r351987 - head/security/p5-Net-SSLeay

Mathieu Arnold mat at FreeBSD.org
Thu Apr 24 08:10:22 UTC 2014


Author: mat
Date: Thu Apr 24 08:10:21 2014
New Revision: 351987
URL: http://svnweb.freebsd.org/changeset/ports/351987
QAT: https://qat.redports.org/buildarchive/r351987/

Log:
  - Strip .so (make test still passes afterwards)[1]
  - Cleanup trailing slash
  
  PR:		ports/188934 [1]
  Submitted by:	Horia Racoviceanu [1]
  Sponsored by:	Absolight

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

Modified: head/security/p5-Net-SSLeay/Makefile
==============================================================================
--- head/security/p5-Net-SSLeay/Makefile	Thu Apr 24 08:05:19 2014	(r351986)
+++ head/security/p5-Net-SSLeay/Makefile	Thu Apr 24 08:10:21 2014	(r351987)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-SSLeay
 PORTVERSION=	1.58
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,8 +27,9 @@ PORTEXAMPLES=	*
 SHEBANG_FILES=	examples/*.pl
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
-	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/
+	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Net/SSLeay/SSLeay.so
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list