Date: Wed, 14 Dec 2016 19:24:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428587 - head/ports-mgmt/synth Message-ID: <201612141924.uBEJOxDg074184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612141924.uBEJOxDg074184>