Mon Jul 8 10:47:26 2019 UTC ()
Update wiki.github.com HOMEPAGEs.


(nia)
diff -r1.15 -r1.16 pkgsrc/graphics/ruby-chunky_png/Makefile
diff -r1.12 -r1.13 pkgsrc/textproc/ruby-hpricot/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/graphics/ruby-chunky_png/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ruby-chunky_png/Makefile 2018/03/14 14:36:03 1.15
+++ pkgsrc/graphics/ruby-chunky_png/Makefile 2019/07/08 10:47:26 1.16
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.15 2018/03/14 14:36:03 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2019/07/08 10:47:26 nia Exp $
2 2
3DISTNAME= chunky_png-1.3.10 3DISTNAME= chunky_png-1.3.10
4CATEGORIES= graphics 4CATEGORIES= graphics
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://wiki.github.com/wvanbergen/chunky_png 7HOMEPAGE= https://github.com/wvanbergen/chunky_png/wiki
8COMMENT= Pure ruby library for read/write, chunk-level access to PNG 8COMMENT= Pure ruby library for read/write, chunk-level access to PNG
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/textproc/ruby-hpricot/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-hpricot/Makefile 2014/03/13 11:08:53 1.12
+++ pkgsrc/textproc/ruby-hpricot/Makefile 2019/07/08 10:47:26 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2014/03/13 11:08:53 jperkin Exp $ 1# $NetBSD: Makefile,v 1.13 2019/07/08 10:47:26 nia Exp $
2 2
3DISTNAME= hpricot-0.8.6 3DISTNAME= hpricot-0.8.6
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://wiki.github.com/hpricot/hpricot 7HOMEPAGE= https://github.com/hpricot/hpricot/wiki
8COMMENT= Fast, enjoyable HTML parser for Ruby 8COMMENT= Fast, enjoyable HTML parser for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11USE_GCC_RUNTIME= yes 11USE_GCC_RUNTIME= yes
12 12
13post-extract: 13post-extract:
14 ${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \; 14 ${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"