diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-26 19:58:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-26 19:58:38 +0000 |
commit | 44b1c1aa8dd99c8eb9b157a37e213bd47dff27a2 (patch) | |
tree | 858fb4c34151ebea7a3584be9329ef520cbfce5e /sysutils/portupgrade-devel/Makefile | |
parent | Listen 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.
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 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 \ |