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

John Marino marino at FreeBSD.org
Thu Mar 3 10:17:50 UTC 2016


Author: marino
Date: Thu Mar  3 10:17:48 2016
New Revision: 410024
URL: https://svnweb.freebsd.org/changeset/ports/410024

Log:
  ports-mgmt/synth: Upgrade version 1.10 => 1.11
  
  This fixes a regression in building ports that have dependences that
  install kernel modules.  When DTrace support was added by providing a
  read-only mount of /boot to the builder, the kernel modules could no
  longer be installed at /boot/modules by pkg(8).
  
  Previously, although successful, module installs would have caused a file
  system violation on test mode checks.  Since /boot is now excluded from
  checks (since DTrace support), leftovers in /boot/modules will not be
  detected in test mode.  The fix is too elaborate and FreeBSD-specific
  to worry about (plus there's the philosophy question about why the ports
  framework is even allowed to modify the base but that's out of scope).

Modified:
  head/ports-mgmt/synth/Makefile
  head/ports-mgmt/synth/distinfo

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Thu Mar  3 10:12:38 2016	(r410023)
+++ head/ports-mgmt/synth/Makefile	Thu Mar  3 10:17:48 2016	(r410024)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	synth
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Thu Mar  3 10:12:38 2016	(r410023)
+++ head/ports-mgmt/synth/distinfo	Thu Mar  3 10:17:48 2016	(r410024)
@@ -1,4 +1,4 @@
-SHA256 (jrmarino-synth-v1.10_GH0.tar.gz) = f29f9707f55b2396a64292de9611c988d91df88b1a5b66deac30e3b236f7c4d5
-SIZE (jrmarino-synth-v1.10_GH0.tar.gz) = 92918
+SHA256 (jrmarino-synth-v1.11_GH0.tar.gz) = 7e4858b0487df06060dcb7a875a44d3ab751570a01c005786cab8818fd5c1132
+SIZE (jrmarino-synth-v1.11_GH0.tar.gz) = 92961
 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44
 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283


More information about the svn-ports-head mailing list