diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-05 00:58:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-05 00:58:18 +0000 |
commit | e4a5e25e87d142611c5361e275caf55c12979f8a (patch) | |
tree | 417f12895c9accdf0ff4f4ca1da00948e21f91e8 /www/rubygem-domainatrix | |
parent | fdb2c85547b42416be8ca7d16f5665bb56b0f0f0 (diff) |
- Fix dependency versions
PR: ports/150824
Submitted by: myself (pgollucci)
Approved by: freebsdports@chillibear.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes:
svn path=/head/; revision=262402
Diffstat (limited to 'www/rubygem-domainatrix')
-rw-r--r-- | www/rubygem-domainatrix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-domainatrix/Makefile b/www/rubygem-domainatrix/Makefile index b1c63d3f8bf8..7b26ead8f356 100644 --- a/www/rubygem-domainatrix/Makefile +++ b/www/rubygem-domainatrix/Makefile @@ -7,13 +7,14 @@ PORTNAME= domainatrix PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= Library for parsing domain names and canonicalizing URLs -RUN_DEPENDS= rubygem-addressable>=0.0.0:${PORTSDIR}/www/rubygem-addressable +RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable USE_RUBY= yes USE_RUBYGEMS= yes |