Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2015 02:40:32 +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: r398401 - head/security/elixir-jose
Message-ID:  <201510020240.t922eWVa033996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Oct  2 02:40:31 2015
New Revision: 398401
URL: https://svnweb.freebsd.org/changeset/ports/398401

Log:
  Move 'elirix-' to PKGNAMEPREFIX to make portlint happy.

Modified:
  head/security/elixir-jose/Makefile

Modified: head/security/elixir-jose/Makefile
==============================================================================
--- head/security/elixir-jose/Makefile	Fri Oct  2 02:39:57 2015	(r398400)
+++ head/security/elixir-jose/Makefile	Fri Oct  2 02:40:31 2015	(r398401)
@@ -1,20 +1,19 @@
 # $FreeBSD$
 
-PORTNAME=	elixir-jose
+PORTNAME=	jose
 PORTVERSION=	1.3.0
 CATEGORIES=	security
-DISTNAME=	${GH_ACCOUNT}-erlang-jose-${PORTVERSION}
+PKGNAMEPREFIX=	elixir-
 
 MAINTAINER=	vanilla@FreeBSD.org
 COMMENT=	JSON Object Signing and Encryption (JOSE) for Elixir
 
 LICENSE=	MPL
 
-WRKSRC=		${WRKDIR}/erlang-jose-${PORTVERSION}
-ELIXIR_APP_NAME=jose
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	potatosalad
+GH_PROJECT=	erlang-jose
 
 MIX_BUILD_DEPS=	converters/erlang-base64url \
 		security/erlang-jose



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