diff options
author | tj <tj@FreeBSD.org> | 2014-02-13 01:20:40 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2014-02-13 01:20:40 +0800 |
commit | 8cecfde2e0a1636630dc810843a84a8f0529748f (patch) | |
tree | 7fd043b8eb6b9a591afc137c988c8be3d0d5ab9c | |
parent | 492890e83738b9f2e3874dddeef4a20c661e7b39 (diff) | |
download | freebsd-ports-gnome-8cecfde2e0a1636630dc810843a84a8f0529748f.tar.gz freebsd-ports-gnome-8cecfde2e0a1636630dc810843a84a8f0529748f.tar.zst freebsd-ports-gnome-8cecfde2e0a1636630dc810843a84a8f0529748f.zip |
Move p5-ElasticSearch to p5-ElasticSearch-legacy to make space for the offical client.
Update to 0.66.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch-legacy/Makefile (renamed from textproc/p5-ElasticSearch/Makefile) | 4 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch-legacy/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch-legacy/pkg-descr (renamed from textproc/p5-ElasticSearch/pkg-descr) | 0 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch-legacy/pkg-plist (renamed from textproc/p5-ElasticSearch/pkg-plist) | 0 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch/distinfo | 2 |
7 files changed, 6 insertions, 5 deletions
@@ -5447,3 +5447,4 @@ www/runsomebrowser|www/webbrowser|2014-02-09|Name changed irc/trickyirc||2014-02-10|Abandonware, segfaults, no releases in 15 years databases/p5-DBD-mysql55|databases/p5-DBD-mysql|2014-02-12|If you need a different default MYSQL version, use DEFAULT_VERSIONS databases/p5-DBD-mysql56|databases/p5-DBD-mysql|2014-02-12|If you need a different default MYSQL version, use DEFAULT_VERSIONS +textproc/p5-ElasticSearch|textproc/p5-ElasticSearch-legacy|2014-02-12|This version is depricated in favour of the offical client diff --git a/textproc/Makefile b/textproc/Makefile index 4130e1016163..8c85d9f1da7d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -504,7 +504,7 @@ SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet SUBDIR += p5-EBook-Tools - SUBDIR += p5-ElasticSearch + SUBDIR += p5-ElasticSearch-legacy SUBDIR += p5-ElasticSearch-SearchBuilder SUBDIR += p5-Excel-Template SUBDIR += p5-Excel-Writer-XLSX diff --git a/textproc/p5-ElasticSearch/Makefile b/textproc/p5-ElasticSearch-legacy/Makefile index 8fdb573efdae..dec9117f0697 100644 --- a/textproc/p5-ElasticSearch/Makefile +++ b/textproc/p5-ElasticSearch-legacy/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= ElasticSearch -PORTVERSION= 0.65 -PORTREVISION= 2 +PORTVERSION= 0.66 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ PKGNAMEPREFIX= p5- +PKGNAMESUFFIX= -legacy MAINTAINER= tj@FreeBSD.org COMMENT= ElasticSearch API diff --git a/textproc/p5-ElasticSearch-legacy/distinfo b/textproc/p5-ElasticSearch-legacy/distinfo new file mode 100644 index 000000000000..eef5bfacbde1 --- /dev/null +++ b/textproc/p5-ElasticSearch-legacy/distinfo @@ -0,0 +1,2 @@ +SHA256 (ElasticSearch-0.66.tar.gz) = cd83bf8bbef1156a825afd91d7f855fc37e0378b203cbb77f11f892b6f9029a2 +SIZE (ElasticSearch-0.66.tar.gz) = 111647 diff --git a/textproc/p5-ElasticSearch/pkg-descr b/textproc/p5-ElasticSearch-legacy/pkg-descr index 8b1254c624ee..8b1254c624ee 100644 --- a/textproc/p5-ElasticSearch/pkg-descr +++ b/textproc/p5-ElasticSearch-legacy/pkg-descr diff --git a/textproc/p5-ElasticSearch/pkg-plist b/textproc/p5-ElasticSearch-legacy/pkg-plist index dff68f1be315..dff68f1be315 100644 --- a/textproc/p5-ElasticSearch/pkg-plist +++ b/textproc/p5-ElasticSearch-legacy/pkg-plist diff --git a/textproc/p5-ElasticSearch/distinfo b/textproc/p5-ElasticSearch/distinfo deleted file mode 100644 index c78b5a795966..000000000000 --- a/textproc/p5-ElasticSearch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ElasticSearch-0.65.tar.gz) = 96f4489f1c1377616e30b6e03e9379397f1bee35ceab5d127f2b8c4781712e1a -SIZE (ElasticSearch-0.65.tar.gz) = 111447 |