svn commit: r316495 - head/net-im/rubygem-termtter

Steve Wills swills at FreeBSD.org
Thu Apr 25 02:37:11 UTC 2013


Author: swills
Date: Thu Apr 25 02:37:11 2013
New Revision: 316495
URL: http://svnweb.freebsd.org/changeset/ports/316495

Log:
  - Unmark broken, works fine with Ruby 1.9
  
  PR:		ports/176902
  Submitted by:	Koichiro IWAO <meta+ports at vmeta.jp>
  Approved by:	maintainer timeout (dhn, >5 weeks)

Modified:
  head/net-im/rubygem-termtter/Makefile

Modified: head/net-im/rubygem-termtter/Makefile
==============================================================================
--- head/net-im/rubygem-termtter/Makefile	Thu Apr 25 02:35:08 2013	(r316494)
+++ head/net-im/rubygem-termtter/Makefile	Thu Apr 25 02:37:11 2013	(r316495)
@@ -9,9 +9,6 @@ MASTER_SITES=	RG
 MAINTAINER=	dhn at 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>


More information about the svn-ports-head mailing list