Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/py-acoustid/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/py-acoustid/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- pkgsrc/audio/py-acoustid/Makefile 2019/04/26 13:13:42 1.8 +++ pkgsrc/audio/py-acoustid/Makefile 2019/04/26 14:12:31 1.9 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:42 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/26 14:12:31 maya Exp $ DISTNAME= v1.0.0 PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0 @@ -17,7 +17,7 @@ DEPENDS+= chromaprint-[0-9]*:../../audio WRKSRC= ${WRKDIR}/pyacoustid-1.0.0 USE_LANGUAGES= # none EGG_NAME= pyacoustid-1.0.0 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.0.0 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"