svn commit: r391561 - head/devel/elixir-bson

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 8 11:36:35 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list