From owner-svn-ports-all@freebsd.org Mon Jun 29 08:53:17 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CEC20343702; Mon, 29 Jun 2020 08:53:17 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wLqc6nwZz4Xjs; Mon, 29 Jun 2020 08:53:16 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1593420787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NdaHe8dQomK4CFiBm2J350r8ZABEv+rcuFccyh+ADwM=; b=dFzDoiMy8kP5YK9cLyKJuXWOFvUoW9O4DGygBZUnFhEpqwsb9ftDA6ACPJg+lDV3SjgDyo 3UnCrWcuABVjVX2n7dfqtDCGg4v7Avlcwae/7b6EH+DN9dZzC5pS4OmDluQORQYPynoypt 4CbE9RHWuFwzno1JXIm3752+pJW0A6M= Received: from amy.home (lfbn-idf2-1-900-181.w86-238.abo.wanadoo.fr [86.238.131.181]) by mx.blih.net (OpenSMTPD) with ESMTPSA id bffd9100 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 29 Jun 2020 08:53:07 +0000 (UTC) Date: Mon, 29 Jun 2020 10:53:07 +0200 From: Emmanuel Vadot To: Li-Wen Hsu Cc: Emmanuel Vadot , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r540760 - head/ports-mgmt/pkg-devel Message-Id: <20200629105307.77bf5810f9a3bfafb6c377b4@bidouilliste.com> In-Reply-To: References: <202006290758.05T7w2of023969@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49wLqc6nwZz4Xjs X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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, 29 Jun 2020 08:53:17 -0000 On Mon, 29 Jun 2020 16:46:42 +0800 Li-Wen Hsu wrote: > On Mon, Jun 29, 2020 at 3:58 PM Emmanuel Vadot wrote: > > > > Author: manu > > Date: Mon Jun 29 07:58:02 2020 > > New Revision: 540760 > > URL: https://svnweb.freebsd.org/changeset/ports/540760 > > > > Log: > > Update to 1.14.99.3 > > > > Changes from 1.14.99.2 to 1.14.99.3: > > - Fix linking on FreeBSD > > > > Approved by: bapt (implicit) > > > > Modified: > > head/ports-mgmt/pkg-devel/Makefile > > head/ports-mgmt/pkg-devel/distinfo > > > > Modified: head/ports-mgmt/pkg-devel/Makefile > > ============================================================================== > > --- head/ports-mgmt/pkg-devel/Makefile Mon Jun 29 07:40:07 2020 (r540759) > > +++ head/ports-mgmt/pkg-devel/Makefile Mon Jun 29 07:58:02 2020 (r540760) > > @@ -2,7 +2,7 @@ > > > > PORTNAME= pkg > > DISTVERSION= 1.14.99.1 > > -PORTREVISION= 2 > > +PORTREVISION= 3 > > Why the DISTVERSION is always 1.14.99.1? > > Li-Wen Because I've screwed up :) I'll fix that asap. -- Emmanuel Vadot