- Update to 0.040
- Add LICENSE_FILE Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS
This commit is contained in:
parent
4b25f9629c
commit
edd5bc925d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412936
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue