Sat Sep 26 23:41:10 2015 UTC ()
Update HOMEPAGE.


(taca)
diff -r1.12 -r1.13 pkgsrc/textproc/ruby-diff-lcs/Makefile

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

--- pkgsrc/textproc/ruby-diff-lcs/Makefile 2015/05/17 16:29:58 1.12
+++ pkgsrc/textproc/ruby-diff-lcs/Makefile 2015/09/26 23:41:10 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2015/05/17 16:29:58 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2015/09/26 23:41:10 taca Exp $
2 2
3DISTNAME= diff-lcs-1.2.5 3DISTNAME= diff-lcs-1.2.5
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= textproc 5CATEGORIES= textproc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://rubyforge.org/projects/ruwiki/ 8HOMEPAGE= http://diff-lcs.rubyforge.org/
9COMMENT= Diff library for Ruby 9COMMENT= Diff library for Ruby
10LICENSE= gnu-gpl-v2 OR artistic OR ruby-license 10LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
11 11
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
14RUBY_VERSION_SUPPORTED= 18 193 200 21 22 14RUBY_VERSION_SUPPORTED= 18 193 200 21 22
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"