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.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- pkgsrc/audio/py-acoustid/Makefile 2016/07/09 13:03:30 1.5 +++ pkgsrc/audio/py-acoustid/Makefile 2017/01/01 14:43:23 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 1.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.0 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"