diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-01-29 20:07:42 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-01-29 20:07:42 +0000 |
commit | 9905f938efc0be6d7e050bb8a0163b470296b99f (patch) | |
tree | 9ec3a7d78c1c908a929d604559e9ddccd5c3f5d8 /textproc/redland-bindings | |
parent | c76b0ae2daee61728c6e479f5c32bf00e1dd024e (diff) | |
download | ports-9905f938efc0be6d7e050bb8a0163b470296b99f.tar.gz ports-9905f938efc0be6d7e050bb8a0163b470296b99f.zip |
Notes
Diffstat (limited to 'textproc/redland-bindings')
-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 |