diff options
author | taca <taca@pkgsrc.org> | 2015-09-25 08:54:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-25 08:54:47 +0000 |
commit | b8d52d1bb98c68c317424c6c0ec18393aec0a6b0 (patch) | |
tree | 5d2995e1eaac6d85e8093e2623543a45a54a6baf | |
parent | 5023e3cdbeb67ae8c0fa8f0af98a0ff2d628f655 (diff) | |
download | pkgsrc-b8d52d1bb98c68c317424c6c0ec18393aec0a6b0.tar.gz |
Avoid using rubyforge.org since it stopped most of services.
-rw-r--r-- | devel/ruby-priority-queue/Makefile | 4 |
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 |