svn commit: r391045 - in head/devel: elixir-conform elixir-exrm elixir-poison

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jul 1 10:13:54 UTC 2015


Author: olgeni
Date: Wed Jul  1 10:13:52 2015
New Revision: 391045
URL: https://svnweb.freebsd.org/changeset/ports/391045

Log:
  PLIST_SUB is not required by these ports.

Modified:
  head/devel/elixir-conform/Makefile
  head/devel/elixir-exrm/Makefile
  head/devel/elixir-poison/Makefile

Modified: head/devel/elixir-conform/Makefile
==============================================================================
--- head/devel/elixir-conform/Makefile	Wed Jul  1 10:06:36 2015	(r391044)
+++ head/devel/elixir-conform/Makefile	Wed Jul  1 10:13:52 2015	(r391045)
@@ -16,8 +16,6 @@ BUILD_DEPENDS=	elixir:${PORTSDIR}/lang/e
 		erlang-neotoma>=0:${PORTSDIR}/devel/erlang-neotoma
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PLIST_SUB=	VERSION="${PORTVERSION}"
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitwalker
 

Modified: head/devel/elixir-exrm/Makefile
==============================================================================
--- head/devel/elixir-exrm/Makefile	Wed Jul  1 10:06:36 2015	(r391044)
+++ head/devel/elixir-exrm/Makefile	Wed Jul  1 10:13:52 2015	(r391045)
@@ -15,8 +15,6 @@ BUILD_DEPENDS=	elixir:${PORTSDIR}/lang/e
 		elixir-conform>=0:${PORTSDIR}/devel/elixir-conform
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PLIST_SUB=	VERSION="${PORTVERSION}"
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitwalker
 

Modified: head/devel/elixir-poison/Makefile
==============================================================================
--- head/devel/elixir-poison/Makefile	Wed Jul  1 10:06:36 2015	(r391044)
+++ head/devel/elixir-poison/Makefile	Wed Jul  1 10:13:52 2015	(r391045)
@@ -13,8 +13,6 @@ LICENSE=	ISCL
 BUILD_DEPENDS=	elixir:${PORTSDIR}/lang/elixir
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PLIST_SUB=	VERSION="${PORTVERSION}"
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	devinus
 


More information about the svn-ports-head mailing list