pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-tilt



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 22 17:31:03 UTC 2018

Modified Files:
        pkgsrc/textproc/ruby-tilt: ALTERNATIVES Makefile

Log Message:
textproc/ruby-tilt: fix ALTERNATIVES file

Fix ALTERNATIVES file syntax.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-tilt/ALTERNATIVES
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-tilt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-tilt/ALTERNATIVES
diff -u pkgsrc/textproc/ruby-tilt/ALTERNATIVES:1.3 pkgsrc/textproc/ruby-tilt/ALTERNATIVES:1.4
--- pkgsrc/textproc/ruby-tilt/ALTERNATIVES:1.3  Mon Dec 17 15:10:38 2018
+++ pkgsrc/textproc/ruby-tilt/ALTERNATIVES      Sat Dec 22 17:31:02 2018
@@ -1 +1 @@
-bin/tilt bin/tilt@RUBY_SUFFIX@
+bin/tilt @PREFIX@/bin/tilt@RUBY_SUFFIX@

Index: pkgsrc/textproc/ruby-tilt/Makefile
diff -u pkgsrc/textproc/ruby-tilt/Makefile:1.15 pkgsrc/textproc/ruby-tilt/Makefile:1.16
--- pkgsrc/textproc/ruby-tilt/Makefile:1.15     Mon Dec 17 15:10:38 2018
+++ pkgsrc/textproc/ruby-tilt/Makefile  Sat Dec 22 17:31:02 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/12/17 15:10:38 taca Exp $
+# $NetBSD: Makefile,v 1.16 2018/12/22 17:31:02 taca Exp $
 
 DISTNAME=      tilt-2.0.9
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index