From owner-svn-ports-all@freebsd.org Tue Mar 8 08:23:02 2016 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 214CCAC1299; Tue, 8 Mar 2016 08:23:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 CD4C4ACD; Tue, 8 Mar 2016 08:23:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u288N0ic082674; Tue, 8 Mar 2016 08:23:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u288N0Nc082672; Tue, 8 Mar 2016 08:23:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603080823.u288N0Nc082672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 8 Mar 2016 08:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410606 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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, 08 Mar 2016 08:23:02 -0000 Author: marino Date: Tue Mar 8 08:23:00 2016 New Revision: 410606 URL: https://svnweb.freebsd.org/changeset/ports/410606 Log: ports-mgmt/synth: Upgrade version 1.20 => 1.21 I knew the repository signing enhancements weren't fully tested, but it was important to get the regressions fixed. I thought that if there were any problems with the signing, people not using those features (e.g. 99% of users) would not be affected. Unfortunately, that's not true. Due to a simple boolean logic error, an inaccurate and harmless warning about not finding the signature fingerprint will show every time the repository is rebuild. This minor releases fixes that logic. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Mar 8 06:57:00 2016 (r410605) +++ head/ports-mgmt/synth/Makefile Tue Mar 8 08:23:00 2016 (r410606) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.20 +PORTVERSION= 1.21 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Mar 8 06:57:00 2016 (r410605) +++ head/ports-mgmt/synth/distinfo Tue Mar 8 08:23:00 2016 (r410606) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.20_GH0.tar.gz) = ea9c83d6e4f0302bd295701140f85299d1a1101dbf15e3eef3c247a758eab069 -SIZE (jrmarino-synth-v1.20_GH0.tar.gz) = 97431 +SHA256 (jrmarino-synth-v1.21_GH0.tar.gz) = a5af30be671401237496b0c81ea95b0354cd2af650cb1a4f657bb73896d93318 +SIZE (jrmarino-synth-v1.21_GH0.tar.gz) = 97433 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283