aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-12-13 07:47:21 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-12-13 07:47:21 +0000
commit3e80fc43451e2186c67a2fee70279f06d9e96ee7 (patch)
tree37360bcd04ff6c48b4a9f668392d2b6f1e1238bb /ports-mgmt
parent5768ef6b0c05be9bf4372905983ea17eb9ae9cb1 (diff)
downloadports-3e80fc43451e2186c67a2fee70279f06d9e96ee7.tar.gz
ports-3e80fc43451e2186c67a2fee70279f06d9e96ee7.zip
New Features
============ 1. Add a feature to allow users to list files that should be preserved across upgrades. Various Improvements ==================== 1. Add a verbose message for cleaning WRKDIRPREFIX 2. Improve the handling of the -F option with packages, especially with --packages-only: * In update_port() do better at saying what we're launching a child to do * In post_first_pass() make clear that we are fetch'ing, not building, installing, etc. * In multiport() call check_fetch_only when we're done * In the main body add fetch'ed ports to the CUR_DEPS list so that they are only fetched once. 3. Various typo fixes for the man page. Bug Fixes ========= 1. If an update fails in a child port the parent needs to source the $IPC_SAVE file before it bails out to make sure that various lists are updated in the parent. This is particularly important for the list(s) of work already completed, and especially to update PM_NEEDS_UPDATE for the message of how to resume from the point of failure. 2. For multiple -r, don't add a port to the list of dependents to rebuild if it was itself specified as a -r port. 3. In parent_exit() run the code to kill background processes if we're called with a non-zero exit code. That will trigger it (for example) where the user answers no to the confirmation prompt and is either using -D, or the generation of the list of valid distfiles did not complete. 4. Until I can revamp the way dependencies are tracked, include all 3 forms of CONFLICTS to make sure we catch alternates.
Notes
Notes: svn path=/head/; revision=287285
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/distinfo8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 37f274fd3dd1..96ae5f99e436 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= portmaster
-PORTVERSION= 3.10
+PORTVERSION= 3.11
CATEGORIES= ports-mgmt
MASTER_SITES= http://dougbarton.us/Downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo
index 86714b78e8ef..f703a5358fe6 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,4 +1,4 @@
-SHA256 (portmaster-3.10.tar.gz) = 5500527cd61e87f7c9f4c76e4ca13ec58a922523e1d076d105e77d2e0da53543
-SIZE (portmaster-3.10.tar.gz) = 40565
-SHA256 (portmaster-3.10.tar.gz.asc) = a33678955fa8d2b83f7f30627c06fb8f7b42a15cb6f33d00c71e0e8f1227b3dc
-SIZE (portmaster-3.10.tar.gz.asc) = 488
+SHA256 (portmaster-3.11.tar.gz) = 372244c22f790055173a30b32aacc783486f621f3d2f9cc0c36f40448e2ea604
+SIZE (portmaster-3.11.tar.gz) = 41206
+SHA256 (portmaster-3.11.tar.gz.asc) = d3359d1ba41683122a69f9c587130717a155d6e0058f34fe7e81d37c683d503f
+SIZE (portmaster-3.11.tar.gz.asc) = 488