aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-10-30 04:43:43 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-10-30 04:43:43 +0000
commiteef8da8289565bdb8742ff4e3da554479437bce4 (patch)
tree378d33062a84ebc93f2983c6db71c0405851b553 /ports-mgmt
parentfcd3b99be6b01e6b398f949034f99ddf0e8f5f2a (diff)
downloadports-eef8da8289565bdb8742ff4e3da554479437bce4.tar.gz
ports-eef8da8289565bdb8742ff4e3da554479437bce4.zip
Update to version 3.1. In addition to the features listed below there are
numerous internal reorganizations of various sections of code; and several informative messages have been updated to be more informative. :) If you're interested in all the details you can review the svn logs at http://svn.freebsd.org/viewvc/base/user/dougb/portmaster/ Catch Up With Ports Infrastructure ================================== 1. Switch to using DISTINFO_FILE instead of MD5_FILE 2. Use the SHA256 line from distinfo instead of MD5 3. The BEFOREPORTMK trick no longer works to list MASTER_SITES for all ports so switch to the slightly slower but more reliable pm_make without it. This will solve the problem of portmaster not fetching all distfiles in the background. 4. In the case statement to select the appropriate release for package fetching glob 9.0-CURRENT to handle snapshots as well. Various Improvements ==================== 1. If we fail, offer a suggestion for a shortcut to restart 2. In messages that refer to the INDEX file, use the variable to make it clear what we're working with. 3. In dependency_check() be clear when we're using the INDEX 4. Dramatic (9-10 times) speedup in iport_from_origin() by making an intelligent guess about what director{y|ies] to search in based on the origin directory name which means we're almost always looking in either exactly the right directory the first time, or at worst (such as the py-* ports) a dramatically smaller subset. 5. If using --index-only and neither INDEXDIR nor PORTSDIR are set, set INDEXDIR to $TMPDIR so that we can proceed. That makes PACKAGES the only variable the user has to set to use --index-only and --packages-only with no $PORTSDIR and no ports directory. Bug Fixes ========= 1. For the determination of LOCALBASE: a. Don't try to use INDEX if PM_INDEX is not set b. Give a more meaningful error message 2. Be more careful to check that there is a line for the port in the INDEX when working --index-only. 3. In the package fetch routine use a better string match to see if we have already downloaded the directory listing. The previous one worked but would match too many files for net* and x11*, especially when installing a lot of ports. So add a '.' to differentiate these. 4. The --clean-packages and --clean-packages-all features were added just a little too hastily, so overhaul them.
Notes
Notes: svn path=/head/; revision=263772
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/distinfo10
2 files changed, 5 insertions, 7 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 65e9d0fa971d..b53eb922e644 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portmaster
-PORTVERSION= 3.0
+PORTVERSION= 3.1
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 a5e12c6ec697..4970924ba338 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,6 +1,4 @@
-MD5 (portmaster-3.0.tar.gz) = aabb2bb72ff8566028e46fcf1801437c
-SHA256 (portmaster-3.0.tar.gz) = 2adfbd10297099b25c51abc9602723e1f87ecbda1f5686c22fc73d326a4b3df0
-SIZE (portmaster-3.0.tar.gz) = 38274
-MD5 (portmaster-3.0.tar.gz.asc) = 1a35796c961b3b0f218b2eff57bc294f
-SHA256 (portmaster-3.0.tar.gz.asc) = 4bac84a9d1f2206e461167dec59ef36d1ecd5e723213941a9cae5093e962e2a6
-SIZE (portmaster-3.0.tar.gz.asc) = 488
+SHA256 (portmaster-3.1.tar.gz) = b9ea117d497816f2a62c7f77b8d2c8c1a0c4617df449ddc1140e2c06d2a35b07
+SIZE (portmaster-3.1.tar.gz) = 38567
+SHA256 (portmaster-3.1.tar.gz.asc) = 0bdc2f4c092b1069ada156bd04a3e464c5df7af3ec74aa093d28037dbc23c0be
+SIZE (portmaster-3.1.tar.gz.asc) = 488