Date: Tue, 19 Apr 2016 09:10:22 +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: r413629 - in head/ports-mgmt/synth: . files Message-ID: <201604190910.u3J9AM1c029050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Apr 19 09:10:22 2016 New Revision: 413629 URL: https://svnweb.freebsd.org/changeset/ports/413629 Log: ports-mgmt/synth: Upgrade version 1.33 => 1.34 * Incorporate prefetch partial-revert patch (1.33_1) and remove the patch and files directory. * Add lang/rust and lang/rust-nightly to the list of ports that require procfs to build. This is only true for DragonFly. The plan is to eliminate this requirement, but it's a bit tricky right now. Once done, the rust ports will be removed from the list again. * Move /var/db/fontconfig directory exception from post-build to all stages. The doxygen port has shown that /var/db/fontconfig changes during the build phase and this is legitimate. Deleted: head/ports-mgmt/synth/files/ Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Apr 19 08:45:49 2016 (r413628) +++ head/ports-mgmt/synth/Makefile Tue Apr 19 09:10:22 2016 (r413629) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.33 +PORTVERSION= 1.34 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= marino@FreeBSD.org Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Apr 19 08:45:49 2016 (r413628) +++ head/ports-mgmt/synth/distinfo Tue Apr 19 09:10:22 2016 (r413629) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.33_GH0.tar.gz) = 92178e08bcc56a3189e242926fcd57192801a02bf1a530c3ec32b2b883c1deb4 -SIZE (jrmarino-synth-v1.33_GH0.tar.gz) = 101016 +SHA256 (jrmarino-synth-v1.34_GH0.tar.gz) = c7f0150ff1ee12cb6006797bc2c7b0c4a2b1478f689b7d0f73b02a420d57bcb2 +SIZE (jrmarino-synth-v1.34_GH0.tar.gz) = 101000 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604190910.u3J9AM1c029050>