summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2015-09-26 15:02:18 +0000
committertaca <taca>2015-09-26 15:02:18 +0000
commitd6f526ab1d4866f170ed2ff9c2917eee9b41173e (patch)
treec820a382f0ec97aaafb2154c4203e7caac6487ee
parent7b038d526bbe7e84ea3766b52ea0569fb23f0d94 (diff)
downloadpkgsrc-d6f526ab1d4866f170ed2ff9c2917eee9b41173e.tar.gz
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
-rw-r--r--devel/ruby-rd-mode/Makefile6
-rw-r--r--devel/ruby-rgl/Makefile4
-rw-r--r--devel/ruby-sexp-processor/Makefile4
-rw-r--r--devel/ruby-test-unit-notify/Makefile4
-rw-r--r--devel/ruby-uuidtools/Makefile4
-rw-r--r--graphics/ruby-RMagick/Makefile4
-rw-r--r--graphics/ruby-color/Makefile4
7 files changed, 15 insertions, 15 deletions
diff --git a/devel/ruby-rd-mode/Makefile b/devel/ruby-rd-mode/Makefile
index 9e536fb4f39..78b8528f57f 100644
--- a/devel/ruby-rd-mode/Makefile
+++ b/devel/ruby-rd-mode/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.28 2013/02/17 19:18:01 dholland Exp $
+# $NetBSD: Makefile,v 1.29 2015/09/26 15:02:18 taca Exp $
#
DISTNAME= rdtool-${RUBY_RD_VERSION}
PKGNAME= ${EMACS_PKGNAME_PREFIX}${RUBY_PKGPREFIX}-rd-mode-${RUBY_RD_VERSION}
PKGREVISION= 2
CATEGORIES= devel ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/33346/
+MASTER_SITES= # http://rubyforge.org/frs/download.php/33346/
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://rubyforge.org/projects/rdtool/
+HOMEPAGE= http://uwabami.github.io/rdtool/index-en.html
COMMENT= Editing mode for RD (Ruby Document Format)
WRKSRC= ${WRKDIR}/${DISTNAME}/utils
diff --git a/devel/ruby-rgl/Makefile b/devel/ruby-rgl/Makefile
index 79b8462a846..9053b734bd2 100644
--- a/devel/ruby-rgl/Makefile
+++ b/devel/ruby-rgl/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2015/09/13 11:50:46 taca Exp $
+# $NetBSD: Makefile,v 1.8 2015/09/26 15:02:59 taca Exp $
DISTNAME= rgl-0.5.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://rgl.rubyforge.org/
+HOMEPAGE= https://github.com/monora/rgl
COMMENT= Framework for graph data structures and algorithms
DEPENDS+= ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-algorithms
diff --git a/devel/ruby-sexp-processor/Makefile b/devel/ruby-sexp-processor/Makefile
index 7861527102f..b2bea63da85 100644
--- a/devel/ruby-sexp-processor/Makefile
+++ b/devel/ruby-sexp-processor/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2015/06/04 14:43:04 taca Exp $
+# $NetBSD: Makefile,v 1.17 2015/09/26 15:03:28 taca Exp $
DISTNAME= sexp_processor-4.6.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://parsetree.rubyforge.org/
+HOMEPAGE= https://github.com/seattlerb/sexp_processor
COMMENT= Generic sexp processing tools
LICENSE= mit
diff --git a/devel/ruby-test-unit-notify/Makefile b/devel/ruby-test-unit-notify/Makefile
index d92935ac7a5..24674ae7a89 100644
--- a/devel/ruby-test-unit-notify/Makefile
+++ b/devel/ruby-test-unit-notify/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2015/06/12 22:58:25 taca Exp $
+# $NetBSD: Makefile,v 1.8 2015/09/26 15:03:52 taca Exp $
DISTNAME= test-unit-notify-1.0.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://test-unit.rubyforge.org/
+HOMEPAGE= https://github.com/test-unit/test-unit-notify
COMMENT= Test result notify extension for Ruby Test::Util
LICENSE= gnu-lgpl-v2.1 # or later
diff --git a/devel/ruby-uuidtools/Makefile b/devel/ruby-uuidtools/Makefile
index a59485ed7c5..c417b225db7 100644
--- a/devel/ruby-uuidtools/Makefile
+++ b/devel/ruby-uuidtools/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2015/02/02 15:28:45 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/09/26 15:04:22 taca Exp $
DISTNAME= uuidtools-2.1.5
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://uuidtools.rubyforge.org/
+HOMEPAGE= https://github.com/sporkmonger/uuidtools
COMMENT= Simple universally unique ID generation library
LICENSE= mit
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile
index c49dbaaab15..c81758a44cb 100644
--- a/graphics/ruby-RMagick/Makefile
+++ b/graphics/ruby-RMagick/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.98 2015/09/13 14:27:47 taca Exp $
+# $NetBSD: Makefile,v 1.99 2015/09/26 15:04:44 taca Exp $
DISTNAME= rmagick-2.15.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rmagick.rubyforge.org/
+HOMEPAGE= https://github.com/rmagick/rmagick
COMMENT= Ruby binding to ImageMagick
LICENSE= mit
diff --git a/graphics/ruby-color/Makefile b/graphics/ruby-color/Makefile
index 06483318678..d223201f96d 100644
--- a/graphics/ruby-color/Makefile
+++ b/graphics/ruby-color/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2015/02/03 14:09:58 taca Exp $
+# $NetBSD: Makefile,v 1.7 2015/09/26 15:05:02 taca Exp $
DISTNAME= color-1.7.1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://color.rubyforge.org/
+HOMEPAGE= https://github.com/halostatue/color
COMMENT= Color value conversion and manipulation library
LICENSE= mit