Update to 1.0.14.1.

Also make sure the port does not overwrite perllocal.pod when
WITH_PERL is on.
This commit is contained in:
Raphael Kubo da Costa 2012-01-29 20:07:42 +00:00
parent c76b0ae2da
commit 9905f938ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290054
2 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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