svn commit: r381179 - head/security/p5-Crypt-Tea_JS

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 13 13:21:24 UTC 2015


Author: amdmi3
Date: Fri Mar 13 13:21:22 2015
New Revision: 381179
URL: https://svnweb.freebsd.org/changeset/ports/381179
QAT: https://qat.redports.org/buildarchive/r381179/

Log:
  - Strip library

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

Modified: head/security/p5-Crypt-Tea_JS/Makefile
==============================================================================
--- head/security/p5-Crypt-Tea_JS/Makefile	Fri Mar 13 13:21:22 2015	(r381178)
+++ head/security/p5-Crypt-Tea_JS/Makefile	Fri Mar 13 13:21:22 2015	(r381179)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-Tea_JS
 PORTVERSION=	2.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,6 +21,9 @@ PORTEXAMPLES=	tea_demo.cgi
 PORTDATA=	Tea_JS.js
 
 post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/Tea_JS.js ${STAGEDIR}${DATADIR}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-head mailing list