From owner-svn-ports-head@freebsd.org Wed Dec 14 19:25:00 2016 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 B7960C80ECB; Wed, 14 Dec 2016 19:25:00 +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 6E54A11AD; Wed, 14 Dec 2016 19:25:00 +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 uBEJOxgK074186; Wed, 14 Dec 2016 19:24:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBEJOxDg074184; Wed, 14 Dec 2016 19:24:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612141924.uBEJOxDg074184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 14 Dec 2016 19:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428587 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 14 Dec 2016 19:25:00 -0000 Author: marino Date: Wed Dec 14 19:24:59 2016 New Revision: 428587 URL: https://svnweb.freebsd.org/changeset/ports/428587 Log: ports-mgmt/synth: Upgrade version 1.65 => 1.66 The primary reason for the creation of v1.66 is to provide support for pkgsrc on FreeBSD, DragonFly, NetBSD and initial support for Linux and Solaris. It represents over 100 commits and was successful. Along the way, some improvements were made for the ports version. A (likely incomplete) list includes: - Improve watchdog kill message by including inactive time for trigger - Add SYNTHPROFILE variable and value to builders' mk.conf which can be used by custom local makefiles - Force users to define TERM in environment if it is not present - Ensure fetch(1) doesn't check for valid SSL certificates. Since all downloads are hash-checked for authenticity, misconfigured SSL of a webserver is not a good reason to break fetching. - New 6th log which documents why existing packages are obsolete (same as setting WHYFAIL in env.) "06_obsolete_packages.log" - New SELFTEST environment command for test mode which forces new "test" phase to execute (for ports with regression tests) - Updated man page Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Wed Dec 14 19:19:45 2016 (r428586) +++ head/ports-mgmt/synth/Makefile Wed Dec 14 19:24:59 2016 (r428587) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.65 +PORTVERSION= 1.66 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Dec 14 19:19:45 2016 (r428586) +++ head/ports-mgmt/synth/distinfo Wed Dec 14 19:24:59 2016 (r428587) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478540657 -SHA256 (jrmarino-synth-v1.65_GH0.tar.gz) = 2a7ffa0e2929ea08ccb3bdd469cbd017f85da04f106839359ed919041daeca4f -SIZE (jrmarino-synth-v1.65_GH0.tar.gz) = 125987 +TIMESTAMP = 1481720544 +SHA256 (jrmarino-synth-v1.66_GH0.tar.gz) = 4edd974e5ed091a1b629e4c9ff7507923156aa749b9664ca7f727e220931bc2b +SIZE (jrmarino-synth-v1.66_GH0.tar.gz) = 137564