diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
commit | 4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch) | |
tree | 497694cf293ada6bbb344103e4bfae0a92927e87 /www/mongrel-console | |
parent | e2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff) | |
download | pkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz |
Comment out dead sites.
Diffstat (limited to 'www/mongrel-console')
-rw-r--r-- | www/mongrel-console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mongrel-console/Makefile b/www/mongrel-console/Makefile index fbdb03710ee..7900dbf982c 100644 --- a/www/mongrel-console/Makefile +++ b/www/mongrel-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/07/30 22:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/04 18:01:03 wiz Exp $ DISTNAME= mongrel_console-0.2.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/fauna/mongrel +#HOMEPAGE= https://github.com/fauna/mongrel COMMENT= Mongrel & Rails IRB console DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel |