openbsd-ports/textproc/py-xmldiff/patches/patch-bin_xmldiff
jasper 5499466564 import py-xmldiff 0.6.10
xmldiff is a Python tool that figures out the differences between two
similar XML files, in the same way the diff utility does it.
Xmldiff can be used as a library or as a command line tool. It can work
either with XML files or DOM trees.

ok aja@
2010-09-21 20:31:13 +00:00

10 lines
250 B
Plaintext

$OpenBSD: patch-bin_xmldiff,v 1.1.1.1 2010/09/21 20:31:13 jasper Exp $
--- bin/xmldiff.orig Tue Sep 21 20:30:40 2010
+++ bin/xmldiff Tue Sep 21 20:30:48 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!${MODPY_BIN}
from xmldiff import main
main.run()