From d2a9463b84155cf0f9d6cebd3c30f1fc71e74033 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 10 Apr 2016 13:41:02 +0000 Subject: - Update to 0.040 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS --- devel/p5-Glib-Object-Introspection/Makefile | 7 ++++--- devel/p5-Glib-Object-Introspection/distinfo | 4 ++-- devel/p5-Glib-Object-Introspection/pkg-plist | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index c40d33e0cdc3..424a1207345f 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.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 diff --git a/devel/p5-Glib-Object-Introspection/distinfo b/devel/p5-Glib-Object-Introspection/distinfo index 1f0dd2910ac7..8357b303e18d 100644 --- a/devel/p5-Glib-Object-Introspection/distinfo +++ b/devel/p5-Glib-Object-Introspection/distinfo @@ -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 diff --git a/devel/p5-Glib-Object-Introspection/pkg-plist b/devel/p5-Glib-Object-Introspection/pkg-plist index 9f2f30858828..d3fd7a8700f5 100644 --- a/devel/p5-Glib-Object-Introspection/pkg-plist +++ b/devel/p5-Glib-Object-Introspection/pkg-plist @@ -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 -- cgit