svn commit: r410718 - head/textproc/elasticsearch-plugin-marvel2

Dan Langille dvl at FreeBSD.org
Wed Mar 9 17:58:27 UTC 2016


Author: dvl
Date: Wed Mar  9 17:58:25 2016
New Revision: 410718
URL: https://svnweb.freebsd.org/changeset/ports/410718

Log:
  Fix PKGNAMEPREFIX to match elasticsearch-plugin-marvel

Modified:
  head/textproc/elasticsearch-plugin-marvel2/Makefile

Modified: head/textproc/elasticsearch-plugin-marvel2/Makefile
==============================================================================
--- head/textproc/elasticsearch-plugin-marvel2/Makefile	Wed Mar  9 17:57:05 2016	(r410717)
+++ head/textproc/elasticsearch-plugin-marvel2/Makefile	Wed Mar  9 17:58:25 2016	(r410718)
@@ -6,7 +6,7 @@ PORTVERSION=	2.1.0
 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
-PKGNAMEPREFIX=	elasticsearch-plugin
+PKGNAMEPREFIX=	elasticsearch-plugin-
 PKGNAMESUFFIX=	2
 DISTFILES=	license-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source1 \
 		marvel-agent-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source2


More information about the svn-ports-all mailing list