diff options
author | swills <swills@FreeBSD.org> | 2013-04-25 10:37:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-04-25 10:37:11 +0800 |
commit | 7bf10efda793414115da582e69af0a03dca76b22 (patch) | |
tree | 0fca0dfec7a23941c8a5deab3221ef1446910a67 /net-im | |
parent | 91e4b64e1cff48a02bb2433a0fc9ba1fa2311468 (diff) | |
download | freebsd-ports-gnome-7bf10efda793414115da582e69af0a03dca76b22.tar.gz freebsd-ports-gnome-7bf10efda793414115da582e69af0a03dca76b22.tar.zst freebsd-ports-gnome-7bf10efda793414115da582e69af0a03dca76b22.zip |
- Unmark broken, works fine with Ruby 1.9
PR: ports/176902
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
Approved by: maintainer timeout (dhn, >5 weeks)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/rubygem-termtter/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile index 19aaa76afc66..3b3d3527a171 100644 --- a/net-im/rubygem-termtter/Makefile +++ b/net-im/rubygem-termtter/Makefile @@ -9,9 +9,6 @@ MASTER_SITES= RG MAINTAINER= dhn@FreeBSD.org COMMENT= Terminal based Twitter client -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-05-02 - RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \ rubygem-termcolor>=1.0.0:${PORTSDIR}/textproc/rubygem-termcolor \ rubygem-rubytter>=1.4.0:${PORTSDIR}/net/rubygem-rubytter \ @@ -24,8 +21,4 @@ USE_RAKE= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/termtter -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not work with ruby 1.9 -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |