diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
commit | 28b723187b6ba8da4ae446326721343a9b42fb3d (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /x11-toolkits/ruby-gtk/Makefile | |
parent | d2d71651710cb12db35813fcaf5ebb06cf9dcd0c (diff) |
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
Notes
Notes:
svn path=/head/; revision=313298
Diffstat (limited to 'x11-toolkits/ruby-gtk/Makefile')
-rw-r--r-- | x11-toolkits/ruby-gtk/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile index ce315cbdfa0c..60419f13df18 100644 --- a/x11-toolkits/ruby-gtk/Makefile +++ b/x11-toolkits/ruby-gtk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-gtk -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# +# Created by: Yasuhiro Fukuma <yasuf@big.or.jp> # $FreeBSD$ -# PORTNAME= gtk PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -17,6 +13,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for GTK+ +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XORG= x11 |