aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-06-07 18:30:59 +0800
committersem <sem@FreeBSD.org>2006-06-07 18:30:59 +0800
commit17bbc54652b46e39ac3f3c9a2e407f95294ad0f9 (patch)
tree905a555a09806fb1c452aac610d56ff9847ed4a9 /sysutils
parentd684f209e8d36488bdf28dd28a44c519289f5a14 (diff)
downloadfreebsd-ports-gnome-17bbc54652b46e39ac3f3c9a2e407f95294ad0f9.tar.gz
freebsd-ports-gnome-17bbc54652b46e39ac3f3c9a2e407f95294ad0f9.tar.zst
freebsd-ports-gnome-17bbc54652b46e39ac3f3c9a2e407f95294ad0f9.zip
- 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]
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile5
-rw-r--r--sysutils/portupgrade-devel/distinfo6
-rw-r--r--sysutils/portupgrade/Makefile5
-rw-r--r--sysutils/portupgrade/distinfo6
4 files changed, 12 insertions, 10 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index ef7792972088..491ce22ec61e 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/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/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo
index 96b8f1d92784..a3dc1fe8e2f5 100644
--- a/sysutils/portupgrade-devel/distinfo
+++ b/sysutils/portupgrade-devel/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
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index ef7792972088..491ce22ec61e 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/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/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo
index 96b8f1d92784..a3dc1fe8e2f5 100644
--- a/sysutils/portupgrade/distinfo
+++ b/sysutils/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