svn commit: r313299 - head/x11-toolkits/ruby-wx
Steve Wills
swills at FreeBSD.org
Sat Mar 2 21:03:11 UTC 2013
Author: swills
Date: Sat Mar 2 21:03:11 2013
New Revision: 313299
URL: http://svnweb.freebsd.org/changeset/ports/313299
Log:
- 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@
Modified:
head/x11-toolkits/ruby-wx/Makefile
Modified: head/x11-toolkits/ruby-wx/Makefile
==============================================================================
--- head/x11-toolkits/ruby-wx/Makefile Sat Mar 2 21:01:58 2013 (r313298)
+++ head/x11-toolkits/ruby-wx/Makefile Sat Mar 2 21:03:11 2013 (r313299)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: x11-toolkits/ruby-wx
-# Date created: 03.01.2004
-# Whom: Ulrich Spoerlein <q at uni.de>
-#
+# Created by: Ulrich Spoerlein <q at uni.de>
# $FreeBSD$
-#
PORTNAME= wx
PORTVERSION= 0.6.0
@@ -18,6 +14,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby bindings for wxWindows (aka wxWidgets)
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_ICONV= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
More information about the svn-ports-all
mailing list