summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-26 19:58:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-26 19:58:38 +0000
commit44b1c1aa8dd99c8eb9b157a37e213bd47dff27a2 (patch)
tree858fb4c34151ebea7a3584be9329ef520cbfce5e /sysutils
parentListen to Jun Kuriama and follow my yesterday's upgrade with an (diff)
Update to 20010827.
pkg_fetch: - Yet another new utility, which downloads binary packages from a remote site. Optionally it can also download the required packages recursively. portupgrade: - Do not regard "no package found" as an error when upgrading packages with -PP. pkgdepfix, portsclean -L: - Fix a problem where the ruby 1.6.4 release fails in error. Reported by: David Wolfskill <david@catwhisker.org> portcvsweb: - Explicitly execute a browser via /bin/sh, as the specification says. other stuff: - Improve the manpage and the completion definitions.
Notes
Notes: svn path=/head/; revision=46942
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-descr1
-rw-r--r--sysutils/portupgrade-devel/pkg-plist2
-rw-r--r--sysutils/portupgrade/Makefile5
-rw-r--r--sysutils/portupgrade/distinfo2
-rw-r--r--sysutils/portupgrade/pkg-descr1
-rw-r--r--sysutils/portupgrade/pkg-plist2
8 files changed, 16 insertions, 4 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index 677bf666ca80..664b983ed0de 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010826a
+PORTVERSION= 20010827
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -17,12 +17,14 @@ MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \
+ ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \
${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup \
${LOCALBASE}/bin/ruby_s:${PORTSDIR}/lang/ruby_static
USE_RUBY= yes
RUBY_SHEBANG_FILES= \
+ ${WRKSRC}/pkg_fetch \
${WRKSRC}/pkg_glob \
${WRKSRC}/pkgdepfix \
${WRKSRC}/portcvsweb \
@@ -34,6 +36,7 @@ RUBY_SHEBANG_FILES= \
NO_BUILD= yes
MAN1= pkg_deinstall.1 \
+ pkg_fetch.1 \
pkg_glob.1 \
pkgdepfix.1 \
portcvsweb.1 \
diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo
index b03b63b8772f..f5e714fa73c1 100644
--- a/sysutils/portupgrade-devel/distinfo
+++ b/sysutils/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19
+MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b
diff --git a/sysutils/portupgrade-devel/pkg-descr b/sysutils/portupgrade-devel/pkg-descr
index ad73a68a8e21..4b47bcfcb4c9 100644
--- a/sysutils/portupgrade-devel/pkg-descr
+++ b/sysutils/portupgrade-devel/pkg-descr
@@ -16,6 +16,7 @@ portsdb: Creates binary database from the ports INDEX, and
expands ports globs.
pkg_deinstall: Wraps pkg_delete(1) and provides wildcards and
dependency recursion support, plus some more.
+pkg_fetch: Fetches packages from a remote site.
pkg_glob: Expands package globs.
pkgdepfix: Fixes the /var/db/pkg registry interactively.
diff --git a/sysutils/portupgrade-devel/pkg-plist b/sysutils/portupgrade-devel/pkg-plist
index 323452b70f74..8689bbd51bf9 100644
--- a/sysutils/portupgrade-devel/pkg-plist
+++ b/sysutils/portupgrade-devel/pkg-plist
@@ -2,6 +2,7 @@ etc/rc.d/000.pkgtools.sh
@exec /bin/mkdir -p %D/lib/compt/pkg
@unexec /bin/rmdir %D/lib/compt/pkg 2>/dev/null || true
sbin/pkg_deinstall
+sbin/pkg_fetch
sbin/pkg_glob
sbin/pkgdepfix
sbin/portcvsweb
@@ -20,6 +21,7 @@ sbin/portversion
%%RUBY_SITELIBDIR%%/portsdb.rb
%%RUBY_SITELIBDIR%%/tsort.rb
share/zsh/site-functions/_pkg_deinstall
+share/zsh/site-functions/_pkg_fetch
share/zsh/site-functions/_pkg_glob
share/zsh/site-functions/_pkgdepfix
share/zsh/site-functions/_portsclean
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 677bf666ca80..664b983ed0de 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010826a
+PORTVERSION= 20010827
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -17,12 +17,14 @@ MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \
+ ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \
${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup \
${LOCALBASE}/bin/ruby_s:${PORTSDIR}/lang/ruby_static
USE_RUBY= yes
RUBY_SHEBANG_FILES= \
+ ${WRKSRC}/pkg_fetch \
${WRKSRC}/pkg_glob \
${WRKSRC}/pkgdepfix \
${WRKSRC}/portcvsweb \
@@ -34,6 +36,7 @@ RUBY_SHEBANG_FILES= \
NO_BUILD= yes
MAN1= pkg_deinstall.1 \
+ pkg_fetch.1 \
pkg_glob.1 \
pkgdepfix.1 \
portcvsweb.1 \
diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo
index b03b63b8772f..f5e714fa73c1 100644
--- a/sysutils/portupgrade/distinfo
+++ b/sysutils/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19
+MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b
diff --git a/sysutils/portupgrade/pkg-descr b/sysutils/portupgrade/pkg-descr
index ad73a68a8e21..4b47bcfcb4c9 100644
--- a/sysutils/portupgrade/pkg-descr
+++ b/sysutils/portupgrade/pkg-descr
@@ -16,6 +16,7 @@ portsdb: Creates binary database from the ports INDEX, and
expands ports globs.
pkg_deinstall: Wraps pkg_delete(1) and provides wildcards and
dependency recursion support, plus some more.
+pkg_fetch: Fetches packages from a remote site.
pkg_glob: Expands package globs.
pkgdepfix: Fixes the /var/db/pkg registry interactively.
diff --git a/sysutils/portupgrade/pkg-plist b/sysutils/portupgrade/pkg-plist
index 323452b70f74..8689bbd51bf9 100644
--- a/sysutils/portupgrade/pkg-plist
+++ b/sysutils/portupgrade/pkg-plist
@@ -2,6 +2,7 @@ etc/rc.d/000.pkgtools.sh
@exec /bin/mkdir -p %D/lib/compt/pkg
@unexec /bin/rmdir %D/lib/compt/pkg 2>/dev/null || true
sbin/pkg_deinstall
+sbin/pkg_fetch
sbin/pkg_glob
sbin/pkgdepfix
sbin/portcvsweb
@@ -20,6 +21,7 @@ sbin/portversion
%%RUBY_SITELIBDIR%%/portsdb.rb
%%RUBY_SITELIBDIR%%/tsort.rb
share/zsh/site-functions/_pkg_deinstall
+share/zsh/site-functions/_pkg_fetch
share/zsh/site-functions/_pkg_glob
share/zsh/site-functions/_pkgdepfix
share/zsh/site-functions/_portsclean