Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 21:03:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313299 - head/x11-toolkits/ruby-wx
Message-ID:  <201303022103.r22L3Bgs042483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@uni.de>
-#
+# Created by: Ulrich Spoerlein <q@uni.de>
 # $FreeBSD$
-#
 
 PORTNAME=	wx
 PORTVERSION=	0.6.0
@@ -18,6 +14,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303022103.r22L3Bgs042483>