diff options
author | taca <taca@pkgsrc.org> | 2015-09-26 15:10:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-26 15:10:02 +0000 |
commit | 3a712f0802cba38a55d105bb5ddcded8000b9377 (patch) | |
tree | ba167c3954e9bee41db207918d54c40821f465f3 /misc | |
parent | 40fc0dd80ccf1d1fa28a55504eb4ff17a96f136b (diff) | |
download | pkgsrc-3a712f0802cba38a55d105bb5ddcded8000b9377.tar.gz |
Avoid using rubyforge.org since it stopped most of services.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-gem_plugin/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-transaction-simple/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/ruby-gem_plugin/Makefile b/misc/ruby-gem_plugin/Makefile index 34824090308..b559bf9c685 100644 --- a/misc/ruby-gem_plugin/Makefile +++ b/misc/ruby-gem_plugin/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2010/09/10 07:23:26 taca Exp $ +# $NetBSD: Makefile,v 1.7 2015/09/26 15:10:02 taca Exp $ DISTNAME= gem_plugin-0.2.3 CATEGORIES= misc MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://mongrel.rubyforge.org/ +HOMEPAGE= # http://mongrel.rubyforge.org/ COMMENT= Gem-based plugin system LICENSE= gnu-gpl-v2 OR ruby-license diff --git a/misc/ruby-transaction-simple/Makefile b/misc/ruby-transaction-simple/Makefile index 25e1ca8b783..11b3f84d0c2 100644 --- a/misc/ruby-transaction-simple/Makefile +++ b/misc/ruby-transaction-simple/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2012/09/16 06:47:39 taca Exp $ +# $NetBSD: Makefile,v 1.6 2015/09/26 15:10:20 taca Exp $ DISTNAME= transaction-simple-1.4.0.2 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rubyforge.org/projects/trans-simple/ +HOMEPAGE= # http://rubyforge.org/projects/trans-simple/ COMMENT= Mixin library for adding transaction support to objects LICENSE= mit |