summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-02 08:19:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-02 08:19:23 +0000
commit032137d53efbcb537099da78a196c56a7b73b349 (patch)
tree2e7a00410746098fe97f6ae54f527efbe79ed9fa
parentadd missing files (diff)
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.
Notes
Notes: svn path=/head/; revision=45722
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile5
-rw-r--r--ports-mgmt/portupgrade-devel/distinfo2
-rw-r--r--ports-mgmt/portupgrade-devel/pkg-plist1
-rw-r--r--ports-mgmt/portupgrade/Makefile5
-rw-r--r--ports-mgmt/portupgrade/distinfo2
-rw-r--r--ports-mgmt/portupgrade/pkg-plist1
-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
12 files changed, 24 insertions, 8 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index 00d5b73a6edf..c647d8987e4d 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/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/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo
index 6b30de555d7e..97ec38128cd8 100644
--- a/ports-mgmt/portupgrade-devel/distinfo
+++ b/ports-mgmt/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010730.tar.gz) = 4e8a5c4f51362e557bb927846bd5dfe3
+MD5 (pkgtools-20010802.tar.gz) = 188d5aa3674f31370bb14ba04b8c5770
diff --git a/ports-mgmt/portupgrade-devel/pkg-plist b/ports-mgmt/portupgrade-devel/pkg-plist
index f82a42b2c161..02dffd19a450 100644
--- a/ports-mgmt/portupgrade-devel/pkg-plist
+++ b/ports-mgmt/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/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 00d5b73a6edf..c647d8987e4d 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/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/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index 6b30de555d7e..97ec38128cd8 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010730.tar.gz) = 4e8a5c4f51362e557bb927846bd5dfe3
+MD5 (pkgtools-20010802.tar.gz) = 188d5aa3674f31370bb14ba04b8c5770
diff --git a/ports-mgmt/portupgrade/pkg-plist b/ports-mgmt/portupgrade/pkg-plist
index f82a42b2c161..02dffd19a450 100644
--- a/ports-mgmt/portupgrade/pkg-plist
+++ b/ports-mgmt/portupgrade/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-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