svn commit: r535067 - head/www/p5-Catalyst-Model-Xapian
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 12 22:31:29 UTC 2020
Author: sunpoet
Date: Tue May 12 22:31:24 2020
New Revision: 535067
URL: https://svnweb.freebsd.org/changeset/ports/535067
Log:
Change to latest stable xapian-core 1.4.x (via p5-Search-Xapian)
- Bump PORTREVISION for dependency change
Modified:
head/www/p5-Catalyst-Model-Xapian/Makefile
Modified: head/www/p5-Catalyst-Model-Xapian/Makefile
==============================================================================
--- head/www/p5-Catalyst-Model-Xapian/Makefile Tue May 12 22:31:20 2020 (r535066)
+++ head/www/p5-Catalyst-Model-Xapian/Makefile Tue May 12 22:31:24 2020 (r535067)
@@ -3,7 +3,7 @@
PORTNAME= Catalyst-Model-Xapian
PORTVERSION= 0.06
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Devel>=1.00:www/p5-Catalyst-Devel \
p5-Catalyst-Runtime>=5.30:www/p5-Catalyst-Runtime \
p5-Data-Page>=0:databases/p5-Data-Page \
- p5-Search-Xapian12>=1.2.7.0:databases/p5-Search-Xapian12
+ p5-Search-Xapian>=1.2.7.0:databases/p5-Search-Xapian
USES= perl5 shebangfix
USE_PERL5= configure
More information about the svn-ports-all
mailing list