pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/textproc/xhtmldiff



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Apr 29 11:49:53 UTC 2017

Modified Files:
        pkgsrc/textproc/xhtmldiff [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5306 - requested by sevan
textproc/xhtmldiff: build fix

Revisions pulled up:
- textproc/xhtmldiff/Makefile                                   1.10

---
   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.9.6.1 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.9.6.1
--- pkgsrc/textproc/xhtmldiff/Makefile:1.9      Thu Sep  8 15:19:19 2016
+++ pkgsrc/textproc/xhtmldiff/Makefile  Sat Apr 29 11:49:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/09/08 15:19:19 joerg Exp $
+# $NetBSD: Makefile,v 1.9.6.1 2017/04/29 11:49:53 bsiegert 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