diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 04:07:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 04:07:01 +0800 |
commit | a158d500a287b7eb2c460bab9dfbc4288d317efd (patch) | |
tree | c1910fcb9d82fef7f237c35f573206c0d55caa34 /devel | |
parent | 04b1dc9e7fe967e5530df698d140ee1b0dee85ab (diff) | |
download | freebsd-ports-gnome-a158d500a287b7eb2c460bab9dfbc4288d317efd.tar.gz freebsd-ports-gnome-a158d500a287b7eb2c460bab9dfbc4288d317efd.tar.zst freebsd-ports-gnome-a158d500a287b7eb2c460bab9dfbc4288d317efd.zip |
- Update to 0.025
- Strip shared library
- Cleanup PLIST
Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Glib-Object-Introspection/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Glib-Object-Introspection/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Glib-Object-Introspection/pkg-plist | 7 |
3 files changed, 8 insertions, 10 deletions
diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index 50782f5d675a..e591ef8e6860 100644 --- a/devel/p5-Glib-Object-Introspection/Makefile +++ b/devel/p5-Glib-Object-Introspection/Makefile @@ -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> diff --git a/devel/p5-Glib-Object-Introspection/distinfo b/devel/p5-Glib-Object-Introspection/distinfo index 29c65faf951c..37636f013340 100644 --- a/devel/p5-Glib-Object-Introspection/distinfo +++ b/devel/p5-Glib-Object-Introspection/distinfo @@ -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 diff --git a/devel/p5-Glib-Object-Introspection/pkg-plist b/devel/p5-Glib-Object-Introspection/pkg-plist index f2afa22ea841..b8b095c898cc 100644 --- a/devel/p5-Glib-Object-Introspection/pkg-plist +++ b/devel/p5-Glib-Object-Introspection/pkg-plist @@ -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 |