Date: Sun, 10 Apr 2016 13:41: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: r412936 - head/devel/p5-Glib-Object-Introspection Message-ID: <201604101341.u3ADf2to016130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 10 13:41:02 2016 New Revision: 412936 URL: https://svnweb.freebsd.org/changeset/ports/412936 Log: - Update to 0.040 - Add LICENSE_FILE 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 Sun Apr 10 13:40:57 2016 (r412935) +++ head/devel/p5-Glib-Object-Introspection/Makefile Sun Apr 10 13:41:02 2016 (r412936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.028 +PORTVERSION= 0.040 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +11,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dynamically create Perl language bindings LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE # t/vfunc-ref-counting.t requires gobject-introspection 1.35.5+ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig \ - p5-Glib2>=1.270:devel/p5-Glib2 + p5-Glib2>=1.320:devel/p5-Glib2 LIB_DEPENDS= libffi.so:devel/libffi -RUN_DEPENDS= p5-Glib2>=1.270:devel/p5-Glib2 +RUN_DEPENDS= p5-Glib2>=1.320:devel/p5-Glib2 TEST_DEPENDS= p5-Cairo-GObject>=0:devel/p5-Cairo-GObject OPTIONS_DEFINE= TEST Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Sun Apr 10 13:40:57 2016 (r412935) +++ head/devel/p5-Glib-Object-Introspection/distinfo Sun Apr 10 13:41:02 2016 (r412936) @@ -1,2 +1,2 @@ -SHA256 (Glib-Object-Introspection-0.028.tar.gz) = 39a1f7f2639ff42d9eec5b39647b2b45ad17a147280d0d5258f0bfb6d133a68f -SIZE (Glib-Object-Introspection-0.028.tar.gz) = 62158 +SHA256 (Glib-Object-Introspection-0.040.tar.gz) = 515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb +SIZE (Glib-Object-Introspection-0.040.tar.gz) = 79009 Modified: head/devel/p5-Glib-Object-Introspection/pkg-plist ============================================================================== --- head/devel/p5-Glib-Object-Introspection/pkg-plist Sun Apr 10 13:40:57 2016 (r412935) +++ head/devel/p5-Glib-Object-Introspection/pkg-plist Sun Apr 10 13:41:02 2016 (r412936) @@ -1,3 +1,4 @@ +bin/perli11ndoc %%SITE_ARCH%%/Glib/Object/Introspection.pm %%SITE_ARCH%%/Glib/Object/Introspection/Install/Files.pm %%SITE_ARCH%%/auto/Glib/Object/Introspection/Introspection.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604101341.u3ADf2to016130>