svn commit: r391562 - head/databases/elixir-mongo

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


Author: vanilla
Date: Wed Jul  8 11:36:52 2015
New Revision: 391562
URL: https://svnweb.freebsd.org/changeset/ports/391562

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

Modified:
  head/databases/elixir-mongo/Makefile

Modified: head/databases/elixir-mongo/Makefile
==============================================================================
--- head/databases/elixir-mongo/Makefile	Wed Jul  8 11:36:34 2015	(r391561)
+++ head/databases/elixir-mongo/Makefile	Wed Jul  8 11:36:52 2015	(r391562)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
-PORTNAME=	mongo
+PORTNAME=	elixir-mongo
 PORTVERSION=	0.5.1
 CATEGORIES=	databases
-PKGNAMEPREFIX=	elixir-
 
 MAINTAINER=	vanilla at FreeBSD.org
 COMMENT=	Database driver for MongoDB written in Elixir
@@ -13,7 +12,8 @@ LICENSE=	MIT
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	checkiz
-GH_PROJECT=	elixir-${PORTNAME}
+
+ELIXIR_APP_NAME=mongo
 
 MIX_BUILD_DEPS=	devel/elixir-bson
 MIX_RUN_DEPS:=	${MIX_BUILD_DEPS}


More information about the svn-ports-head mailing list