diff options
author | knu <knu@FreeBSD.org> | 2002-01-26 05:04:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-26 05:04:54 +0800 |
commit | 649943e5c345a1923ef9f95dbf0b300ab45afa23 (patch) | |
tree | 0de07e3120097ae22d49589832008e5102167234 /net/ruby-soap | |
parent | a1655acbc4298ed15c4661e9b4103674b5741a89 (diff) | |
download | freebsd-ports-gnome-649943e5c345a1923ef9f95dbf0b300ab45afa23.tar.gz freebsd-ports-gnome-649943e5c345a1923ef9f95dbf0b300ab45afa23.tar.zst freebsd-ports-gnome-649943e5c345a1923ef9f95dbf0b300ab45afa23.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 'net/ruby-soap')
-rw-r--r-- | net/ruby-soap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ruby-soap/Makefile b/net/ruby-soap/Makefile index 23247e7d9baf..bbdb5f9c5595 100644 --- a/net/ruby-soap/Makefile +++ b/net/ruby-soap/Makefile @@ -7,6 +7,7 @@ PORTNAME= soap PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= net ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,6 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/application.rb:${PORTSDIR}/sysutils/ruby-application.rb \ - ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \ ${RUBY_SITELIBDIR}/http-access2.rb:${PORTSDIR}/www/ruby-http-access \ ${RUBY_SITELIBDIR}/GServer.rb:${PORTSDIR}/net/ruby-gserver \ ${RUBY_SITELIBDIR}/date3.rb:${PORTSDIR}/devel/ruby-date2 \ |