aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pver
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-12 06:19:07 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-12 06:19:07 +0000
commit0cc6561198bcddbc902247c942cfe0fa445f38c5 (patch)
treeea7c9fde25332a539fff7003ff489da5f5e741e1 /ports-mgmt/pver
parentae66e02d525b11192beff550d6595e2fe8942f08 (diff)
downloadports-0cc6561198bcddbc902247c942cfe0fa445f38c5.tar.gz
ports-0cc6561198bcddbc902247c942cfe0fa445f38c5.zip
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 <lapo@lapo.it> [2] Submitted by: Dan Allen <danallen46@airwired.net> [3]
Notes
Notes: svn path=/head/; revision=281649
Diffstat (limited to 'ports-mgmt/pver')
0 files changed, 0 insertions, 0 deletions