Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 21:01:59 +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: r313298 - in head: archivers/ruby-bz2 audio/ruby-vorbisfile audio/ruby-xmms databases/ruby-bdb1 databases/ruby-interbase devel/ruby-fam devel/ruby-gettext devel/ruby-io-reactor devel/ru...
Message-ID:  <201303022101.r22L1xak042168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Mar  2 21:01:58 2013
New Revision: 313298
URL: http://svnweb.freebsd.org/changeset/ports/313298

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/archivers/ruby-bz2/Makefile   (contents, props changed)
  head/audio/ruby-vorbisfile/Makefile   (contents, props changed)
  head/audio/ruby-xmms/Makefile   (contents, props changed)
  head/databases/ruby-bdb1/Makefile   (contents, props changed)
  head/databases/ruby-interbase/Makefile   (contents, props changed)
  head/devel/ruby-fam/Makefile   (contents, props changed)
  head/devel/ruby-gettext/Makefile   (contents, props changed)
  head/devel/ruby-io-reactor/Makefile
  head/devel/ruby-jttui/Makefile   (contents, props changed)
  head/devel/ruby-krossruby/Makefile
  head/devel/ruby-langscan/Makefile   (contents, props changed)
  head/devel/ruby-mmap/Makefile   (contents, props changed)
  head/devel/ruby-racc/Makefile   (contents, props changed)
  head/devel/ruby-rcov/Makefile   (contents, props changed)
  head/devel/ruby-rudl/Makefile   (contents, props changed)
  head/devel/ruby-slang/Makefile   (contents, props changed)
  head/devel/ruby-subversion/Makefile
  head/devel/ruby-sysvipc/Makefile   (contents, props changed)
  head/devel/rubygem-getopt-declare/Makefile   (contents, props changed)
  head/devel/rubygem-io-like/Makefile   (contents, props changed)
  head/devel/rubygem-linecache/Makefile   (contents, props changed)
  head/devel/rubygem-ncurses/Makefile
  head/devel/rubygem-parsetree/Makefile   (contents, props changed)
  head/devel/rubygem-rparsec/Makefile   (contents, props changed)
  head/devel/rubygem-sdl/Makefile   (contents, props changed)
  head/devel/rubygem-zoom/Makefile   (contents, props changed)
  head/games/ruby-exmars/Makefile   (contents, props changed)
  head/graphics/ruby-opengl/Makefile   (contents, props changed)
  head/graphics/ruby-pgplot/Makefile   (contents, props changed)
  head/graphics/rubygem-objectdetect/Makefile   (contents, props changed)
  head/graphics/rubygem-turing/Makefile   (contents, props changed)
  head/japanese/ruby-chasen/Makefile   (contents, props changed)
  head/japanese/ruby-eb/Makefile   (contents, props changed)
  head/japanese/ruby-ming/Makefile   (contents, props changed)
  head/lang/ruby-lua4/Makefile   (contents, props changed)
  head/misc/rubygem-ohcount/Makefile   (contents, props changed)
  head/multimedia/ruby-flvtool2/Makefile   (contents, props changed)
  head/net-im/rubygem-termtter/Makefile   (contents, props changed)
  head/net-im/rubygem-xmpp4r/Makefile   (contents, props changed)
  head/security/ruby-acl/Makefile   (contents, props changed)
  head/security/ruby-tcpwrap/Makefile   (contents, props changed)
  head/textproc/ruby-amrita/Makefile   (contents, props changed)
  head/textproc/ruby-erbscan/Makefile   (contents, props changed)
  head/textproc/ruby-libxml/Makefile   (contents, props changed)
  head/textproc/ruby-sablot/Makefile   (contents, props changed)
  head/textproc/ruby-xmlscan-old/Makefile   (contents, props changed)
  head/textproc/ruby-xslt/Makefile   (contents, props changed)
  head/textproc/rubygem-ferret/Makefile   (contents, props changed)
  head/textproc/rubygem-formosa/Makefile   (contents, props changed)
  head/textproc/rubygem-htmltools/Makefile   (contents, props changed)
  head/www/ruby-nora/Makefile   (contents, props changed)
  head/www/rubygem-mongrel/Makefile   (contents, props changed)
  head/x11-toolkits/ruby-gtk/Makefile   (contents, props changed)
  head/x11-toolkits/ruby-tk/Makefile   (contents, props changed)
  head/x11/ruby-gtktrayicon/Makefile   (contents, props changed)

