diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-27 05:13:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-27 05:13:59 +0800 |
commit | 537b8390e5e4ad065bed8af8f8e81a6a6bb924d1 (patch) | |
tree | 5732999f18a8a46b6d6277e5855ce868a1d2dddc /www | |
parent | 2342dec2257fa26af362b63928c2b295116a44e5 (diff) | |
download | freebsd-ports-gnome-537b8390e5e4ad065bed8af8f8e81a6a6bb924d1.tar.gz freebsd-ports-gnome-537b8390e5e4ad065bed8af8f8e81a6a6bb924d1.tar.zst freebsd-ports-gnome-537b8390e5e4ad065bed8af8f8e81a6a6bb924d1.zip |
- Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18
Discussed with: swills
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-nora/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-mongrel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-nora/Makefile b/www/ruby-nora/Makefile index 28ff2ffcc5cc..798142894074 100644 --- a/www/ruby-nora/Makefile +++ b/www/ruby-nora/Makefile @@ -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 diff --git a/www/rubygem-mongrel/Makefile b/www/rubygem-mongrel/Makefile index 9ebe5c8e2d3a..0430149c66d8 100644 --- a/www/rubygem-mongrel/Makefile +++ b/www/rubygem-mongrel/Makefile @@ -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 \ |