pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xhtmldiff



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Apr 18 00:56:31 UTC 2017

Modified Files:
        pkgsrc/textproc/xhtmldiff: Makefile

Log Message:
xhtmldiff builds with ruby>1.8


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/xhtmldiff/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/xhtmldiff/Makefile
diff -u pkgsrc/textproc/xhtmldiff/Makefile:1.9 pkgsrc/textproc/xhtmldiff/Makefile:1.10
--- pkgsrc/textproc/xhtmldiff/Makefile:1.9      Thu Sep  8 15:19:19 2016
+++ pkgsrc/textproc/xhtmldiff/Makefile  Tue Apr 18 00:56:31 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/09/08 15:19:19 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2017/04/18 00:56:31 minskim Exp $
 
 DISTNAME=      xhtmldiff-1.2.2
 PKGREVISION=   2
@@ -15,8 +15,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-diff-lcs>=1.
 
 CONFLICTS+=    ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]*
 
-RUBY_VERSIONS_ACCEPTED= 18
-
 post-extract:
        cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}
 



Home | Main Index | Thread Index | Old Index