Modified: head/archivers/ruby-bz2/Makefile
==============================================================================
--- head/archivers/ruby-bz2/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/archivers/ruby-bz2/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby extension to use libbz2
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 

Modified: head/audio/ruby-vorbisfile/Makefile
==============================================================================
--- head/audio/ruby-vorbisfile/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/audio/ruby-vorbisfile/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-vorbisfile
-# Date created:		5 October 2002
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	vorbisfile
 PORTVERSION=	0.2
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	A Ruby extension wrapping libvorbisfile
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	vorbisfile.6:${PORTSDIR}/audio/libvorbis
 
 USE_RUBY=	yes

Modified: head/audio/ruby-xmms/Makefile
==============================================================================
--- head/audio/ruby-xmms/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/audio/ruby-xmms/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Xmms-Ruby
-# Date created:		12 May 2002
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xmms
 PORTVERSION=	0.1.2
@@ -19,6 +15,9 @@ COMMENT=	XMMS bindings for Ruby
 
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 

Modified: head/databases/ruby-bdb1/Makefile
==============================================================================
--- head/databases/ruby-bdb1/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/databases/ruby-bdb1/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-BDB1
-# Date created:		16 January 2002
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	bdb1
 PORTVERSION=	0.2.3
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	jpaetzel@FreeBSD.org
 COMMENT=	Ruby interface to Berkeley DB revision 1.8x with full feature support
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 USE_RUBY_RDOC=		yes

Modified: head/databases/ruby-interbase/Makefile
==============================================================================
--- head/databases/ruby-interbase/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/databases/ruby-interbase/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-interbase
-# Date created:		8 Nov 2001
-# Whom:			Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	interbase
 PORTVERSION=	0.5.2
@@ -16,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Ruby interface to Firebird/Interbase library
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_FIREBIRD=	yes
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/devel/ruby-fam/Makefile
==============================================================================
--- head/devel/ruby-fam/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-fam/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	FAM-Ruby
-# Date created:		11 June 2002
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	fam
 PORTVERSION=	0.2.0
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	FAM bindings for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=yes
 USE_FAM=	yes

Modified: head/devel/ruby-gettext/Makefile
==============================================================================
--- head/devel/ruby-gettext/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-gettext/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby GetText Package
-# Date created:		4 February 2002
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gettext
 PORTVERSION=	1.93.0
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	A Ruby implementation of the gettext library
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 #USE_GETTEXT=	yes	# not actually depends on it
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	racc-runtime iconv

Modified: head/devel/ruby-io-reactor/Makefile
==============================================================================
--- head/devel/ruby-io-reactor/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-io-reactor/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby module that implements an asynchronous multiplexed IO Reactor
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RAKE=	yes
 

Modified: head/devel/ruby-jttui/Makefile
==============================================================================
--- head/devel/ruby-jttui/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-jttui/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,11 +1,5 @@
-# ex:ts=8	-*-mode: makefile-*-
-#
-# New ports collection makefile for:	ruby-jttui
-# Date created:		2003-02-12
-# Whom:			Alan Eldridge <alane@geeksrus.net>
-#
+# Created by: Alan Eldridge <alane@geeksrus.net>
 # $FreeBSD$
-#
 
 PORTNAME=	jttui
 PORTVERSION=	200205082055
@@ -19,6 +13,9 @@ DISTNAME=	jttui.${PORTVERSION}
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Textmode User Interface by Jakub Travnik
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes
 INSTALL_TARGET=		site-install

Modified: head/devel/ruby-krossruby/Makefile
==============================================================================
--- head/devel/ruby-krossruby/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-krossruby/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	KDE
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Ruby bindings for Qt/KDE
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 CONFLICTS=	ruby1[89]-kdebindings-4.[0-6].*
 
 USE_KDE4=	kdehier kdelibs kdeprefix pimlibs automoc4

