Date: Mon, 9 Jan 2017 14:41:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430957 - head/security/p5-Crypt-SSLeay Message-ID: <201701091441.v09EfY1C020782@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701091441.v09EfY1C020782>