summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-09-25 08:54:47 +0000
committertaca <taca@pkgsrc.org>2015-09-25 08:54:47 +0000
commitb8d52d1bb98c68c317424c6c0ec18393aec0a6b0 (patch)
tree5d2995e1eaac6d85e8093e2623543a45a54a6baf
parent5023e3cdbeb67ae8c0fa8f0af98a0ff2d628f655 (diff)
downloadpkgsrc-b8d52d1bb98c68c317424c6c0ec18393aec0a6b0.tar.gz
Avoid using rubyforge.org since it stopped most of services.
-rw-r--r--devel/ruby-priority-queue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-priority-queue/Makefile b/devel/ruby-priority-queue/Makefile
index fac86b63684..bc5c93fdc11 100644
--- a/devel/ruby-priority-queue/Makefile
+++ b/devel/ruby-priority-queue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/07/21 02:41:40 taca Exp $
+# $NetBSD: Makefile,v 1.11 2015/09/25 08:54:47 taca Exp $
DISTNAME= PriorityQueue-0.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
@@ -6,7 +6,7 @@ PKGREVISION= 4
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://rubyforge.org/projects/priority-queue/
+HOMEPAGE= # http://rubyforge.org/projects/priority-queue/
COMMENT= Fibonacci-heap priority-queue implementation for Ruby
LICENSE= gnu-gpl-v2 OR ruby-license