Modified: head/devel/ruby-langscan/Makefile
==============================================================================
--- head/devel/ruby-langscan/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-langscan/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-langscan
-# Date created:		2011-08-10
-# Whom:			TAKATSU Tomonari <tota@FreeBSD.org>
-#
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	langscan
 PORTVERSION=	1.2
@@ -16,6 +12,9 @@ DIST_SUBDIR=	${RUBY_PKGNAMEPREFIX:S|${RU
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	A program analyzer for source code search engine
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 

Modified: head/devel/ruby-mmap/Makefile
==============================================================================
--- head/devel/ruby-mmap/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-mmap/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-Mmap
-# Date created:		8 March 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mmap
 PORTVERSION=	0.2.6
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Ruby interface to manage memory-mapped file objects
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 USE_RUBY_RDOC=		yes

Modified: head/devel/ruby-racc/Makefile
==============================================================================
--- head/devel/ruby-racc/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-racc/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-Racc
-# Date created:		7 Aug 2000
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	racc
 PORTVERSION=	1.4.5
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	An LALR(1) parser generator for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 USE_RUBY_FEATURES=	racc-runtime

Modified: head/devel/ruby-rcov/Makefile
==============================================================================
--- head/devel/ruby-rcov/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-rcov/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	rcov
-# Date created:				25 May 2006
-# Whom:					Rui Lopes (rgl ruilopes com)
-#
+# Created by: Rui Lopes (rgl ruilopes com)
 # $FreeBSD$
-#
 
 PORTNAME=	rcov
 PORTVERSION=	0.8.1.2
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	A tool for simple code coverage analysis in Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 

Modified: head/devel/ruby-rudl/Makefile
==============================================================================
--- head/devel/ruby-rudl/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-rudl/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	RuDL
-# Date created:		10 April 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	rudl
 PORTVERSION=	0.8
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	erik@bz.bzflag.bz
 COMMENT=	A high level library to use SDL from Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_SDL=	gfx image mixer ttf sdl
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/devel/ruby-slang/Makefile
==============================================================================
--- head/devel/ruby-slang/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-slang/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-slang (slanglib)
-# Date created:		23 Aug 2000
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	slang
 PORTVERSION=	0.52
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	S-Lang extension module for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	slang.2:${PORTSDIR}/japanese/libslang
 
 MAKE_JOBS_SAFE=  yes

Modified: head/devel/ruby-subversion/Makefile
==============================================================================
--- head/devel/ruby-subversion/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-subversion/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,15 +1,14 @@
-# New ports collection makefile for:   subversion-ruby
-# Date Created:                4 July 2005
-# Whom:                        Hiroyuki Iwatsuki <don@na.rim.or.jp>
-#
+# Created by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
 # $FreeBSD$
-#
 
 PKGNAMEPREFIX=	ruby-
 
 MAINTAINER=	lev@FreeBSD.org
 COMMENT=	Ruby bindings for version control system
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 .if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
 MASTERDIR=	${.CURDIR}/../../devel/subversion16
 .else

Modified: head/devel/ruby-sysvipc/Makefile
==============================================================================
--- head/devel/ruby-sysvipc/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/ruby-sysvipc/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-sysvipc
-# Date created:		12 May 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	sysvipc
 PORTVERSION=	0.7
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Ruby interface to use System V IPC system calls
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 

Modified: head/devel/rubygem-getopt-declare/Makefile
==============================================================================
--- head/devel/rubygem-getopt-declare/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-getopt-declare/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rubygem-getopt-declare
-# Date created:		2011-06-02
-# Whom:			Romain Tartiere <romain@FreeBSD.org>
-#
+# Created by: Romain Tartiere <romain@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	getopt-declare
 PORTVERSION=	1.29
@@ -13,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	romain@FreeBSD.org
 COMMENT=	Declaratively Expressed Command-Line Arguments via Regular Expressions
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-io-like/Makefile
==============================================================================
--- head/devel/rubygem-io-like/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-io-like/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rubygem-io-like
-# Date created:		2011-08-06
-# Whom:			TAKATSU Tomonari <tota@FreeBSD.org>
-#
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	io-like
 PORTVERSION=	0.3.0
@@ -13,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	The interface of IO objects to classes providing a few simple methods
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-linecache/Makefile
==============================================================================
--- head/devel/rubygem-linecache/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-linecache/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-linecache
-# Date created:				17 Oct 2008
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	linecache
@@ -12,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Caches(Ruby source) Files as Might Be Used in a Debugger
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-ncurses/Makefile
==============================================================================
--- head/devel/rubygem-ncurses/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-ncurses/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	rubygem-ncurses
-# Date created:				13 November 2010
-# Whom:					Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ncurses
 PORTVERSION=	0.9.1
@@ -13,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	freebsdports@chillibear.com
 COMMENT=	Wrapper to the ncurses library
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-parsetree/Makefile
==============================================================================
--- head/devel/rubygem-parsetree/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-parsetree/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-parsetree
-# Date created:				13 April 2007
-# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	parsetree
@@ -13,6 +10,9 @@ DISTNAME=	ParseTree-${PORTVERSION}
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby parse tree tools
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 RUN_DEPENDS=	rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \
 		rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor
 

Modified: head/devel/rubygem-rparsec/Makefile
==============================================================================
--- head/devel/rubygem-rparsec/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-rparsec/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-rparsec
-# Date created:				24 September 2008
-# Whom:					stas
-#
+# Created by: stas
 # $FreeBSD$
 
 PORTNAME=	rparsec
@@ -12,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Recursive descent parser combinator framework for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-sdl/Makefile
==============================================================================
--- head/devel/rubygem-sdl/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-sdl/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rubygem-sdl
-# Date created:		2011-04-10
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	sdl
 PORTVERSION=	2.1.1
@@ -15,6 +11,9 @@ DISTNAME=	rubysdl-${PORTVERSION}
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby extension library to use SDL library
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 RUN_DEPENDS=	rubygem-opengl>=0.60.1:${PORTSDIR}/graphics/rubygem-opengl
 
 GEM_NAME=	${DISTNAME}

Modified: head/devel/rubygem-zoom/Makefile
==============================================================================
--- head/devel/rubygem-zoom/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/devel/rubygem-zoom/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-zoom
-# Date created:		16 September 2005
-# Whom:			Mitsuru YOSHIDA <mitsuru@riken.jp>
-#
+# Created by: Mitsuru YOSHIDA <mitsuru@riken.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	zoom
 PORTVERSION=	0.4.1
@@ -14,6 +10,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM)
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	yaz.4:${PORTSDIR}/net/yaz
 
 USE_RUBY=	yes

Modified: head/games/ruby-exmars/Makefile
==============================================================================
--- head/games/ruby-exmars/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/games/ruby-exmars/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-exmars
-# Date created:				22 Jul 2005
-# Whom:					Alejandro Pulver <alejandro@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
 # $FreeBSD$
-#
 
 PORTNAME=	exmars
 PORTVERSION=	0.01
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby interface to the exMARS Memory Array Redcode Simulator
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 

Modified: head/graphics/ruby-opengl/Makefile
==============================================================================
--- head/graphics/ruby-opengl/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/graphics/ruby-opengl/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby/OpenGL
-# Date created:		24 Aug 2000
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	opengl
 PORTVERSION=	0.32b
@@ -18,6 +14,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	OpenGL/GLU/GLUT interface modules for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 USE_XORG=	x11 xi xmu xext

Modified: head/graphics/ruby-pgplot/Makefile
==============================================================================
--- head/graphics/ruby-pgplot/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/graphics/ruby-pgplot/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby/PGPLOT
-# Date created:		26 June 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pgplot
 PORTVERSION=	0.1.3
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	A Ruby interface to PGPLOT graphics library
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	pgplot.5:${PORTSDIR}/graphics/pgplot
 BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray

Modified: head/graphics/rubygem-objectdetect/Makefile
==============================================================================
--- head/graphics/rubygem-objectdetect/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/graphics/rubygem-objectdetect/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rubygem-objectdetect
-# Date created:		2008-11-25
-# Whom:			TAKATSU Tomonari <tota@rtfm.jp>
-#
+# Created by: TAKATSU Tomonari <tota@rtfm.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	objectdetect
 PORTVERSION=	0.0.3
@@ -16,6 +12,9 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}-op
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	A simple library for detecting objects in pictures
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	opencv_legacy.2:${PORTSDIR}/graphics/opencv
 
 LICENSE=	MIT

