diff options
author | tota <tota@FreeBSD.org> | 2009-07-23 19:16:49 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2009-07-23 19:16:49 +0800 |
commit | f692757512aedf0e0fc6b53d260f64600cd52eff (patch) | |
tree | c1cdc022ae9900af5131ea149468e4721f8aadf7 /japanese/rubygem-jpmobile/Makefile | |
parent | f340af734d3c852e55c2b78840071c327112d0ac (diff) | |
download | freebsd-ports-gnome-f692757512aedf0e0fc6b53d260f64600cd52eff.tar.gz freebsd-ports-gnome-f692757512aedf0e0fc6b53d260f64600cd52eff.tar.zst freebsd-ports-gnome-f692757512aedf0e0fc6b53d260f64600cd52eff.zip |
- Update to 0.0.6
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
Approved by: maho (mentor)
Diffstat (limited to 'japanese/rubygem-jpmobile/Makefile')
-rw-r--r-- | japanese/rubygem-jpmobile/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/japanese/rubygem-jpmobile/Makefile b/japanese/rubygem-jpmobile/Makefile index 06718edb9452..68e9d8139fc7 100644 --- a/japanese/rubygem-jpmobile/Makefile +++ b/japanese/rubygem-jpmobile/Makefile @@ -6,17 +6,15 @@ # PORTNAME= jpmobile -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.6 CATEGORIES= japanese www rubygems MASTER_SITES= RF -MAINTAINER= tota@rtfm.jp +MAINTAINER= tota@FreeBSD.org COMMENT= A Rails plugin for Japanese mobile-phones -BUILD_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \ - rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot -RUN_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \ - rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot +BUILD_DEPENDS= rubygem-actionpack>=2.3.2:${PORTSDIR}/www/rubygem-actionpack +RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes |