Date: Mon, 28 Mar 2016 15:11:59 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412054 - head/textproc/elasticsearch2-plugin-marvel Message-ID: <201603281511.u2SFBx2a006149@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Mon Mar 28 15:11:59 2016 New Revision: 412054 URL: https://svnweb.freebsd.org/changeset/ports/412054 Log: Include pkg-plist update missing from previous commit. bump PORTREVISION Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile head/textproc/elasticsearch2-plugin-marvel/pkg-plist Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-marvel/Makefile Mon Mar 28 15:03:55 2016 (r412053) +++ head/textproc/elasticsearch2-plugin-marvel/Makefile Mon Mar 28 15:11:59 2016 (r412054) @@ -3,7 +3,7 @@ PORTNAME= marvel PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/${PORTVERSION}/:source1 \ http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/${PORTVERSION}/:source2 Modified: head/textproc/elasticsearch2-plugin-marvel/pkg-plist ============================================================================== --- head/textproc/elasticsearch2-plugin-marvel/pkg-plist Mon Mar 28 15:03:55 2016 (r412053) +++ head/textproc/elasticsearch2-plugin-marvel/pkg-plist Mon Mar 28 15:11:59 2016 (r412054) @@ -4,7 +4,7 @@ lib/elasticsearch/plugins/license/licens lib/elasticsearch/plugins/license/license-core-%%VERSION%%.jar lib/elasticsearch/plugins/license/license-plugin-api-%%VERSION%%.jar lib/elasticsearch/plugins/license/plugin-descriptor.properties -lib/elasticsearch/plugins/marvel-agent/LICENSE.txt -lib/elasticsearch/plugins/marvel-agent/NOTICE.txt -lib/elasticsearch/plugins/marvel-agent/marvel-agent-%%VERSION%%.jar -lib/elasticsearch/plugins/marvel-agent/plugin-descriptor.properties +lib/elasticsearch/plugins/marvel/LICENSE.txt +lib/elasticsearch/plugins/marvel/NOTICE.txt +lib/elasticsearch/plugins/marvel/marvel-agent-%%VERSION%%.jar +lib/elasticsearch/plugins/marvel/plugin-descriptor.properties
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603281511.u2SFBx2a006149>