1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 1.2.11.0

- Pet portlint: remove ABI version number from LIB_DEPENDS

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.11
		http://search.cpan.org/dist/Search-Xapian/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-27 08:32:03 +00:00
parent 7a6c49c1bb
commit d9d3fc4818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300075
2 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Search-Xapian
PORTVERSION= 1.2.10.0
PORTVERSION= 1.2.11.0
CATEGORIES= databases perl5
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
LOCAL/sunpoet \
@ -19,8 +19,7 @@ COMMENT= Perl XS frontend to the Xapian C++ search library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= xapian.26:${PORTSDIR}/databases/xapian-core
LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core
TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
@ -71,6 +70,6 @@ MAN3= Search::Xapian.3 \
Search::Xapian::WritableDatabase.3
post-patch:
@${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e 's|^if (defined $$builddir) {|if (0) {|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Search-Xapian-1.2.10.0.tar.gz) = 9695b45b978ef41b367fc5ea2bcf5ecbc2b4c5aff6d138d7dbc31946fdb86bc7
SIZE (Search-Xapian-1.2.10.0.tar.gz) = 62269
SHA256 (Search-Xapian-1.2.11.0.tar.gz) = 402d68af34541433524d0ea192bc6f79a952b5861150a70309188157f99fe3c1
SIZE (Search-Xapian-1.2.11.0.tar.gz) = 62291