svn commit: r394468 - head/devel/p5-Cairo-GObject

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:04:08 UTC 2015


Author: sunpoet
Date: Mon Aug 17 13:04:07 2015
New Revision: 394468
URL: https://svnweb.freebsd.org/changeset/ports/394468

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Cairo-GObject/Makefile

Modified: head/devel/p5-Cairo-GObject/Makefile
==============================================================================
--- head/devel/p5-Cairo-GObject/Makefile	Mon Aug 17 13:04:02 2015	(r394467)
+++ head/devel/p5-Cairo-GObject/Makefile	Mon Aug 17 13:04:07 2015	(r394468)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Cairo-GObject
 PORTVERSION=	1.004
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:XAOC
@@ -26,4 +26,7 @@ RUN_DEPENDS=	cairo>=1.10.0:${PORTSDIR}/g
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cairo/GObject/GObject.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list