From owner-svn-ports-all@freebsd.org Fri Jun 30 01:49:19 2017 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 B5457DAA30A; Fri, 30 Jun 2017 01:49:19 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 66A617B51D; Fri, 30 Jun 2017 01:49:18 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id Ql3WdLP9KeQWUQl3XdnI4X; Thu, 29 Jun 2017 19:49:11 -0600 X-Authority-Analysis: v=2.2 cv=UpATD64B c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=LWSFodeU3zMA:10 a=6I5d2MoRAAAA:8 a=NEAV23lmAAAA:8 a=YxBL1-UpAAAA:8 a=aZBpDCaZhCJZP0iUe94A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id D69CB71C; Thu, 29 Jun 2017 18:49:09 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v5U1lob4017374; Thu, 29 Jun 2017 18:47:50 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.14.8/Submit) with ESMTP id v5U1lnhj017357; Thu, 29 Jun 2017 18:47:49 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201706300147.v5U1lnhj017357@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Antoine Brodin cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r444623 - in head/sysutils: syslog-ng310 syslog-ng39 In-Reply-To: Message from Antoine Brodin of "Thu, 29 Jun 2017 06:10:35 -0000." <201706290610.v5T6AZ7L034406@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jun 2017 18:47:49 -0700 X-CMAE-Envelope: MS4wfLHu9lEBFLauS0ZsK9EqtT1Z9rGHMWEMoV2U9cklEwhHNIYxTws05Gt3u0axFn00z+dS0hTS7vBCcIGA6ZQ88xGVO0tGHh252F94ZQGiU135jw03jVZK quZ1ItS1b7UjxkeJ+4SBCYvTTPQoINhC6e/6h0NFNqGaZW6W2L5WoLJa3zBO8HWH8ToDsDm3n4Iy17x2sfLUwXtDpHFPIB65veEnVh29JmExa/lcYqjmvpZ8 g56fP52RMMD0YmBotn86yyFXMYPg3dKj/PQIw5qe0KYl528tptxt/finwp80j3XS X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 30 Jun 2017 01:49:19 -0000 In message <201706290610.v5T6AZ7L034406@repo.freebsd.org>, Antoine Brodin write s: > Author: antoine > Date: Thu Jun 29 06:10:35 2017 > New Revision: 444623 > URL: https://svnweb.freebsd.org/changeset/ports/444623 > > Log: > Fix some PKGBASE collisions > > Modified: > head/sysutils/syslog-ng310/Makefile > head/sysutils/syslog-ng39/Makefile > > Modified: head/sysutils/syslog-ng310/Makefile > ============================================================================= > = > --- head/sysutils/syslog-ng310/Makefile Thu Jun 29 05:38:58 2017 > (r444622) > +++ head/sysutils/syslog-ng310/Makefile Thu Jun 29 06:10:35 2017 > (r444623) > @@ -6,6 +6,7 @@ DISTVERSION= 3.10.1 > CATEGORIES= sysutils > DISTFILES= syslog-ng-${DISTVERSION}.tar.gz > MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/ > syslog-ng-${DISTVERSION}/ > +PKGNAMESUFFIX= 310 > > MAINTAINER= cy@FreeBSD.org > COMMENT= Powerful syslogd replacement > > Modified: head/sysutils/syslog-ng39/Makefile > ============================================================================= > = > --- head/sysutils/syslog-ng39/Makefile Thu Jun 29 05:38:58 2017 > (r444622) > +++ head/sysutils/syslog-ng39/Makefile Thu Jun 29 06:10:35 2017 > (r444623) > @@ -6,6 +6,7 @@ DISTVERSION= 3.9.1 > CATEGORIES= sysutils > DISTFILES= syslog-ng-${DISTVERSION}.tar.gz > MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/ > syslog-ng-${DISTVERSION}/ > +PKGNAMESUFFIX= 39 > > MAINTAINER= cy@FreeBSD.org > COMMENT= Powerful syslogd replacement > > Thank you. I missed those. :\ -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.