Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 11:36:35 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391561 - head/devel/elixir-bson
Message-ID:  <201507081136.t68BaZFZ060858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Jul  8 11:36:34 2015
New Revision: 391561
URL: https://svnweb.freebsd.org/changeset/ports/391561

Log:
  Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.
  
  Obtained from:	misc/elixir-uuid

Modified:
  head/devel/elixir-bson/Makefile

Modified: head/devel/elixir-bson/Makefile
==============================================================================
--- head/devel/elixir-bson/Makefile	Wed Jul  8 11:16:24 2015	(r391560)
+++ head/devel/elixir-bson/Makefile	Wed Jul  8 11:36:34 2015	(r391561)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
-PORTNAME=	bson
+PORTNAME=	elixir-bson
 PORTVERSION=	0.4.3
 CATEGORIES=	devel
-PKGNAMEPREFIX=	elixir-
 
 MAINTAINER=	vanilla@FreeBSD.org
 COMMENT=	BSON implementation in Elixir
@@ -13,6 +12,7 @@ LICENSE=	MIT
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	checkiz
-GH_PROJECT=	elixir-${PORTNAME}
+
+ELIXIR_APP_NAME=bson
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507081136.t68BaZFZ060858>