From owner-svn-ports-head@freebsd.org Tue Dec 15 23:00:04 2015 Return-Path: Delivered-To: svn-ports-head@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 37E7CA48BD0; Tue, 15 Dec 2015 23:00:04 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDC5E18D6; Tue, 15 Dec 2015 23:00:03 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by mail-qk0-x234.google.com with SMTP id p187so38230200qkd.1; Tue, 15 Dec 2015 15:00:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:reply-to:date:to :message-id; bh=yKfwbKiFrlEqew2rZnNp17+Us8ukT0YP16WcYFsng78=; b=AEPEE0x5eJ06s4/wcnM/SF5h+Na+kQClXqPuFZfzXHgo3/kTLJe8aYmiluGFdlZJmK OHCbLiVLL2sksXIc7A+D9wNvBFRnql7dtdFYr3zNw1SKr05bM7CdjYWkosEdmwXKQrsG 01IBcfOtw/WY/sH7JECz1ASHVYb+Hvdw2rSg/mm7heBOqG1dIdZAuHtYG7a05SVeMWKQ i+DZxZ//D28Y43STBXh031joPK5VxPhc5Dvz3KNnof1uC6pFH2wOgAc5X0Qck4uDTv+C LkIjbMTkwP+TbOVYQcz0cbPK4OzbhSnXwjHLnHy/tW4u3JgbCmXwZ7Fy1sxd+F890Ise F6nQ== X-Received: by 10.13.248.65 with SMTP id i62mr24444348ywf.1.1450220402897; Tue, 15 Dec 2015 15:00:02 -0800 (PST) Received: from [10.238.120.70] ([166.137.99.66]) by smtp.gmail.com with ESMTPSA id r10sm2412713ywb.29.2015.12.15.15.00.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 15:00:02 -0800 (PST) From: Jason Unovitch X-Google-Original-From: Jason Unovitch User-Agent: K-9 Mail for Android In-Reply-To: <1fb72476-3529-fb43-99fa-4b487a6f66a6@smeets.xyz> References: <201512151940.tBFJeLwP060584@repo.freebsd.org> <1fb72476-3529-fb43-99fa-4b487a6f66a6@smeets.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: svn commit: r403800 - in head: Mk databases databases/mysql57-client databases/mysql57-client/files databases/mysql57-server databases/mysql57-server/files Reply-to: junovitch@FreeBSD.org Date: Tue, 15 Dec 2015 16:59:58 -0600 To: Florian Smeets , Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <8AF92729-3829-4CA7-8E7D-A9201F3EBF07@FreeBSD.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 15 Dec 2015 23:00:04 -0000 On December 15, 2015 4:19:10 PM CST, Florian Smeets wrote: >On 15.12.15 20:40, Kurt Jaeger wrote: >> Author: pi >> Date: Tue Dec 15 19:40:21 2015 >> New Revision: 403800 >> URL: https://svnweb.freebsd.org/changeset/ports/403800 >> >> Log: >> New ports: databases/mysql57-client, databases/mysql57-server >> >> The next major release of mysql. >> > >> >> Added: >> head/databases/mysql57-client/ >> head/databases/mysql57-client/Makefile (contents, props changed) > > >> head/databases/mysql57-server/ >> head/databases/mysql57-server/Makefile (contents, props changed) >> head/databases/mysql57-server/distinfo (contents, props changed) > >This should probably have been repocopied^W svn cp'ed from the >mysql56-* >ports, no? > >Florian Yes. https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#ports-qa-repocopy-when 19.4.1. When do we need a repository copy? When you want to add a port that is related to any port that is already in the tree in a separate directory, you have to do a repository copy. Hererelated means it is a different version or a slightly modified version. Examples areprint/ghostscript* (different versions) and x11-wm/windowmaker* (English-only and internationalized version).