diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-25 21:04:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-25 21:04:54 +0000 |
commit | a678c3596ca98e9aa399ca8e079d1151bba1de7e (patch) | |
tree | 3e34b5b8fcad82feea02cb0e7ed21487003a36e7 /www | |
parent | 511ddbdf96b98f2364738277c744d8159fac4262 (diff) | |
download | freebsd-ports-a678c3596ca98e9aa399ca8e079d1151bba1de7e.zip |
Let net/ruby-uri and devel/ruby-timex retire, which have now been
included in the standard distribution of ruby. (both 1.6 and 1.7)
Bump PORTREVISIONs of dependent ports for those who don't use
portupgrade/pkgdb which can handle stale package dependencies.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-http-access/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ruby-http-access/Makefile b/www/ruby-http-access/Makefile index a92d78aa780b..f4836bf8ea47 100644 --- a/www/ruby-http-access/Makefile +++ b/www/ruby-http-access/Makefile @@ -7,6 +7,7 @@ PORTNAME= http-access PORTVERSION= 2.C +PORTREVISION= 1 CATEGORIES= www ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/http-access/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,8 +16,6 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -RUN_DEPENDS= ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri - USE_RUBY= yes NO_BUILD= yes |