svn commit: r391816 - head/devel/p5-B-Hooks-OP-PPAddr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 12 16:09:32 UTC 2015


Author: sunpoet
Date: Sun Jul 12 16:09:30 2015
New Revision: 391816
URL: https://svnweb.freebsd.org/changeset/ports/391816

Log:
  - Fix *_DEPENDS: parent is already in all supported Perl releases
  - Strip shared library
  - Bump PORTREVISION for dependency and package change
  
  PR:		201009
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 3 weeks)

Modified:
  head/devel/p5-B-Hooks-OP-PPAddr/Makefile

Modified: head/devel/p5-B-Hooks-OP-PPAddr/Makefile
==============================================================================
--- head/devel/p5-B-Hooks-OP-PPAddr/Makefile	Sun Jul 12 16:09:26 2015	(r391815)
+++ head/devel/p5-B-Hooks-OP-PPAddr/Makefile	Sun Jul 12 16:09:30 2015	(r391816)
@@ -3,7 +3,7 @@
 
 PORTNAME=	B-Hooks-OP-PPAddr
 PORTVERSION=	0.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Hook into opcode execution
 
-BUILD_DEPENDS=	p5-parent>0:${PORTSDIR}/devel/p5-parent \
-		p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
 
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/OP/PPAddr/PPAddr.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list