Fri Sep 25 05:46:29 2015 UTC ()
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.


(taca)
diff -r1.3 -r1.4 pkgsrc/converters/ruby-Ascii85/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/converters/ruby-Ascii85/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/ruby-Ascii85/Makefile 2015/03/01 13:00:23 1.3
+++ pkgsrc/converters/ruby-Ascii85/Makefile 2015/09/25 05:46:28 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.3 2015/03/01 13:00:23 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2015/09/25 05:46:28 taca Exp $
2 2
3DISTNAME= Ascii85-1.0.2 3DISTNAME= Ascii85-1.0.2
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= print 5CATEGORIES= print
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://rubyforge.org/projects/ascii85/ 8HOMEPAGE= https://github.com/datawraith/ascii85gem
9COMMENT= Ascii85 encoder/decoder 9COMMENT= Ascii85 encoder/decoder
10LICENSE= mit 10LICENSE= mit
11 11
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"