Sat Mar 14 07:54:52 2015 UTC ()
Fix ALTERNATIVES file.

Bump PKGREVISION.


(taca)
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/ruby-tilt/ALTERNATIVES
diff -r1.9 -r1.10 pkgsrc/textproc/ruby-tilt/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/ruby-tilt/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-tilt/ALTERNATIVES 2011/08/06 13:10:18 1.1.1.1
+++ pkgsrc/textproc/ruby-tilt/ALTERNATIVES 2015/03/14 07:54:52 1.2

cvs diff -r1.9 -r1.10 pkgsrc/textproc/ruby-tilt/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-tilt/Makefile 2014/03/18 14:32:20 1.9
+++ pkgsrc/textproc/ruby-tilt/Makefile 2015/03/14 07:54:52 1.10
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1# $NetBSD: Makefile,v 1.9 2014/03/18 14:32:20 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2015/03/14 07:54:52 taca Exp $
2 2
3DISTNAME= tilt-1.4.1 3DISTNAME= tilt-1.4.1
 4PKGREVISION= 1
4CATEGORIES= textproc 5CATEGORIES= textproc
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/rtomayko/tilt/ 8HOMEPAGE= http://github.com/rtomayko/tilt/
8COMMENT= Generic interface to multiple Ruby template engines 9COMMENT= Generic interface to multiple Ruby template engines
9LICENSE= mit 10LICENSE= mit
10 11
11RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
12 13
13.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"