diff options
author | az <az@FreeBSD.org> | 2015-01-17 02:09:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2015-01-17 02:09:55 +0800 |
commit | 3e8e0c324ff4566145bf8302c995ecf23abf6ef9 (patch) | |
tree | 30238a86571fca2244e1c118f95157540b7c2cf7 /textproc/p5-Search-Elasticsearch | |
parent | 135658c881ce4453f776dd69ce2bd43198cb4604 (diff) | |
download | freebsd-ports-gnome-3e8e0c324ff4566145bf8302c995ecf23abf6ef9.tar.gz freebsd-ports-gnome-3e8e0c324ff4566145bf8302c995ecf23abf6ef9.tar.zst freebsd-ports-gnome-3e8e0c324ff4566145bf8302c995ecf23abf6ef9.zip |
Log::Any::Adapter was merged into Log::Any distribution see
http://cpansearch.perl.org/src/DAGOLDEN/Log-Any-1.00/Changes section [Internal]
- Update *_DEPENDS: change from devel/p5-Log-Any-Adapter to devel/p5-Log-Any
- Bump PORTREVISION
- Mark devel/5-Log-Any-Adapter DEPRECATED and set EXPIRATION_DATE
Diffstat (limited to 'textproc/p5-Search-Elasticsearch')
-rw-r--r-- | textproc/p5-Search-Elasticsearch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Search-Elasticsearch/Makefile b/textproc/p5-Search-Elasticsearch/Makefile index 4e7afb8fe9da..a62e7c8b38ae 100644 --- a/textproc/p5-Search-Elasticsearch/Makefile +++ b/textproc/p5-Search-Elasticsearch/Makefile @@ -3,7 +3,7 @@ PORTNAME= Search-Elasticsearch PORTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DRTECH @@ -22,7 +22,6 @@ BUILD_DEPENDS= p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \ 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 \ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Moo>=1.003:${PORTSDIR}/devel/p5-Moo \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ |