svn commit: r386143 - head/databases/p5-Redis-hiredis

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 12 12:46:11 UTC 2015


Author: amdmi3
Date: Tue May 12 12:46:10 2015
New Revision: 386143
URL: https://svnweb.freebsd.org/changeset/ports/386143

Log:
  - Strip library

Modified:
  head/databases/p5-Redis-hiredis/Makefile

Modified: head/databases/p5-Redis-hiredis/Makefile
==============================================================================
--- head/databases/p5-Redis-hiredis/Makefile	Tue May 12 12:45:37 2015	(r386142)
+++ head/databases/p5-Redis-hiredis/Makefile	Tue May 12 12:46:10 2015	(r386143)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Redis-hiredis
 PORTVERSION=	0.11.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:NEOPHENIX
@@ -15,4 +15,9 @@ COMMENT=	Simple wrapper around hiredis C
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list