diff options
author | dougb <dougb@FreeBSD.org> | 2011-12-13 15:47:21 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-12-13 15:47:21 +0800 |
commit | 03648e78e55767f6ca05a657312c0d7890f359b8 (patch) | |
tree | 2bb3999966f0c887086f610a68083c3aa403c7ce /ports-mgmt | |
parent | f91f30ecc1c9d648f3faa51684ff1285ce6147ca (diff) | |
download | freebsd-ports-gnome-03648e78e55767f6ca05a657312c0d7890f359b8.tar.gz freebsd-ports-gnome-03648e78e55767f6ca05a657312c0d7890f359b8.tar.zst freebsd-ports-gnome-03648e78e55767f6ca05a657312c0d7890f359b8.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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portmaster/distinfo | 8 |
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 |