Upgrade to commit 8fe463f of 2015.12.16.

The plugin is compatible with both ElasticSearch 1 and 2, so I
removed the RUN_DEPENDS here rather than creating a second copy
for ES2.

Also, remove the extra stuff from plist: only _site is needed.
This commit is contained in:
Jimmy Olgeni 2016-01-10 22:34:50 +00:00
parent f05f94553e
commit 43c73f6a4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405755
3 changed files with 25 additions and 154 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= head
PORTVERSION= 2015.03.17
PORTVERSION= 2015.12.16
CATEGORIES= textproc
PKGNAMEPREFIX= elasticsearch-plugin-
@ -10,17 +10,16 @@ COMMENT= ElasticSearch Head Plugin
LICENSE= APACHE20
RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
USE_GITHUB= yes
GH_ACCOUNT= mobz
GH_PROJECT= elasticsearch-head
GH_TAGNAME= f3a85b2
GH_TAGNAME= 8fe463f
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (mobz-elasticsearch-head-2015.03.17-f3a85b2_GH0.tar.gz) = 9ca284f02f7da11cbe7a99d4ef397065bb1d30b95144b49dcd4de7ebb5f2ba33
SIZE (mobz-elasticsearch-head-2015.03.17-f3a85b2_GH0.tar.gz) = 846753
SHA256 (mobz-elasticsearch-head-2015.12.16-8fe463f_GH0.tar.gz) = 2d31c8048b77d7560f9174446e7ff41738dfce73c39d3622066a1a298637b1a1
SIZE (mobz-elasticsearch-head-2015.12.16-8fe463f_GH0.tar.gz) = 849980

View file

