pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/devel/py-cparser



Hi Thomas!

"Thomas Klausner" writes:
> [...] 
> Log Message:
> Update to 2.12:
> [...] 
During a nightly pkg_rolling-replace session I have:

 => Checking file-check results for py27-cparser-2.12
 ERROR: ************************************************************
 ERROR: The following files are in the PLIST but not in /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg:
 ERROR:         /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg/lib/python2.7/site-packages/pycparser-2.12-py2.7.egg-info
 ERROR: ************************************************************
 ERROR: The following files are in /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg but not in the PLIST:
 ERROR:         /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg/lib/python2.7/site-packages/pycparser-2.12-py2.7.egg-info/PKG-INFO
 ERROR:         /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg/lib/python2.7/site-packages/pycparser-2.12-py2.7.egg-info/SOURCES.txt
 ERROR:         /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg/lib/python2.7/site-packages/pycparser-2.12-py2.7.egg-info/dependency_links.txt
 ERROR:         /usr/pkgsrc/devel/py-cparser/work/.destdir/usr/pkg/lib/python2.7/site-packages/pycparser-2.12-py2.7.egg-info/top_level.txt

If I am not missing something please apply the attached patch in this
email. :)


Thank you!
Ciao,
L.
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-cparser/PLIST,v
retrieving revision 1.1
diff -u -r1.1 PLIST
--- PLIST       30 Sep 2013 17:21:21 -0000      1.1
+++ PLIST       27 Apr 2015 02:30:41 -0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/30 17:21:21 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/pycparser/__init__.py
 ${PYSITELIB}/pycparser/__init__.pyc
 ${PYSITELIB}/pycparser/__init__.pyo


Home | Main Index | Thread Index | Old Index