From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 10:44:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 879A6F03; Tue, 22 Oct 2013 10:44:33 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id A67F32004; Tue, 22 Oct 2013 10:44:32 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApgGAJVVZlJbsUOq/2dsb2JhbABZFoJxOEi+CUuBJRd0giUBAQU6HCMQCxQECSUPKh4GHIgBAQi6doxygiEzB4QpA5gIgTCQWIMmOg Received: from 170.67-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.67.170]) by relay.skynet.be with ESMTP; 22 Oct 2013 12:43:22 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9MAhKEW049706; Tue, 22 Oct 2013 12:43:21 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 22 Oct 2013 12:43:20 +0200 From: Tijl Coosemans To: Jimmy Olgeni Subject: Re: svn commit: r331244 - in head/lang/erlang-runtime16: . files Message-ID: <20131022124320.579d4ee9@kalimero.tijl.coosemans.org> In-Reply-To: <201310220920.r9M9KGkP063581@svn.freebsd.org> References: <201310220920.r9M9KGkP063581@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 10:44:33 -0000 On Tue, 22 Oct 2013 09:20:15 +0000 (UTC) Jimmy Olgeni wrote: > Author: olgeni > Date: Tue Oct 22 09:20:15 2013 > New Revision: 331244 > URL: http://svnweb.freebsd.org/changeset/ports/331244 > > Log: > - Upgrade to version R16B02. > - Add staging support and simplify plist generation. > - Add LDFLAGS to unbreak the ODBC build. > > Deleted: > head/lang/erlang-runtime16/Makefile.lib > head/lang/erlang-runtime16/Makefile.man > Modified: > head/lang/erlang-runtime16/Makefile > head/lang/erlang-runtime16/distinfo > head/lang/erlang-runtime16/files/pkg-message.in > head/lang/erlang-runtime16/pkg-plist > > Modified: head/lang/erlang-runtime16/Makefile > ============================================================================== > --- head/lang/erlang-runtime16/Makefile Tue Oct 22 09:06:59 2013 (r331243) > +++ head/lang/erlang-runtime16/Makefile Tue Oct 22 09:20:15 2013 (r331244) > @@ -2,15 +2,11 @@ > # $FreeBSD$ > > PORTNAME= erlang > -PORTVERSION= 16.b.01 > +PORTVERSION= 16.b.02 > CATEGORIES= lang parallel java > MASTER_SITES= http://www.erlang.org/download/:erlangorg \ > http://erlang.stacken.kth.se/download/:erlangorg \ > - http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg \ > - http://www.erlang.se/doc/:erlangse \ > - http://www.erlang.se/publications/:publications \ > - http://www.sics.se/~joe/thesis/:joe \ > - ${MASTER_SITE_LOCAL:S/$/:local/:S,%SUBDIR%/,olgeni/,} > + http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg > PKGNAMESUFFIX= -runtime > DISTNAME= otp_src_${ERL_RELEASE} > DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:erlangorg \ > @@ -25,12 +21,12 @@ COMMENT= A functional programming langua > > LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION:C/\..*//} This port is also listed on https://wiki.freebsd.org/ports/PkgNameCollisions because pkgng doesn't support LATEST_LINK. You could fix this by setting PKGNAMESUFFIX=-runtime16 and removing LATEST_LINK. Similar for lang/erlang-runtime15.