From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 507C89C1; Wed, 1 Oct 2014 20:07:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32BD4E96; Wed, 1 Oct 2014 20:07:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K73x4081031; Wed, 1 Oct 2014 20:07:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K720d081027; Wed, 1 Oct 2014 20:07:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K720d081027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:03 -0000 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 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