From 0cc6561198bcddbc902247c942cfe0fa445f38c5 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 12 Sep 2011 06:19:07 +0000 Subject: [PATCH] New Features ============ 1. Add the ability to retry package creation. This is mostly useful for PM_SU_CMD after a build that took so long that your sudo ticket has expired. 2. Add support for multiple -r options on the same command line. [1] Various Internal Cleanups and Improvements ========================================== 1. s/printf/echo -e/ for consistency, and use it to full advantage 2. In the code that derives the proper value of PACKAGESITE remove 6.x and add 9.x. Also add a 10-current entry. 3. Add a more-or-less painless test to deal with the issue of the current working directory no longer existing. This problem usually manifests as a "The value of DISTDIR cannot be empty" error because 'make -f' does not handle this condition gracefully. 4. In find_and_delete_distfiles() (run after a successful install) change the default pattern to be foo-[0-9]* instead of foo* [2] When the new pattern doesn't match any existing distfiles, fall back to the old one. 5. Also in find_and_delete_distfiles(), cache matches to $DI_FILES so that we don't have to re-test that same file again. 6. Change the method used to print the prompt in get_answer_g() to echo -e so that I can be more flexible in formatting prompt messages. 7. For --clean-packages if a package is up to date but not installed it should still be deleted if -y is in use. 8. Avoid duplicate word in a composite sentence [3] 9. If a user has non-standard FETCH_ARGS it could circumvent the intent of --always-fetch, so forcibly unlink the file before proceeding to the fetch routine. Sponsored by: Henk van Oers [1] Suggested by: Lapo Luchini [2] Submitted by: Dan Allen [3] --- ports-mgmt/portmaster/Makefile | 2 +- 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 e10cbde7c9e4..2511670031dc 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portmaster -PORTVERSION= 3.9.1 +PORTVERSION= 3.10 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 59dd2d3947ff..86714b78e8ef 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,4 +1,4 @@ -SHA256 (portmaster-3.9.1.tar.gz) = 102cf89e886ef5a6847156e9209974c0ac2597bdfbf5060bcf9e3ebbbefdde7c -SIZE (portmaster-3.9.1.tar.gz) = 40565 -SHA256 (portmaster-3.9.1.tar.gz.asc) = 2c4319e2ebdc097c4e934fc4a0a773297e5e53759d7c18dec6a73a33dacb5b64 -SIZE (portmaster-3.9.1.tar.gz.asc) = 488 +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