From owner-svn-ports-all@FreeBSD.ORG Mon May 6 18:40:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F2000CDA; Mon, 6 May 2013 18:40:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CA47AA25; Mon, 6 May 2013 18:40:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r46Ie9HY013617; Mon, 6 May 2013 18:40:09 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r46Ie94X013610; Mon, 6 May 2013 18:40:09 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201305061840.r46Ie94X013610@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 6 May 2013 18:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317542 - in head/lang: erlang-runtime15 erlang-runtime15/files erlang-runtime16 erlang-runtime16/files 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.14 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: Mon, 06 May 2013 18:40:11 -0000 Author: olgeni Date: Mon May 6 18:40:08 2013 New Revision: 317542 URL: http://svnweb.freebsd.org/changeset/ports/317542 Log: Add ERLANG_LIB to SUB_LIST, and use it in pkg-message. No PORTREVISION bump because the package stays the same. Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime15/files/pkg-message.in head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime16/files/pkg-message.in Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime15/Makefile Mon May 6 18:40:08 2013 (r317542) @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/otp_src_R15B03 ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} SUB_FILES= pkg-message -SUB_LIST= TOOLS_VSN=${TOOLS_VSN} +SUB_LIST= TOOLS_VSN=${TOOLS_VSN} ERLANG_LIB=${ERLANG_LIB} PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes Modified: head/lang/erlang-runtime15/files/pkg-message.in ============================================================================== --- head/lang/erlang-runtime15/files/pkg-message.in Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime15/files/pkg-message.in Mon May 6 18:40:08 2013 (r317542) @@ -10,6 +10,6 @@ You may wish to add the following line t OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man To use this runtime port for development or testing, just prepend -its binary path ("%%LOCALBASE%%/lib/erlang15/bin") to your PATH variable. +its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable. =========================================================================== Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime16/Makefile Mon May 6 18:40:08 2013 (r317542) @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/otp_src_R16B ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} SUB_FILES= pkg-message -SUB_LIST= TOOLS_VSN=${TOOLS_VSN} +SUB_LIST= TOOLS_VSN=${TOOLS_VSN} ERLANG_LIB=${ERLANG_LIB} PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes Modified: head/lang/erlang-runtime16/files/pkg-message.in ============================================================================== --- head/lang/erlang-runtime16/files/pkg-message.in Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime16/files/pkg-message.in Mon May 6 18:40:08 2013 (r317542) @@ -10,6 +10,6 @@ You may wish to add the following line t OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man To use this runtime port for development or testing, just prepend -its binary path ("%%LOCALBASE%%/lib/erlang16/bin") to your PATH variable. +its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable. ===========================================================================