diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-18 17:30:06 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-18 17:30:06 +0000 |
commit | a80a5566ac74a8aa59c9c0e19ef284256213b3f8 (patch) | |
tree | 863f916c7f940ed82c733ab72b3d0883d3f8a899 /sysutils/portupgrade/Makefile | |
parent | fc2417c529e69eca853423299b4073637c9ce6d0 (diff) | |
download | ports-a80a5566ac74a8aa59c9c0e19ef284256213b3f8.tar.gz ports-a80a5566ac74a8aa59c9c0e19ef284256213b3f8.zip |
- Update to 2.1.4
* Add -e (--emit-summaries) option and show summary messages only when
the option defined or verbose mode is on. [1]
* Allow origins in ALT_PKGDEP. This announced in pkgtools.conf
but did not work really. [2]
* Run 'make config' before all operations unless -j (--jet-mode)
option specified. [3]
* Add lock on operations with pkgdb.db. Now you can safe run a few
portupgrade(1).
* Incorrectly calculated upgrade time when it is more 24 hours. [4]
* Other fixes and impovements.
PR: ports/99086 [4]
Reported by: Doug Poland <doug at polands.org> [3,4]
Requested by: many [1]
Submitted by: skv [2]
Notes
Notes:
svn path=/head/; revision=165690
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 0898a22d7e29..862d6f36ff40 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |