Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 08:10:22 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351987 - head/security/p5-Net-SSLeay
Message-ID:  <201404240810.s3O8AMkV012996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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