summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-06-07 10:30:59 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-06-07 10:30:59 +0000
commitf07758714f3f72c5fcea2189c3bfd7b9255e9b97 (patch)
tree728cf25e9a2fcdf59c75057d659e22ad7584a540 /ports-mgmt/portupgrade
parent- update to 0.94 (diff)
- Update to 2.1.2
o Really fix *_rc_scripts. The last fix was uncomplited. o Set both make argument and environment variable to PORT_UPGRADE=yes. It makes possible a port or a package (via install/deinstall scripts) to detect if it builds/installs/deinstalls under portupgrade(1) [1] o Add to pkgtools.conf a new directive: include_eval('file') The file will included and evaluated in the place where encountered. The file path looking inside of PREFIX. [2] o Add to pkgtools.conf ALT_MOVED. The array holds alternate MOVED file. E.g. for files in EXTRA_CATEGORIES. [3] o Allow install port by origin. E.g. portinstall lang/ruby18 o Make pkgdb offer install a stale dependency before selecting it from installed. [4] - Add own mirror to prevent delay while distfile appears on MASTER_SITE_LOCAL. Requested by: skv [1,2,3], kris [4]
Notes
Notes: svn path=/head/; revision=164689
Diffstat (limited to 'ports-mgmt/portupgrade')
-rw-r--r--ports-mgmt/portupgrade/Makefile5
-rw-r--r--ports-mgmt/portupgrade/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index ef7792972088..491ce22ec61e 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= portupgrade
-PORTVERSION= 2.1.1
+PORTVERSION= 2.1.2
PORTEPOCH= 1
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://sunner.elcomnet.ru/~sem/
MASTER_SITE_SUBDIR= sem
DISTNAME= pkgtools-${DISTVERSION}
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index 96b8f1d92784..a3dc1fe8e2f5 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1,3 +1,3 @@
-MD5 (pkgtools-2.1.1.tar.bz2) = a3848cf5cffedf196a28b4c3b20746cb
-SHA256 (pkgtools-2.1.1.tar.bz2) = 6b6369fe18a9a2fdb1062361d4211a2e31e49999a0c037f963c7e781af7c1d4c
-SIZE (pkgtools-2.1.1.tar.bz2) = 108685
+MD5 (pkgtools-2.1.2.tar.bz2) = b6c2a4e09877ca1c0085ca42113dccd0
+SHA256 (pkgtools-2.1.2.tar.bz2) = 631f06e6a270697343f35f01a4c3293a4e78bb9d85be3264c285e7018354fe54
+SIZE (pkgtools-2.1.2.tar.bz2) = 109205