diff options
author | taca <taca@pkgsrc.org> | 2015-09-25 08:50:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-25 08:50:45 +0000 |
commit | 45089c20668035b902b84e3dc04991a69dddb8fd (patch) | |
tree | 5d31a1dd2c3eccd947a1203f507344fe2540b86e /devel/ruby-getopt | |
parent | 556efc3850579f7cdcbd57b7936cfe9cd51feb99 (diff) | |
download | pkgsrc-45089c20668035b902b84e3dc04991a69dddb8fd.tar.gz |
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
Diffstat (limited to 'devel/ruby-getopt')
-rw-r--r-- | devel/ruby-getopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-getopt/Makefile b/devel/ruby-getopt/Makefile index a156785e9b9..99dc3572a4b 100644 --- a/devel/ruby-getopt/Makefile +++ b/devel/ruby-getopt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2015/02/01 14:17:40 taca Exp $ +# $NetBSD: Makefile,v 1.4 2015/09/25 08:51:12 taca Exp $ DISTNAME= getopt-1.4.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.rubyforge.org/projects/shards +HOMEPAGE= https://github.com/djberg96/getopt COMMENT= Another option parsers for Ruby LICENSE= artistic-2.0 |