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

Antoine Brodin antoine at FreeBSD.org
Wed Mar 9 17:05:47 UTC 2016


Author: antoine
Date: Wed Mar  9 17:05:45 2016
New Revision: 410710
URL: https://svnweb.freebsd.org/changeset/ports/410710

Log:
  Fix PKGBASE collision

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

Modified: head/textproc/elasticsearch-plugin-marvel2/Makefile
==============================================================================
--- head/textproc/elasticsearch-plugin-marvel2/Makefile	Wed Mar  9 17:03:10 2016	(r410709)
+++ head/textproc/elasticsearch-plugin-marvel2/Makefile	Wed Mar  9 17:05:45 2016	(r410710)
@@ -7,6 +7,7 @@ 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
+PKGNAMESUFFIX=	2
 DISTFILES=	license-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source1 \
 		marvel-agent-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source2
 


More information about the svn-ports-head mailing list