summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-06-11 12:00:06 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-06-11 12:00:06 +0000
commite8e4a3210babf1d206338e015953307c6bb0a4a7 (patch)
tree962351681fcaee261fad1f17f772a4ed0b1593e5 /ports-mgmt/portupgrade
parentUpgrade graphics/xaralx-devel from 0.5r1261 to 0.5r1292 (diff)
- Update to 2.1.3
o Add ALT_INDEX array to pkgtools.conf. The array holds additional INDEX files. Useful for local categories. o Add to pkgtools.conf a new dirrective: include_hash('glob'). It downloads keys and values (splitted by '=>') from files coincided with 'glob' and returns a filled hash. The glob is related to PREFIX. [1] o Add a summary messages on each upgrade/install transaction: how many tasks and how many task done. [2] o Make portupgrade(1) with -D option really remove a broken distfile. But it works only if FETCH_CMD set to use fetch(1) (it's default). [3] o Bugs fixes Requested by: skv [1] netchild [2] Andriy Gapon <avg at icyb.net.ua> [3]
Notes
Notes: svn path=/head/; revision=165097
Diffstat (limited to 'ports-mgmt/portupgrade')
-rw-r--r--ports-mgmt/portupgrade/Makefile3
-rw-r--r--ports-mgmt/portupgrade/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 4ba204bee69f..ec1ccfe54fcc 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 2.1.2
-PORTREVISION= 1
+PORTVERSION= 2.1.3
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index a3dc1fe8e2f5..b8932f250c50 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1,3 +1,3 @@
-MD5 (pkgtools-2.1.2.tar.bz2) = b6c2a4e09877ca1c0085ca42113dccd0
-SHA256 (pkgtools-2.1.2.tar.bz2) = 631f06e6a270697343f35f01a4c3293a4e78bb9d85be3264c285e7018354fe54
-SIZE (pkgtools-2.1.2.tar.bz2) = 109205
+MD5 (pkgtools-2.1.3.tar.bz2) = 5fa47af4b572c7440ee0a323d02690b4
+SHA256 (pkgtools-2.1.3.tar.bz2) = 5156afa8f2fb697da38b9442368b9aa381e22427f8effdfb8ae844e3b815fd12
+SIZE (pkgtools-2.1.3.tar.bz2) = 109691