pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 17 12:58:29 UTC 2017

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/py-lxml/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/py-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.42 pkgsrc/textproc/py-lxml/Makefile:1.43
--- pkgsrc/textproc/py-lxml/Makefile:1.42       Tue Jan 17 11:10:13 2017
+++ pkgsrc/textproc/py-lxml/Makefile    Tue Jan 17 12:58:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/01/17 11:10:13 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/01/17 12:58:29 wiz Exp $
 
 DISTNAME=      lxml-3.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ LICENSE=      modified-bsd
 # https://bugs.launchpad.net/lxml/+bug/1522052
 # third error in 3.6.1
 # https://bugs.launchpad.net/lxml/+bug/1608479
-* two more errors since 3.7.2
+# two more errors since 3.7.2
 # https://bugs.launchpad.net/lxml/+bug/1655054
 TEST_TARGET=   test_inplace
 



Home | Main Index | Thread Index | Old Index