Modified: head/graphics/rubygem-turing/Makefile
==============================================================================
--- head/graphics/rubygem-turing/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/graphics/rubygem-turing/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-turing
-# Date created:				07 June 2007
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
 
 PORTNAME=	turing
@@ -13,6 +10,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Easy to use and customize/extend implementation of captcha
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 RUN_DEPENDS=	rubygem-gd2>=1.0:${PORTSDIR}/graphics/rubygem-gd2
 
 USE_RUBY=	yes

Modified: head/japanese/ruby-chasen/Makefile
==============================================================================
--- head/japanese/ruby-chasen/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/japanese/ruby-chasen/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-ChaSen
-# Date created:		1 Mar 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	chasen
 PORTVERSION=	1.7
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	ChaSen module for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	chasen.2:${PORTSDIR}/japanese/chasen-base
 
 USE_RUBY=	yes

Modified: head/japanese/ruby-eb/Makefile
==============================================================================
--- head/japanese/ruby-eb/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/japanese/ruby-eb/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby bind of EB library
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
 
 USE_RUBY=	yes

Modified: head/japanese/ruby-ming/Makefile
==============================================================================
--- head/japanese/ruby-ming/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/japanese/ruby-ming/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby/Ming-ja
-# Date created:		13 November 2003
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ming
 PORTVERSION=	0.2a.${RUBY_MING_VERSION}
@@ -19,6 +15,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	don@na.rim.or.jp
 COMMENT=	Yet another Ming module for Ruby built with Japanese support
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	ming.3:${PORTSDIR}/japanese/ming
 
 RUBY_MING_VERSION=	0.1.6

Modified: head/lang/ruby-lua4/Makefile
==============================================================================
--- head/lang/ruby-lua4/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/lang/ruby-lua4/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby/Lua
-# Date created:		30 August 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	lua
 PORTVERSION=	20010921
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	A Ruby extension to make Lua script language as a class
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_LUA=	4.0
 USE_ZIP=	yes
 

Modified: head/misc/rubygem-ohcount/Makefile
==============================================================================
--- head/misc/rubygem-ohcount/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/misc/rubygem-ohcount/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ohcount
-# Date created:		2009-05-31
-# Whom:			Edmondas Girkantas <eg@fbsd.lt>
-#
+# Created by: Edmondas Girkantas <eg@fbsd.lt>
 # $FreeBSD$
-#
 
 PORTNAME=	ohcount
 PORTVERSION=	2.0.1
@@ -13,6 +9,9 @@ MASTER_SITES=	http://labs.ohloh.net/down
 MAINTAINER=	eg@fbsd.lt
 COMMENT=	Ohcount is the source code line counter that powers Ohloh
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 RUN_DEPENDS=	rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \
 		ragel:${PORTSDIR}/devel/ragel
 

Modified: head/multimedia/ruby-flvtool2/Makefile
==============================================================================
--- head/multimedia/ruby-flvtool2/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/multimedia/ruby-flvtool2/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-flvtool2
-# Date created:		2007-05-07
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flvtool2
 PORTVERSION=	1.0.6
@@ -16,6 +12,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Manipulation tool for Macromedia Flash Video files
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 

Modified: head/net-im/rubygem-termtter/Makefile
==============================================================================
--- head/net-im/rubygem-termtter/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/net-im/rubygem-termtter/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rubygem-termtter
-# Date created:		2009-07-12
-# Whom:			Dennis Herrmann <dhn@FreeBSD.org>
-#
+# Created by: Dennis Herrmann <dhn@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	termtter
 PORTVERSION=	1.11.0
@@ -13,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Terminal based Twitter client
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-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 \

Modified: head/net-im/rubygem-xmpp4r/Makefile
==============================================================================
--- head/net-im/rubygem-xmpp4r/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/net-im/rubygem-xmpp4r/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-xmpp4r
-# Date created:				21 Nov 2005
-# Whom:					Stephan Maka <stephan@spaceboyz.net>
-#
+# Created by: Stephan Maka <stephan@spaceboyz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	xmpp4r
 PORTVERSION=	0.5
@@ -14,6 +10,9 @@ MASTER_SITES=	RG
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	XMPP/Jabber library for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/security/ruby-acl/Makefile
==============================================================================
--- head/security/ruby-acl/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/security/ruby-acl/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-acl
-# Date created:		7 Sep 2000
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	acl
 PORTVERSION=	1.0.1
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ufo@februality.com
 COMMENT=	Ruby module to provide Access Control List checks
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 
 NO_BUILD=	yes

Modified: head/security/ruby-tcpwrap/Makefile
==============================================================================
--- head/security/ruby-tcpwrap/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/security/ruby-tcpwrap/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-tcpwrap
-# Date created:		15 Aug 2000
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tcpwrap
 PORTVERSION=	0.6
@@ -17,6 +13,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	TCP wrappers library for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	ident.0:${PORTSDIR}/security/libident
 
 USE_RUBY=	yes

Modified: head/textproc/ruby-amrita/Makefile
==============================================================================
--- head/textproc/ruby-amrita/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/textproc/ruby-amrita/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby/amrita
-# Date created:		10 November 2002
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	amrita
 PORTVERSION=	1.0.2
@@ -16,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	An HTML/XHTML template library for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	strscan
 

Modified: head/textproc/ruby-erbscan/Makefile
==============================================================================
--- head/textproc/ruby-erbscan/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/textproc/ruby-erbscan/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	erbscan
-# Date created:		17 November 2006
-# Whom:				Shinsuke Matsui (<smatsui@karashi.org>)
-#
+# Created by: Shinsuke Matsui (<smatsui@karashi.org>)
 # $FreeBSD$
-#
 
 PORTNAME=	erbscan
 PORTVERSION=	0.0.20030723b
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	smatsui@karashi.org
 COMMENT=	ERB compiler accelerator
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 

Modified: head/textproc/ruby-libxml/Makefile
==============================================================================
--- head/textproc/ruby-libxml/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/textproc/ruby-libxml/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-libxml
-# Date created:		09 July 2002
-# Whom:	      		Sean Chittenden <seanc@FreeBSD.org>
-#
+# Created by: Sean Chittenden <seanc@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libxml
 PORTVERSION=	1.1.3
@@ -16,6 +12,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	A friendly API to libxml for Ruby
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_RUBY=	yes

Modified: head/textproc/ruby-sablot/Makefile
==============================================================================
--- head/textproc/ruby-sablot/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/textproc/ruby-sablot/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Ruby-sablot
-# Date created:		9 March 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	sablot
 PORTVERSION=	0.5.2
@@ -16,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Ruby interface to the Sablotron XSLT processor
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2012-05-02
+
 LIB_DEPENDS=	sablot.70:${PORTSDIR}/textproc/sablotron \
 		expat.6:${PORTSDIR}/textproc/expat2
 

Modified: head/textproc/ruby-xmlscan-old/Makefile
==============================================================================
--- head/textproc/ruby-xmlscan-old/Makefile	Sat Mar  2 20:56:45 2013	(r313297)
+++ head/textproc/ruby-xmlscan-old/Makefile	Sat Mar  2 21:01:58 2013	(r313298)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-xmlscan
-# Date created:		7 August 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xmlscan
 PORTVERSION=	0.0.10
@@ -15,6 +11,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Pure Ruby XML/HTML scanner and XPath processor/compiler modules

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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