From owner-svn-ports-head@freebsd.org Sun Jan 10 22:34:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87176A6B8E2; Sun, 10 Jan 2016 22:34:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55F251441; Sun, 10 Jan 2016 22:34:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0AMYoeO088808; Sun, 10 Jan 2016 22:34:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0AMYorJ088805; Sun, 10 Jan 2016 22:34:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601102234.u0AMYorJ088805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 10 Jan 2016 22:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405755 - head/textproc/elasticsearch-plugin-head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 22:34:51 -0000 Author: olgeni Date: Sun Jan 10 22:34:50 2016 New Revision: 405755 URL: https://svnweb.freebsd.org/changeset/ports/405755 Log: 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. Modified: head/textproc/elasticsearch-plugin-head/Makefile head/textproc/elasticsearch-plugin-head/distinfo (contents, props changed) head/textproc/elasticsearch-plugin-head/pkg-plist (contents, props changed) Modified: head/textproc/elasticsearch-plugin-head/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-head/Makefile Sun Jan 10 22:11:55 2016 (r405754) +++ head/textproc/elasticsearch-plugin-head/Makefile Sun Jan 10 22:34:50 2016 (r405755) @@ -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 Modified: head/textproc/elasticsearch-plugin-head/distinfo ============================================================================== --- head/textproc/elasticsearch-plugin-head/distinfo Sun Jan 10 22:11:55 2016 (r405754) +++ head/textproc/elasticsearch-plugin-head/distinfo Sun Jan 10 22:34:50 2016 (r405755) @@ -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 Modified: head/textproc/elasticsearch-plugin-head/pkg-plist ============================================================================== --- head/textproc/elasticsearch-plugin-head/pkg-plist Sun Jan 10 22:11:55 2016 (r405754) +++ head/textproc/elasticsearch-plugin-head/pkg-plist Sun Jan 10 22:34:50 2016 (r405755) @@ -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