pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-ruby Comment out MASTER_SITES and HOMEPAGE sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d6177897b1a
branches:  trunk
changeset: 648064:7d6177897b1a
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 10 16:20:01 2015 +0000

description:
Comment out MASTER_SITES and HOMEPAGE since www.modruby.net has gone.

diffstat:

 www/ap-ruby/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fe6e770f4cee -r 7d6177897b1a www/ap-ruby/Makefile
--- a/www/ap-ruby/Makefile      Tue Mar 10 16:18:54 2015 +0000
+++ b/www/ap-ruby/Makefile      Tue Mar 10 16:20:01 2015 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.38 2014/06/10 15:22:16 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2015/03/10 16:20:01 taca Exp $
 #
 
 DISTNAME=      mod_ruby-${VERSION}
 PKGNAME=       ${APACHE_PKG_PREFIX}-${RUBY_PKGPREFIX}-${VERSION}
 CATEGORIES=    www ruby
-MASTER_SITES=  http://www.modruby.net/archive/
+MASTER_SITES=  # http://www.modruby.net/archive/
 
 MAINTAINER=    taca%NetBSD.org@localhost
-HOMEPAGE=      http://www.modruby.net/
+HOMEPAGE=      # http://www.modruby.net/
 COMMENT=       Apache module that embeds Ruby interpreter within
 
 # textproc/ruby-eruby is restricted to 1.8



Home | Main Index | Thread Index | Old Index