diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-01-30 04:07:42 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-01-30 04:07:42 +0800 |
commit | 1f8b61b7b2281c4ccc309907952d8fd791737614 (patch) | |
tree | 6448cbb9b0312af4af9afaca72ef7ac1b3c88f81 /textproc | |
parent | eb492c46a996f0f55e78f54bdb3ab26eb6cf6788 (diff) | |
download | freebsd-ports-gnome-1f8b61b7b2281c4ccc309907952d8fd791737614.tar.gz freebsd-ports-gnome-1f8b61b7b2281c4ccc309907952d8fd791737614.tar.zst freebsd-ports-gnome-1f8b61b7b2281c4ccc309907952d8fd791737614.zip |
Update to 1.0.14.1.
Also make sure the port does not overwrite perllocal.pod when
WITH_PERL is on.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland-bindings/Makefile | 9 | ||||
-rw-r--r-- | textproc/redland-bindings/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index ff59a3932055..554e388f05d1 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redland-bindings -PORTVERSION= 1.0.13.1 +PORTVERSION= 1.0.14.1 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ @@ -22,8 +22,6 @@ OPTIONS= PERL "Add Perl bindings" off \ GNU_CONFIGURE= yes -#IGNORE= does not compatible with redland-1.0.12 - .include <bsd.port.options.mk> .if defined(WITH_PERL) @@ -77,4 +75,9 @@ PLIST_SUB+= WITH_RUBY="" PLIST_SUB+= WITH_RUBY="@comment " .endif +post-install: +. if defined(WITH_PERL) + -${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod +. endif + .include <bsd.port.mk> diff --git a/textproc/redland-bindings/distinfo b/textproc/redland-bindings/distinfo index 775357aa9cce..52a4858ce7c2 100644 --- a/textproc/redland-bindings/distinfo +++ b/textproc/redland-bindings/distinfo @@ -1,2 +1,2 @@ -SHA256 (redland-bindings-1.0.13.1.tar.gz) = 1c5ae133b32e22db729c7faf8fdac5ef1aa195987ebd6a6ee27d4d96fd1a74a7 -SIZE (redland-bindings-1.0.13.1.tar.gz) = 776744 +SHA256 (redland-bindings-1.0.14.1.tar.gz) = a8cc365fccf292c56d53341ecae57fe8727e5002e048ca25f6251b5e595aec40 +SIZE (redland-bindings-1.0.14.1.tar.gz) = 792557 |