diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
commit | 28b723187b6ba8da4ae446326721343a9b42fb3d (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /www | |
parent | d2d71651710cb12db35813fcaf5ebb06cf9dcd0c (diff) | |
download | ports-28b723187b6ba8da4ae446326721343a9b42fb3d.tar.gz ports-28b723187b6ba8da4ae446326721343a9b42fb3d.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-nora/Makefile | 9 | ||||
-rw-r--r-- | www/rubygem-mongrel/Makefile | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/ruby-nora/Makefile b/www/ruby-nora/Makefile index bedb143b94b8..f0d6fdd6866d 100644 --- a/www/ruby-nora/Makefile +++ b/www/ruby-nora/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Nora -# Date created: 8 December 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= nora PORTVERSION= 0.0.20041114 @@ -15,6 +11,9 @@ DIST_SUBDIR= ruby MAINTAINER= dhn@FreeBSD.org COMMENT= A rich set of Ruby libraries for Web applications +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/www/rubygem-mongrel/Makefile b/www/rubygem-mongrel/Makefile index db25aac9ab67..47c7e3fcbb70 100644 --- a/www/rubygem-mongrel/Makefile +++ b/www/rubygem-mongrel/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: mongrel -# Date created: 20 May 2006 -# Whom: Rui Lopes (<rgl ruilopes com>) -# +# Created by: Rui Lopes (<rgl ruilopes com>) # $FreeBSD$ PORTNAME= mongrel @@ -13,6 +10,9 @@ MASTER_SITES= RG 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= 2012-05-02 + RUN_DEPENDS= rubygem-gem_plugin>=0.2.3:${PORTSDIR}/devel/rubygem-gem_plugin \ rubygem-daemons>=1.0.3:${PORTSDIR}/devel/rubygem-daemons \ rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread \ |