Fri Sep 25 08:52:59 2015 UTC ()
Update HOMEPAGE and comment out unreachable MASTER_SITES.
Avoid using rubyforge.org since it stopped most of services.


(taca)
diff -r1.3 -r1.4 pkgsrc/devel/ruby-memoize/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-memoize/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-memoize/Attic/Makefile 2015/03/15 17:25:55 1.3
+++ pkgsrc/devel/ruby-memoize/Attic/Makefile 2015/09/25 08:52:59 1.4
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.3 2015/03/15 17:25:55 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.4 2015/09/25 08:52:59 taca Exp $
2# 2#
3 3
4DISTNAME= memoize-1.3.1 4DISTNAME= memoize-1.3.1
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://rubyforge.org/frs/download.php/61790/ 6MASTER_SITES= # http://rubyforge.org/frs/download.php/61790/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.rubyforge.org/projects/shards 9HOMEPAGE= https://github.com/djberg96/memoize
10COMMENT= Speeds up methods at the cost of memory (or disk space) 10COMMENT= Speeds up methods at the cost of memory (or disk space)
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14NO_BUILD= yes 14NO_BUILD= yes
15USE_RAKE= yes 15USE_RAKE= yes
16 16
17INSTALLATION_DIRS+= ${RUBY_VENDORLIB} 17INSTALLATION_DIRS+= ${RUBY_VENDORLIB}
18 18
19do-test: 19do-test:
20 ${RUN} cd ${WRKSRC}; \ 20 ${RUN} cd ${WRKSRC}; \
21 ${SETENV} ${TEST_ENV} ${RAKE} test 21 ${SETENV} ${TEST_ENV} ${RAKE} test
22 22