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 /ports-mgmt/portupgrade-devel/Makefile | |
parent | 5afaf6258698e2a55585ad920611dc944b67e5e9 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portupgrade-devel/Makefile')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |