svn commit: r398510 - head/devel/p5-Devel-PPPort

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:09:34 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:09:33 2015
New Revision: 398510
URL: https://svnweb.freebsd.org/changeset/ports/398510

Log:
  - Update to 3.32
  - Strip shared library
  
  Changes:	http://search.cpan.org/dist/Devel-PPPort/Changes

Modified:
  head/devel/p5-Devel-PPPort/Makefile
  head/devel/p5-Devel-PPPort/distinfo

Modified: head/devel/p5-Devel-PPPort/Makefile
==============================================================================
--- head/devel/p5-Devel-PPPort/Makefile	Sat Oct  3 17:09:28 2015	(r398509)
+++ head/devel/p5-Devel-PPPort/Makefile	Sat Oct  3 17:09:33 2015	(r398510)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Devel-PPPort
-PORTVERSION=	3.31
+PORTVERSION=	3.32
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,4 +16,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/PPPort/PPPort.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Devel-PPPort/distinfo
==============================================================================
--- head/devel/p5-Devel-PPPort/distinfo	Sat Oct  3 17:09:28 2015	(r398509)
+++ head/devel/p5-Devel-PPPort/distinfo	Sat Oct  3 17:09:33 2015	(r398510)
@@ -1,2 +1,2 @@
-SHA256 (Devel-PPPort-3.31.tar.gz) = ead2c49f0442a26890723231a92d3c0ac6ac297b814839e421a77d7889a2471d
-SIZE (Devel-PPPort-3.31.tar.gz) = 218537
+SHA256 (Devel-PPPort-3.32.tar.gz) = 257801ef441f317bc79d20cdc72344e5b4ff6f685d65bdf79ff153e733fa3856
+SIZE (Devel-PPPort-3.32.tar.gz) = 218396


More information about the svn-ports-all mailing list