svn commit: r391560 - head/misc/elixir-uuid

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jul 8 11:16:25 UTC 2015


Author: olgeni
Date: Wed Jul  8 11:16:24 2015
New Revision: 391560
URL: https://svnweb.freebsd.org/changeset/ports/391560

Log:
  Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.

Modified:
  head/misc/elixir-uuid/Makefile

Modified: head/misc/elixir-uuid/Makefile
==============================================================================
--- head/misc/elixir-uuid/Makefile	Wed Jul  8 10:57:47 2015	(r391559)
+++ head/misc/elixir-uuid/Makefile	Wed Jul  8 11:16:24 2015	(r391560)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
-PORTNAME=	uuid
+PORTNAME=	elixir-uuid
 PORTVERSION=	1.0.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
-PKGNAMEPREFIX=	elixir-
 
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	UUID generator and utilities for Elixir
@@ -14,6 +13,7 @@ LICENSE=	APACHE20
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	zyro
-GH_PROJECT=	${PKGNAMEPREFIX}${PORTNAME}
+
+ELIXIR_APP_NAME=uuid
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list