Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 20:07:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369751 - head/devel/p5-Glib-Object-Introspection
Message-ID:  <201410012007.s91K720d081027@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct  1 20:07:01 2014
New Revision: 369751
URL: https://svnweb.freebsd.org/changeset/ports/369751
QAT: https://qat.redports.org/buildarchive/r369751/

Log:
  - Update to 0.025
  - Strip shared library
  - Cleanup PLIST
  
  Changes:	http://search.cpan.org/dist/Glib-Object-Introspection/NEWS

Modified:
  head/devel/p5-Glib-Object-Introspection/Makefile
  head/devel/p5-Glib-Object-Introspection/distinfo
  head/devel/p5-Glib-Object-Introspection/pkg-plist

Modified: head/devel/p5-Glib-Object-Introspection/Makefile
==============================================================================
--- head/devel/p5-Glib-Object-Introspection/Makefile	Wed Oct  1 20:06:56 2014	(r369750)
+++ head/devel/p5-Glib-Object-Introspection/Makefile	Wed Oct  1 20:07:01 2014	(r369751)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Glib-Object-Introspection
-PORTVERSION=	0.024
+PORTVERSION=	0.025
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -31,4 +31,9 @@ USES=		perl5
 TEST_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \
 			${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Glib/Object/Introspection/Introspection.so
+	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Glib/Object/Introspection/Introspection.so
+	${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Glib/Object/Introspection/Introspection.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Glib-Object-Introspection/distinfo
==============================================================================
--- head/devel/p5-Glib-Object-Introspection/distinfo	Wed Oct  1 20:06:56 2014	(r369750)
+++ head/devel/p5-Glib-Object-Introspection/distinfo	Wed Oct  1 20:07:01 2014	(r369751)
@@ -1,2 +1,2 @@
-SHA256 (Glib-Object-Introspection-0.024.tar.gz) = 07844147341147f2c358571f61eca700845f54c8c3d9c7e97b4725e09c75e53c
-SIZE (Glib-Object-Introspection-0.024.tar.gz) = 60151
+SHA256 (Glib-Object-Introspection-0.025.tar.gz) = 34fc4db8b476d221ceb216b35abceaad5f184c71e52d64a35d83fd1932fa008a
+SIZE (Glib-Object-Introspection-0.025.tar.gz) = 61567

Modified: head/devel/p5-Glib-Object-Introspection/pkg-plist
==============================================================================
--- head/devel/p5-Glib-Object-Introspection/pkg-plist	Wed Oct  1 20:06:56 2014	(r369750)
+++ head/devel/p5-Glib-Object-Introspection/pkg-plist	Wed Oct  1 20:07:01 2014	(r369751)
@@ -3,10 +3,3 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/Introspection.so
 %%PERL5_MAN3%%/Glib::Object::Introspection.3.gz
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object/Introspection/Install
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object/Introspection
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Glib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410012007.s91K720d081027>