diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-09-28 09:37:50 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-09-28 09:37:50 +0000 |
commit | 5f944eefd65cfb53f08f98ca8fb58b9fe451a61f (patch) | |
tree | 4751aaf92871c8ca5c5f41369c5109df39266cbb /textproc/elasticsearch-plugin-sql | |
parent | c2d95a13603988076e3271b04ed00878b065e607 (diff) | |
download | ports-5f944eefd65cfb53f08f98ca8fb58b9fe451a61f.tar.gz ports-5f944eefd65cfb53f08f98ca8fb58b9fe451a61f.zip |
Notes
Diffstat (limited to 'textproc/elasticsearch-plugin-sql')
-rw-r--r-- | textproc/elasticsearch-plugin-sql/Makefile | 6 | ||||
-rw-r--r-- | textproc/elasticsearch-plugin-sql/distinfo | 4 | ||||
-rw-r--r-- | textproc/elasticsearch-plugin-sql/pkg-plist | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/textproc/elasticsearch-plugin-sql/Makefile b/textproc/elasticsearch-plugin-sql/Makefile index faed24d6688d..c764587aba1b 100644 --- a/textproc/elasticsearch-plugin-sql/Makefile +++ b/textproc/elasticsearch-plugin-sql/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 1.3.5 +PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch-plugin- @@ -16,8 +16,12 @@ RUN_DEPENDS= elasticsearch>=1.5.0:${PORTSDIR}/textproc/elasticsearch USES= zip NO_BUILD= yes +NO_ARCH= yes PLIST_SUB+= VERSION="${PORTVERSION}" +post-patch: + @${RM} ${WRKSRC}/_site/vendor/codemirror/.travis.yml + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql/_site diff --git a/textproc/elasticsearch-plugin-sql/distinfo b/textproc/elasticsearch-plugin-sql/distinfo index 1d2265407015..986c20cb5efd 100644 --- a/textproc/elasticsearch-plugin-sql/distinfo +++ b/textproc/elasticsearch-plugin-sql/distinfo @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-sql-1.3.5.zip) = 30c1a59cf1365cbfe7293f55ee59bcd5272d21d5b1eab5a870fb7d1681ed5255 -SIZE (elasticsearch-sql-1.3.5.zip) = 1990753 +SHA256 (elasticsearch-sql-1.4.zip) = 859e2866f8b1262f5d7df296f32f6508384af90262e575a0a929267595e68129 +SIZE (elasticsearch-sql-1.4.zip) = 3574962 diff --git a/textproc/elasticsearch-plugin-sql/pkg-plist b/textproc/elasticsearch-plugin-sql/pkg-plist index 9d2066dde2dc..e6e9eb5ecceb 100644 --- a/textproc/elasticsearch-plugin-sql/pkg-plist +++ b/textproc/elasticsearch-plugin-sql/pkg-plist @@ -30,7 +30,6 @@ lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings- lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/bootstrap.js lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/bootstrap.min.js lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/npm.js -lib/elasticsearch/plugins/sql/_site/vendor/codemirror/.travis.yml lib/elasticsearch/plugins/sql/_site/vendor/codemirror/AUTHORS lib/elasticsearch/plugins/sql/_site/vendor/codemirror/CONTRIBUTING.md lib/elasticsearch/plugins/sql/_site/vendor/codemirror/LICENSE @@ -407,6 +406,8 @@ lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/twilight.css lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/vibrant-ink.css lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/xq-dark.css lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/xq-light.css +lib/elasticsearch/plugins/sql/_site/vendor/download/download.js +lib/elasticsearch/plugins/sql/_site/vendor/download/download.min.js lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/boot.js lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/console.js lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine-html.js @@ -415,4 +416,5 @@ lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine.js lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine_favicon.png lib/elasticsearch/plugins/sql/_site/vendor/jasmine-jquery/jasmine-jquery.js lib/elasticsearch/plugins/sql/_site/vendor/jquery/jquery-2.1.1.min.js +lib/elasticsearch/plugins/sql/druid.jar lib/elasticsearch/plugins/sql/elasticsearch-sql-%%VERSION%%.jar |