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.
This commit is contained in:
parent
5afaf62586
commit
44b1c1aa8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46942
16 changed files with 32 additions and 8 deletions
|
@ -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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19
|
||||
MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19
|
||||
MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19
|
||||
MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010826a.tar.gz) = 5fcc03b569ce2dcfec48471db345ab19
|
||||
MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue