From 44b1c1aa8dd99c8eb9b157a37e213bd47dff27a2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 26 Aug 2001 19:58:38 +0000 Subject: 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 portcvsweb: - Explicitly execute a browser via /bin/sh, as the specification says. other stuff: - Improve the manpage and the completion definitions. --- ports-mgmt/portupgrade-devel/Makefile | 5 ++++- ports-mgmt/portupgrade-devel/distinfo | 2 +- ports-mgmt/portupgrade-devel/pkg-descr | 1 + ports-mgmt/portupgrade-devel/pkg-plist | 2 ++ ports-mgmt/portupgrade/Makefile | 5 ++++- ports-mgmt/portupgrade/distinfo | 2 +- ports-mgmt/portupgrade/pkg-descr | 1 + ports-mgmt/portupgrade/pkg-plist | 2 ++ 8 files changed, 16 insertions(+), 4 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 677bf666ca80..664b983ed0de 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/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/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index b03b63b8772f..f5e714fa73c1 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19 +MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b diff --git a/ports-mgmt/portupgrade-devel/pkg-descr b/ports-mgmt/portupgrade-devel/pkg-descr index ad73a68a8e21..4b47bcfcb4c9 100644 --- a/ports-mgmt/portupgrade-devel/pkg-descr +++ b/ports-mgmt/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/ports-mgmt/portupgrade-devel/pkg-plist b/ports-mgmt/portupgrade-devel/pkg-plist index 323452b70f74..8689bbd51bf9 100644 --- a/ports-mgmt/portupgrade-devel/pkg-plist +++ b/ports-mgmt/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/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 677bf666ca80..664b983ed0de 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/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/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index b03b63b8772f..f5e714fa73c1 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19 +MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b diff --git a/ports-mgmt/portupgrade/pkg-descr b/ports-mgmt/portupgrade/pkg-descr index ad73a68a8e21..4b47bcfcb4c9 100644 --- a/ports-mgmt/portupgrade/pkg-descr +++ b/ports-mgmt/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/ports-mgmt/portupgrade/pkg-plist b/ports-mgmt/portupgrade/pkg-plist index 323452b70f74..8689bbd51bf9 100644 --- a/ports-mgmt/portupgrade/pkg-plist +++ b/ports-mgmt/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 -- cgit v1.2.3