aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-07-12 02:31:27 +0800
committerzi <zi@FreeBSD.org>2014-07-12 02:31:27 +0800
commite6813859f6190bbf8190170b1f4dbb10c3312224 (patch)
tree8c9942c7db2e549f2100b5e5a3842a181a0e5851
parent08008a69c9545ec0f2a7608e603fe3bbfc879bc4 (diff)
downloadfreebsd-ports-gnome-e6813859f6190bbf8190170b1f4dbb10c3312224.tar.gz
freebsd-ports-gnome-e6813859f6190bbf8190170b1f4dbb10c3312224.tar.zst
freebsd-ports-gnome-e6813859f6190bbf8190170b1f4dbb10c3312224.zip
- Fix dependency version requirements
- Bump PORTREVISION PR: 190122 Submitted by: zi@ Approved by: maintainer timeout (1 month+)
-rw-r--r--textproc/p5-Search-Elasticsearch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Search-Elasticsearch/Makefile b/textproc/p5-Search-Elasticsearch/Makefile
index c379f0a610da..96617a22dac6 100644
--- a/textproc/p5-Search-Elasticsearch/Makefile
+++ b/textproc/p5-Search-Elasticsearch/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Search-Elasticsearch
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DRTECH
@@ -15,10 +16,10 @@ LICENSE= APACHE20
BUILD_DEPENDS= p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
- p5-HTTP-Tiny>=0.036:${PORTSDIR}/www/p5-HTTP-Tiny \
+ p5-HTTP-Tiny>=0.043:${PORTSDIR}/www/p5-HTTP-Tiny \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
- p5-JSON-MaybeXS>=1.002000:${PORTSDIR}/converters/p5-JSON-MaybeXS \
+ p5-JSON-MaybeXS>=1.002002:${PORTSDIR}/converters/p5-JSON-MaybeXS \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
p5-Log-Any>=0:${PORTSDIR}/devel/p5-Log-Any \
p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \