Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 21:13:59 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328414 - in head: audio/ruby-vorbisfile audio/ruby-xmms databases/ruby-bdb1 databases/ruby-interbase devel/ruby-fam devel/ruby-gettext devel/ruby-jttui devel/ruby-mmap devel/ruby-racc ...
Message-ID:  <201309262113.r8QLDxvG082021@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Thu Sep 26 21:13:59 2013
New Revision: 328414
URL: http://svnweb.freebsd.org/changeset/ports/328414

Log:
  - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18
  
  Discussed with:	swills

Modified:
  head/audio/ruby-vorbisfile/Makefile
  head/audio/ruby-xmms/Makefile
  head/databases/ruby-bdb1/Makefile
  head/databases/ruby-interbase/Makefile
  head/devel/ruby-fam/Makefile
  head/devel/ruby-gettext/Makefile
  head/devel/ruby-jttui/Makefile
  head/devel/ruby-mmap/Makefile
  head/devel/ruby-racc/Makefile
  head/devel/ruby-rcov/Makefile
  head/devel/ruby-rudl/Makefile
  head/devel/ruby-slang/Makefile
  head/devel/ruby-sysvipc/Makefile
  head/devel/rubygem-getopt-declare/Makefile
  head/devel/rubygem-linecache/Makefile
  head/devel/rubygem-ncurses/Makefile
  head/devel/rubygem-parsetree/Makefile
  head/devel/rubygem-rparsec/Makefile
  head/devel/rubygem-sdl/Makefile
  head/devel/rubygem-zoom/Makefile
  head/games/ruby-exmars/Makefile
  head/graphics/ruby-opengl/Makefile
  head/graphics/ruby-pgplot/Makefile
  head/graphics/rubygem-turing/Makefile
  head/japanese/ruby-chasen/Makefile
  head/lang/ruby-lua4/Makefile
  head/misc/rubygem-ohcount/Makefile
  head/net-im/rubygem-xmpp4r/Makefile
  head/security/ruby-acl/Makefile
  head/textproc/ruby-amrita/Makefile
  head/textproc/ruby-erbscan/Makefile
  head/textproc/ruby-xmlscan-old/Makefile
  head/textproc/ruby-xslt/Makefile
  head/textproc/rubygem-formosa/Makefile
  head/textproc/rubygem-htmltools/Makefile
  head/www/ruby-nora/Makefile
  head/www/rubygem-mongrel/Makefile
  head/x11-toolkits/ruby-gtk/Makefile
  head/x11-toolkits/ruby-tk/Makefile
  head/x11/ruby-gtktrayicon/Makefile

Modified: head/audio/ruby-vorbisfile/Makefile
==============================================================================
--- head/audio/ruby-vorbisfile/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/audio/ruby-vorbisfile/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	A Ruby extension wrapping libvorbisfile
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 LIB_DEPENDS=	vorbisfile.6:${PORTSDIR}/audio/libvorbis
 

Modified: head/audio/ruby-xmms/Makefile
==============================================================================
--- head/audio/ruby-xmms/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/audio/ruby-xmms/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -16,7 +16,7 @@ COMMENT=	XMMS bindings for Ruby
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 NO_STAGE=	yes

Modified: head/databases/ruby-bdb1/Makefile
==============================================================================
--- head/databases/ruby-bdb1/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/databases/ruby-bdb1/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ 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=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/databases/ruby-interbase/Makefile
==============================================================================
--- head/databases/ruby-interbase/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/databases/ruby-interbase/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -13,7 +13,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ruby interface to Firebird/Interbase library
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_FIREBIRD=	yes
 USE_RUBY=	yes

Modified: head/devel/ruby-fam/Makefile
==============================================================================
--- head/devel/ruby-fam/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-fam/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	FAM bindings for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=yes

Modified: head/devel/ruby-gettext/Makefile
==============================================================================
--- head/devel/ruby-gettext/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-gettext/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	knu@FreeBSD.org
 COMMENT=	A Ruby implementation of the gettext library
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	racc-runtime iconv

Modified: head/devel/ruby-jttui/Makefile
==============================================================================
--- head/devel/ruby-jttui/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-jttui/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Textmode User Interface by Jakub Travnik
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes

Modified: head/devel/ruby-mmap/Makefile
==============================================================================
--- head/devel/ruby-mmap/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-mmap/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Ruby interface to manage memory-mapped file objects
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/devel/ruby-racc/Makefile
==============================================================================
--- head/devel/ruby-racc/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-racc/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	An LALR(1) parser generator for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes

Modified: head/devel/ruby-rcov/Makefile
==============================================================================
--- head/devel/ruby-rcov/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-rcov/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	A tool for simple code coverage analysis in Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes

Modified: head/devel/ruby-rudl/Makefile
==============================================================================
--- head/devel/ruby-rudl/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-rudl/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ 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=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_SDL=	gfx image mixer ttf sdl
 USE_RUBY=	yes

Modified: head/devel/ruby-slang/Makefile
==============================================================================
--- head/devel/ruby-slang/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-slang/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	S-Lang extension module for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 LIB_DEPENDS=	slang.2:${PORTSDIR}/japanese/libslang
 

Modified: head/devel/ruby-sysvipc/Makefile
==============================================================================
--- head/devel/ruby-sysvipc/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/ruby-sysvipc/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Ruby interface to use System V IPC system calls
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/devel/rubygem-getopt-declare/Makefile
==============================================================================
--- head/devel/rubygem-getopt-declare/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-getopt-declare/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ MAINTAINER=	romain@FreeBSD.org
 COMMENT=	Declaratively Expressed Command-Line Arguments via Regular Expressions
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-linecache/Makefile
==============================================================================
--- head/devel/rubygem-linecache/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-linecache/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ 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=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-ncurses/Makefile
==============================================================================
--- head/devel/rubygem-ncurses/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-ncurses/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Wrapper to the ncurses library
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes

Modified: head/devel/rubygem-parsetree/Makefile
==============================================================================
--- head/devel/rubygem-parsetree/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-parsetree/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -11,7 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby parse tree tools
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 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	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-rparsec/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Recursive descent parser combinator framework for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-sdl/Makefile
==============================================================================
--- head/devel/rubygem-sdl/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-sdl/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby extension library to use SDL library
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 RUN_DEPENDS=	rubygem-opengl>=0.60.1:${PORTSDIR}/graphics/rubygem-opengl
 

Modified: head/devel/rubygem-zoom/Makefile
==============================================================================
--- head/devel/rubygem-zoom/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/devel/rubygem-zoom/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -11,7 +11,7 @@ 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=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 LIB_DEPENDS=	yaz.4:${PORTSDIR}/net/yaz
 

Modified: head/games/ruby-exmars/Makefile
==============================================================================
--- head/games/ruby-exmars/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/games/ruby-exmars/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -11,7 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby interface to the exMARS Memory Array Redcode Simulator
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/graphics/ruby-opengl/Makefile
==============================================================================
--- head/graphics/ruby-opengl/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/graphics/ruby-opengl/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -15,7 +15,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	OpenGL/GLU/GLUT interface modules for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/graphics/ruby-pgplot/Makefile
==============================================================================
--- head/graphics/ruby-pgplot/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/graphics/ruby-pgplot/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	A Ruby interface to PGPLOT graphics library
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 LIB_DEPENDS=	pgplot.5:${PORTSDIR}/graphics/pgplot
 BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray

Modified: head/graphics/rubygem-turing/Makefile
==============================================================================
--- head/graphics/rubygem-turing/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/graphics/rubygem-turing/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -11,7 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Easy to use and customize/extend implementation of captcha
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 RUN_DEPENDS=	rubygem-gd2>=1.0:${PORTSDIR}/graphics/rubygem-gd2
 

Modified: head/japanese/ruby-chasen/Makefile
==============================================================================
--- head/japanese/ruby-chasen/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/japanese/ruby-chasen/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	ChaSen module for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 LIB_DEPENDS=	chasen.2:${PORTSDIR}/japanese/chasen-base
 

Modified: head/lang/ruby-lua4/Makefile
==============================================================================
--- head/lang/ruby-lua4/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/lang/ruby-lua4/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ 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=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_LUA=	4.0
 USE_ZIP=	yes

Modified: head/misc/rubygem-ohcount/Makefile
==============================================================================
--- head/misc/rubygem-ohcount/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/misc/rubygem-ohcount/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ 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=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 RUN_DEPENDS=	rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \
 		ragel:${PORTSDIR}/devel/ragel

Modified: head/net-im/rubygem-xmpp4r/Makefile
==============================================================================
--- head/net-im/rubygem-xmpp4r/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/net-im/rubygem-xmpp4r/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -11,7 +11,7 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	XMPP/Jabber library for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes

Modified: head/security/ruby-acl/Makefile
==============================================================================
--- head/security/ruby-acl/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/security/ruby-acl/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	ufo@februality.com
 COMMENT=	Ruby module to provide Access Control List checks
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 

Modified: head/textproc/ruby-amrita/Makefile
==============================================================================
--- head/textproc/ruby-amrita/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/textproc/ruby-amrita/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -13,7 +13,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	An HTML/XHTML template library for Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	strscan

Modified: head/textproc/ruby-erbscan/Makefile
==============================================================================
--- head/textproc/ruby-erbscan/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/textproc/ruby-erbscan/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	smatsui@karashi.org
 COMMENT=	ERB compiler accelerator
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/textproc/ruby-xmlscan-old/Makefile
==============================================================================
--- head/textproc/ruby-xmlscan-old/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/textproc/ruby-xmlscan-old/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Pure Ruby XML/HTML scanner and XPath processor/compiler modules
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 BUILD_DEPENDS=	racc:${PORTSDIR}/devel/ruby-racc
 

Modified: head/textproc/ruby-xslt/Makefile
==============================================================================
--- head/textproc/ruby-xslt/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/textproc/ruby-xslt/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -15,7 +15,7 @@ MAINTAINER=	wenheping@gmail.com
 COMMENT=	An XSLT processor in pure Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_GNOME=	libxslt
 USE_RUBY=	yes

Modified: head/textproc/rubygem-formosa/Makefile
==============================================================================
--- head/textproc/rubygem-formosa/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/textproc/rubygem-formosa/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ MAINTAINER=	lukhnos@gmail.com
 COMMENT=	A collection of libraries for Taiwanese languages processing
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 RUN_DEPENDS=	rubygem-activesupport>=1.4.2:${PORTSDIR}/devel/rubygem-activesupport
 

Modified: head/textproc/rubygem-htmltools/Makefile
==============================================================================
--- head/textproc/rubygem-htmltools/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/textproc/rubygem-htmltools/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -10,7 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Tools for parsing and manipulating HTML text in Ruby
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/www/ruby-nora/Makefile
==============================================================================
--- head/www/ruby-nora/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/www/ruby-nora/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -12,7 +12,7 @@ MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	A rich set of Ruby libraries for Web applications
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes

Modified: head/www/rubygem-mongrel/Makefile
==============================================================================
--- head/www/rubygem-mongrel/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/www/rubygem-mongrel/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -11,7 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast HTTP 1.1 library and server for Ruby web applications
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 RUN_DEPENDS=	rubygem-gem_plugin>=0.2.3:${PORTSDIR}/devel/rubygem-gem_plugin \
 		rubygem-daemons>=1.0.3:${PORTSDIR}/devel/rubygem-daemons \

Modified: head/x11-toolkits/ruby-gtk/Makefile
==============================================================================
--- head/x11-toolkits/ruby-gtk/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/x11-toolkits/ruby-gtk/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GTK+
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/x11-toolkits/ruby-tk/Makefile
==============================================================================
--- head/x11-toolkits/ruby-tk/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/x11-toolkits/ruby-tk/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -13,7 +13,7 @@ MAINTAINER?=	ruby@FreeBSD.org
 COMMENT?=	Ruby interface to the Tk widget set
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 FETCH_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
 

Modified: head/x11/ruby-gtktrayicon/Makefile
==============================================================================
--- head/x11/ruby-gtktrayicon/Makefile	Thu Sep 26 20:55:02 2013	(r328413)
+++ head/x11/ruby-gtktrayicon/Makefile	Thu Sep 26 21:13:59 2013	(r328414)
@@ -14,7 +14,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GtkTrayIcon
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-10-10
 
 BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2



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