aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/synth
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-04-19 17:10:22 +0800
committermarino <marino@FreeBSD.org>2016-04-19 17:10:22 +0800
commit5bfb466b007f94b7b3621f4ad7c5eebdf9324158 (patch)
treebfc559cd9a0351104b3151cca2c98f3ac93aac78 /ports-mgmt/synth
parent7f973131f8676fdd572762ea3466cdbe2b748e43 (diff)
downloadfreebsd-ports-gnome-5bfb466b007f94b7b3621f4ad7c5eebdf9324158.tar.gz
freebsd-ports-gnome-5bfb466b007f94b7b3621f4ad7c5eebdf9324158.tar.zst
freebsd-ports-gnome-5bfb466b007f94b7b3621f4ad7c5eebdf9324158.zip
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.
Diffstat (limited to 'ports-mgmt/synth')
-rw-r--r--ports-mgmt/synth/Makefile3
-rw-r--r--ports-mgmt/synth/distinfo4
-rw-r--r--ports-mgmt/synth/files/patch-src_portscan-pilot.adb12
3 files changed, 3 insertions, 16 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index 93ac0a0953f3..64d17a769c4d 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= synth
-PORTVERSION= 1.33
+PORTVERSION= 1.34
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= marino@FreeBSD.org
diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo
index ddb0e4de701a..00d105f7013e 100644
--- a/ports-mgmt/synth/distinfo
+++ b/ports-mgmt/synth/distinfo
@@ -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
diff --git a/ports-mgmt/synth/files/patch-src_portscan-pilot.adb b/ports-mgmt/synth/files/patch-src_portscan-pilot.adb
deleted file mode 100644
index 0eb7fe1e9982..000000000000
--- a/ports-mgmt/synth/files/patch-src_portscan-pilot.adb
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/portscan-pilot.adb.orig 2016-03-27 14:03:52 UTC
-+++ src/portscan-pilot.adb
-@@ -275,9 +275,6 @@ package body PortScan.Pilot is
- (repository => JT.USS (PM.configuration.dir_repository),
- dry_run => dry_run, suppress_remote => block_remote);
- bld_counter := (OPS.queue_length, 0, 0, 0, 0);
-- if PKG.queue_is_empty then
-- return False;
-- end if;
- if dry_run then
- return True;
- end if;