svn commit: r398400 - head/security/erlang-jose

Vanilla I. Shu vanilla at FreeBSD.org
Fri Oct 2 02:39:58 UTC 2015


Author: vanilla
Date: Fri Oct  2 02:39:57 2015
New Revision: 398400
URL: https://svnweb.freebsd.org/changeset/ports/398400

Log:
  Move 'erlang-' to PKGNAMEPREFIX.

Modified:
  head/security/erlang-jose/Makefile

Modified: head/security/erlang-jose/Makefile
==============================================================================
--- head/security/erlang-jose/Makefile	Fri Oct  2 01:37:39 2015	(r398399)
+++ head/security/erlang-jose/Makefile	Fri Oct  2 02:39:57 2015	(r398400)
@@ -1,8 +1,9 @@
 # $FreeBSD$
 
-PORTNAME=	erlang-jose
+PORTNAME=	jose
 PORTVERSION=	1.3.0
 CATEGORIES=	security
+PKGNAMEPREFIX=	erlang-
 
 MAINTAINER=	vanilla at FreeBSD.org
 COMMENT=	JSON Object Signing and Encryption (JOSE) for Erlang
@@ -12,8 +13,10 @@ LICENSE=	MPL
 USES=		erlang:rebar
 USE_GITHUB=	yes
 GH_ACCOUNT=	potatosalad
+GH_PROJECT=	erlang-jose
+ERL_APP_NAME=	erlang-jose
 
 ERL_BUILD_DEPS=	converters/erlang-base64url
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+ERL_RUN_DEPS:=	${ERL_BUILD_DEPS}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list