svn commit: r428587 - head/ports-mgmt/synth

John Marino marino at FreeBSD.org
Wed Dec 14 19:25:00 UTC 2016


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


More information about the svn-ports-head mailing list