From owner-svn-ports-all@freebsd.org Fri Oct 2 02:39:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C152AA0E6E6; Fri, 2 Oct 2015 02:39:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1FD018D5; Fri, 2 Oct 2015 02:39:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t922dwlQ033850; Fri, 2 Oct 2015 02:39:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t922dwMl033849; Fri, 2 Oct 2015 02:39:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201510020239.t922dwMl033849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 2 Oct 2015 02:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398400 - head/security/erlang-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 02:39:58 -0000 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@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