diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-06-21 06:30:28 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-06-21 06:30:28 +0000 |
commit | 3b0928fbac1a3182f89d112d0348f745cbc4ab3a (patch) | |
tree | 57defe3b6a83eccb44d48d0fdb06788400d8a64f /databases/p5-Search-Xapian | |
parent | 7c61c926ee33ba27b537bc4866f38b46caba3808 (diff) | |
download | ports-3b0928fbac1a3182f89d112d0348f745cbc4ab3a.tar.gz ports-3b0928fbac1a3182f89d112d0348f745cbc4ab3a.zip |
Notes
Diffstat (limited to 'databases/p5-Search-Xapian')
-rw-r--r-- | databases/p5-Search-Xapian/Makefile | 13 | ||||
-rw-r--r-- | databases/p5-Search-Xapian/distinfo | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/databases/p5-Search-Xapian/Makefile b/databases/p5-Search-Xapian/Makefile index 0e84e3219f08..ec1327491ce8 100644 --- a/databases/p5-Search-Xapian/Makefile +++ b/databases/p5-Search-Xapian/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Search-Xapian -PORTVERSION= 1.0.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1.0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Search @@ -16,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Perl XS frontend to the Xapian C++ search library -BUILD_DEPENDS= xapian-core>=1.0.0:${PORTSDIR}/databases/xapian-core -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= xapian-core>=1.0.1:${PORTSDIR}/databases/xapian-core PERL_CONFIGURE= yes CC= ${CXX} @@ -38,8 +37,4 @@ MAN3= Search::Xapian.3 \ Search::Xapian::Weight.3 \ Search::Xapian::WritableDatabase.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Install lang/perl5 or perl5.8 and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/p5-Search-Xapian/distinfo b/databases/p5-Search-Xapian/distinfo index 7aed364ae97e..ac622185ffc2 100644 --- a/databases/p5-Search-Xapian/distinfo +++ b/databases/p5-Search-Xapian/distinfo @@ -1,3 +1,3 @@ -MD5 (Search-Xapian-1.0.0.0.tar.gz) = 17f943d792bdef4048c369aec2481ab1 -SHA256 (Search-Xapian-1.0.0.0.tar.gz) = 64d5af41ed05e1e8ae89752e73b808ec04fa4c0397f09576b86b4f1cb3430a47 -SIZE (Search-Xapian-1.0.0.0.tar.gz) = 35755 +MD5 (Search-Xapian-1.0.1.0.tar.gz) = 685756c7b820702e29055e91cb11fcf0 +SHA256 (Search-Xapian-1.0.1.0.tar.gz) = 2a413748744b660aff697e10df7a7f774521722a4fb2ba45de1fc9d6eb36c92e +SIZE (Search-Xapian-1.0.1.0.tar.gz) = 36313 |