aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-02 16:19:23 +0800
committerknu <knu@FreeBSD.org>2001-08-02 16:19:23 +0800
commitc136001522c6cdb024d7b1bbd986b6de0db7fe9c (patch)
treec4ef1364d8588fce48ad721316c9d7e9e746294e /sysutils
parente02dc37976666557f2c0eb2c725bc4565de44a28 (diff)
downloadfreebsd-ports-gnome-c136001522c6cdb024d7b1bbd986b6de0db7fe9c.tar.gz
freebsd-ports-gnome-c136001522c6cdb024d7b1bbd986b6de0db7fe9c.tar.zst
freebsd-ports-gnome-c136001522c6cdb024d7b1bbd986b6de0db7fe9c.zip
Update to 20010802, only a minor update.
overall: - Fix commands not to quit when user answers ^D to a yes/no question. - Call pkg_* commands in fullpaths. portupgrade: - When -s is specified, run sudo to build & install dependent ports when some are missing, too. portsclean: - This is a new command which cleans ports' working directories.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile5
-rw-r--r--sysutils/portupgrade-devel/distinfo2
-rw-r--r--sysutils/portupgrade-devel/pkg-plist1
-rw-r--r--sysutils/portupgrade/Makefile5
-rw-r--r--sysutils/portupgrade/distinfo2
-rw-r--r--sysutils/portupgrade/pkg-plist1
6 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index 00d5b73a6edf..c647d8987e4d 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010730
+PORTVERSION= 20010802
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -32,6 +32,9 @@ MAN1= pkg_deinstall.1 \
MLINKS= portupgrade.1 portinstall.1
MANCOMPRESSED= yes
+post-patch:
+ ${RUBY} -i -pe 'sub %r:/usr/local:, "${LOCALBASE}"' ${WRKSRC}/pkgdb.rb
+
do-install:
cd ${WRKSRC} && ${RUBY} install.rb
${MKDIR} ${PREFIX}/share/zsh/site-functions
diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo
index 6b30de555d7e..97ec38128cd8 100644
--- a/sysutils/portupgrade-devel/distinfo
+++ b/sysutils/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010730.tar.gz) = 4e8a5c4f51362e557bb927846bd5dfe3
+MD5 (pkgtools-20010802.tar.gz) = 188d5aa3674f31370bb14ba04b8c5770
diff --git a/sysutils/portupgrade-devel/pkg-plist b/sysutils/portupgrade-devel/pkg-plist
index f82a42b2c161..02dffd19a450 100644
--- a/sysutils/portupgrade-devel/pkg-plist
+++ b/sysutils/portupgrade-devel/pkg-plist
@@ -1,6 +1,7 @@
sbin/pkg_deinstall
sbin/pkg_glob
sbin/pkgdepfix
+sbin/portsclean
sbin/portsdb
sbin/portinstall
sbin/portupgrade
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 00d5b73a6edf..c647d8987e4d 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010730
+PORTVERSION= 20010802
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -32,6 +32,9 @@ MAN1= pkg_deinstall.1 \
MLINKS= portupgrade.1 portinstall.1
MANCOMPRESSED= yes
+post-patch:
+ ${RUBY} -i -pe 'sub %r:/usr/local:, "${LOCALBASE}"' ${WRKSRC}/pkgdb.rb
+
do-install:
cd ${WRKSRC} && ${RUBY} install.rb
${MKDIR} ${PREFIX}/share/zsh/site-functions
diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo
index 6b30de555d7e..97ec38128cd8 100644
--- a/sysutils/portupgrade/distinfo
+++ b/sysutils/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010730.tar.gz) = 4e8a5c4f51362e557bb927846bd5dfe3
+MD5 (pkgtools-20010802.tar.gz) = 188d5aa3674f31370bb14ba04b8c5770
diff --git a/sysutils/portupgrade/pkg-plist b/sysutils/portupgrade/pkg-plist
index f82a42b2c161..02dffd19a450 100644
--- a/sysutils/portupgrade/pkg-plist
+++ b/sysutils/portupgrade/pkg-plist
@@ -1,6 +1,7 @@
sbin/pkg_deinstall
sbin/pkg_glob
sbin/pkgdepfix
+sbin/portsclean
sbin/portsdb
sbin/portinstall
sbin/portupgrade