From owner-svn-ports-all@freebsd.org Tue Aug 7 14:24:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67D2610600A2; Tue, 7 Aug 2018 14:24:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 D06D6716AA; Tue, 7 Aug 2018 14:24:46 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDEEE.dip0.t-ipconnect.de [91.15.222.238]) by toco-domains.de (Postfix) with ESMTPA id E6BE81AAF140; Tue, 7 Aug 2018 16:24:38 +0200 (CEST) Subject: Re: svn commit: r476592 - in head/lang: . io io-devel To: Pietro Cerutti , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201808071241.w77CfQCD002307@repo.freebsd.org> From: Jochen Neumeister Message-ID: <338df870-8ed1-3b69-f4ea-2c8b185eb266@FreeBSD.org> Date: Tue, 7 Aug 2018 16:24:34 +0200 MIME-Version: 1.0 In-Reply-To: <201808071241.w77CfQCD002307@repo.freebsd.org> Content-Language: de-DE Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 07 Aug 2018 14:24:47 -0000 On 8/7/18 2:41 PM, Pietro Cerutti wrote: > Author: gahr > Date: Tue Aug 7 12:41:26 2018 > New Revision: 476592 > URL: https://svnweb.freebsd.org/changeset/ports/476592 > > Log: > lang/io-devel: new port, development snapshot of lang/io > > Added: > head/lang/io-devel/ > head/lang/io-devel/Makefile (contents, props changed) > head/lang/io-devel/distinfo (contents, props changed) > head/lang/io-devel/pkg-descr (contents, props changed) > head/lang/io-devel/pkg-message (contents, props changed) > head/lang/io-devel/pkg-plist (contents, props changed) > Modified: > head/lang/Makefile > head/lang/io/Makefile Heya Pietro, would not it be better to use a copy of "io" here? So "svn cp lang/io lang/io-devel - and then continue editing? Best regards Jochen > > Modified: head/lang/Makefile > ============================================================================== > --- head/lang/Makefile Tue Aug 7 12:13:47 2018 (r476591) > +++ head/lang/Makefile Tue Aug 7 12:41:26 2018 (r476592) > @@ -147,6 +147,7 @@ > SUBDIR += icon > SUBDIR += intercal > SUBDIR += io > + SUBDIR += io-devel > SUBDIR += itcl > SUBDIR += itcl4 > SUBDIR += jakarta-commons-jelly