@ -1,147 +1,19 @@
lib/elasticsearch/plugins/head/_site/Gruntfile.js
lib/elasticsearch/plugins/head/_site/LICENCE
lib/elasticsearch/plugins/head/_site/README.textile
lib/elasticsearch/plugins/head/_site/dist/app.css
lib/elasticsearch/plugins/head/_site/dist/app.js
lib/elasticsearch/plugins/head/_site/dist/base/favicon.png
lib/elasticsearch/plugins/head/_site/dist/base/loading.gif
lib/elasticsearch/plugins/head/_site/dist/base/reset.css
lib/elasticsearch/plugins/head/_site/dist/fonts/FontAwesome.otf
lib/elasticsearch/plugins/head/_site/dist/fonts/fontawesome-webfont.eot
lib/elasticsearch/plugins/head/_site/dist/fonts/fontawesome-webfont.svg
lib/elasticsearch/plugins/head/_site/dist/fonts/fontawesome-webfont.ttf
lib/elasticsearch/plugins/head/_site/dist/fonts/fontawesome-webfont.woff
lib/elasticsearch/plugins/head/_site/dist/i18n.js
lib/elasticsearch/plugins/head/_site/dist/lang/en_strings.js
lib/elasticsearch/plugins/head/_site/dist/lang/fr_strings.js
lib/elasticsearch/plugins/head/_site/dist/lang/pt_strings.js
lib/elasticsearch/plugins/head/_site/dist/lang/zh_strings.js
lib/elasticsearch/plugins/head/_site/dist/vendor.css
lib/elasticsearch/plugins/head/_site/dist/vendor.js
lib/elasticsearch/plugins/head/_site/elasticsearch-head.sublime-project
lib/elasticsearch/plugins/head/_site/grunt_fileSets.js
lib/elasticsearch/plugins/head/_site/app.css
lib/elasticsearch/plugins/head/_site/app.js
lib/elasticsearch/plugins/head/_site/base/favicon.png
lib/elasticsearch/plugins/head/_site/base/loading.gif
lib/elasticsearch/plugins/head/_site/base/reset.css
lib/elasticsearch/plugins/head/_site/fonts/FontAwesome.otf
lib/elasticsearch/plugins/head/_site/fonts/fontawesome-webfont.eot
lib/elasticsearch/plugins/head/_site/fonts/fontawesome-webfont.svg
lib/elasticsearch/plugins/head/_site/fonts/fontawesome-webfont.ttf
lib/elasticsearch/plugins/head/_site/fonts/fontawesome-webfont.woff
lib/elasticsearch/plugins/head/_site/i18n.js
lib/elasticsearch/plugins/head/_site/index.html
lib/elasticsearch/plugins/head/_site/package.json
lib/elasticsearch/plugins/head/_site/src/app/app.css
lib/elasticsearch/plugins/head/_site/src/app/app.js
lib/elasticsearch/plugins/head/_site/src/app/base/boot.js
lib/elasticsearch/plugins/head/_site/src/app/base/favicon.png
lib/elasticsearch/plugins/head/_site/src/app/base/loading.gif
lib/elasticsearch/plugins/head/_site/src/app/base/reset.css
lib/elasticsearch/plugins/head/_site/src/app/data/boolQuery.js
lib/elasticsearch/plugins/head/_site/src/app/data/dataSourceInterface.js
lib/elasticsearch/plugins/head/_site/src/app/data/metaData.js
lib/elasticsearch/plugins/head/_site/src/app/data/metaDataFactory.js
lib/elasticsearch/plugins/head/_site/src/app/data/model/model.js
lib/elasticsearch/plugins/head/_site/src/app/data/model/modelSpec.js
lib/elasticsearch/plugins/head/_site/src/app/data/query.js
lib/elasticsearch/plugins/head/_site/src/app/data/queryDataSourceInterface.js
lib/elasticsearch/plugins/head/_site/src/app/data/resultDataSourceInterface.js
lib/elasticsearch/plugins/head/_site/src/app/lang/en_strings.js
lib/elasticsearch/plugins/head/_site/src/app/lang/fr_strings.js
lib/elasticsearch/plugins/head/_site/src/app/lang/pt_strings.js
lib/elasticsearch/plugins/head/_site/src/app/lang/zh_strings.js
lib/elasticsearch/plugins/head/_site/src/app/services/cluster/cluster.js
lib/elasticsearch/plugins/head/_site/src/app/services/cluster/clusterSpec.js
lib/elasticsearch/plugins/head/_site/src/app/services/clusterState/clusterState.js
lib/elasticsearch/plugins/head/_site/src/app/services/clusterState/clusterStateSpec.js
lib/elasticsearch/plugins/head/_site/src/app/services/preferences/preferenceSpec.js
lib/elasticsearch/plugins/head/_site/src/app/services/preferences/preferences.js
lib/elasticsearch/plugins/head/_site/src/app/ui/abstractField/abstractField.css
lib/elasticsearch/plugins/head/_site/src/app/ui/abstractField/abstractField.js
lib/elasticsearch/plugins/head/_site/src/app/ui/abstractPanel/abstractPanel.css
lib/elasticsearch/plugins/head/_site/src/app/ui/abstractPanel/abstractPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/abstractWidget/abstractWidget.js
lib/elasticsearch/plugins/head/_site/src/app/ui/anyRequest/anyRequest.css
lib/elasticsearch/plugins/head/_site/src/app/ui/anyRequest/anyRequest.js
lib/elasticsearch/plugins/head/_site/src/app/ui/browser/browser.css
lib/elasticsearch/plugins/head/_site/src/app/ui/browser/browser.js
lib/elasticsearch/plugins/head/_site/src/app/ui/button/button.css
lib/elasticsearch/plugins/head/_site/src/app/ui/button/button.js
lib/elasticsearch/plugins/head/_site/src/app/ui/button/buttonDemo.js
lib/elasticsearch/plugins/head/_site/src/app/ui/checkField/checkField.js
lib/elasticsearch/plugins/head/_site/src/app/ui/checkField/checkFieldDemo.js
lib/elasticsearch/plugins/head/_site/src/app/ui/checkField/checkFieldSpec.js
lib/elasticsearch/plugins/head/_site/src/app/ui/clusterConnect/clusterConnect.css
lib/elasticsearch/plugins/head/_site/src/app/ui/clusterConnect/clusterConnect.js
lib/elasticsearch/plugins/head/_site/src/app/ui/clusterConnect/clusterConnectSpec.js
lib/elasticsearch/plugins/head/_site/src/app/ui/clusterOverview/clusterOverview.css
lib/elasticsearch/plugins/head/_site/src/app/ui/clusterOverview/clusterOverview.js
lib/elasticsearch/plugins/head/_site/src/app/ui/csvTable/csvTable.js
lib/elasticsearch/plugins/head/_site/src/app/ui/dateHistogram/dateHistogram.js
lib/elasticsearch/plugins/head/_site/src/app/ui/dialogPanel/dialogPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/draggablePanel/draggablePanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/filterBrowser/filterBrowser.css
lib/elasticsearch/plugins/head/_site/src/app/ui/filterBrowser/filterBrowser.js
lib/elasticsearch/plugins/head/_site/src/app/ui/header/header.css
lib/elasticsearch/plugins/head/_site/src/app/ui/header/header.js
lib/elasticsearch/plugins/head/_site/src/app/ui/helpPanel/helpPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/indexOverview/indexOverview.js
lib/elasticsearch/plugins/head/_site/src/app/ui/indexSelector/indexSelector.js
lib/elasticsearch/plugins/head/_site/src/app/ui/infoPanel/infoPanel.css
lib/elasticsearch/plugins/head/_site/src/app/ui/infoPanel/infoPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/jsonPanel/jsonPanel.css
lib/elasticsearch/plugins/head/_site/src/app/ui/jsonPanel/jsonPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/jsonPretty/jsonPretty.css
lib/elasticsearch/plugins/head/_site/src/app/ui/jsonPretty/jsonPretty.js
lib/elasticsearch/plugins/head/_site/src/app/ui/menuButton/menuButton.css
lib/elasticsearch/plugins/head/_site/src/app/ui/menuButton/menuButton.js
lib/elasticsearch/plugins/head/_site/src/app/ui/menuPanel/menuPanel.css
lib/elasticsearch/plugins/head/_site/src/app/ui/menuPanel/menuPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/nodesView/nodesView.css
lib/elasticsearch/plugins/head/_site/src/app/ui/nodesView/nodesView.js
lib/elasticsearch/plugins/head/_site/src/app/ui/nodesView/nodesViewDemo.js
lib/elasticsearch/plugins/head/_site/src/app/ui/page/page.js
lib/elasticsearch/plugins/head/_site/src/app/ui/panelForm/panelForm.css
lib/elasticsearch/plugins/head/_site/src/app/ui/panelForm/panelForm.js
lib/elasticsearch/plugins/head/_site/src/app/ui/queryFilter/queryFilter.css
lib/elasticsearch/plugins/head/_site/src/app/ui/queryFilter/queryFilter.js
lib/elasticsearch/plugins/head/_site/src/app/ui/refreshButton/refreshButton.js
lib/elasticsearch/plugins/head/_site/src/app/ui/refreshButton/refreshButtonDemo.js
lib/elasticsearch/plugins/head/_site/src/app/ui/refreshButton/refreshButtonSpec.js
lib/elasticsearch/plugins/head/_site/src/app/ui/resultTable/resultTable.js
lib/elasticsearch/plugins/head/_site/src/app/ui/selectMenuPanel/selectMenuPanel.css
lib/elasticsearch/plugins/head/_site/src/app/ui/selectMenuPanel/selectMenuPanel.js
lib/elasticsearch/plugins/head/_site/src/app/ui/sidebarSection/sidebarSection.css
lib/elasticsearch/plugins/head/_site/src/app/ui/sidebarSection/sidebarSection.js
lib/elasticsearch/plugins/head/_site/src/app/ui/splitButton/splitButton.css
lib/elasticsearch/plugins/head/_site/src/app/ui/splitButton/splitButton.js
lib/elasticsearch/plugins/head/_site/src/app/ui/splitButton/splitButtonDemo.js
lib/elasticsearch/plugins/head/_site/src/app/ui/structuredQuery/structuredQuery.css
lib/elasticsearch/plugins/head/_site/src/app/ui/structuredQuery/structuredQuery.js
lib/elasticsearch/plugins/head/_site/src/app/ui/table/table.css
lib/elasticsearch/plugins/head/_site/src/app/ui/table/table.js
lib/elasticsearch/plugins/head/_site/src/app/ui/textField/textField.js
lib/elasticsearch/plugins/head/_site/src/app/ui/textField/textFieldDemo.js
lib/elasticsearch/plugins/head/_site/src/app/ui/toolbar/toolbar.css
lib/elasticsearch/plugins/head/_site/src/app/ui/toolbar/toolbar.js
lib/elasticsearch/plugins/head/_site/src/app/ux/class.js
lib/elasticsearch/plugins/head/_site/src/app/ux/dragdrop.js
lib/elasticsearch/plugins/head/_site/src/app/ux/fieldCollection.js
lib/elasticsearch/plugins/head/_site/src/app/ux/observable.js
lib/elasticsearch/plugins/head/_site/src/app/ux/singleton.js
lib/elasticsearch/plugins/head/_site/src/app/ux/singletonSpec.js
lib/elasticsearch/plugins/head/_site/src/app/ux/table.css
lib/elasticsearch/plugins/head/_site/src/app/ux/templates/templateSpec.js
lib/elasticsearch/plugins/head/_site/src/app/ux/templates/templates.js
lib/elasticsearch/plugins/head/_site/src/vendor/dateRangeParser/date-range-parser.js
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/css/font-awesome.css
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/css/font-awesome.min.css
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/fonts/FontAwesome.otf
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/fonts/fontawesome-webfont.eot
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/fonts/fontawesome-webfont.svg
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/fonts/fontawesome-webfont.ttf
lib/elasticsearch/plugins/head/_site/src/vendor/font-awesome/fonts/fontawesome-webfont.woff
lib/elasticsearch/plugins/head/_site/src/vendor/graphael/g.raphael.standalone.js
lib/elasticsearch/plugins/head/_site/src/vendor/i18n/i18n.js
lib/elasticsearch/plugins/head/_site/src/vendor/joey/joey.js
lib/elasticsearch/plugins/head/_site/src/vendor/jquery/jquery.js
lib/elasticsearch/plugins/head/_site/src/vendor/nohtml/jquery-nohtml.js
lib/elasticsearch/plugins/head/_site/test/demo.html
lib/elasticsearch/plugins/head/_site/test/generators/conflictingField.sh
lib/elasticsearch/plugins/head/_site/test/generators/delete_all_indices.sh
lib/elasticsearch/plugins/head/_site/test/generators/multi_type.sh
lib/elasticsearch/plugins/head/_site/test/generators/twitter_feed.sh
lib/elasticsearch/plugins/head/_site/test/generators/twitter_river.sh
lib/elasticsearch/plugins/head/_site/test/perf.html
lib/elasticsearch/plugins/head/_site/test/spec/specHelper.js
lib/elasticsearch/plugins/head/_site/lang/en_strings.js
lib/elasticsearch/plugins/head/_site/lang/fr_strings.js
lib/elasticsearch/plugins/head/_site/lang/pt_strings.js
lib/elasticsearch/plugins/head/_site/lang/zh_strings.js
lib/elasticsearch/plugins/head/_site/vendor.css
lib/elasticsearch/plugins/head/_site/vendor.js
lib/elasticsearch/plugins/head/plugin-descriptor.properties