Thu Mar 16 09:08:56 2017 UTC ()
Fix PKGVERSION (...and use DISTNAME in PKGNAME to avoid copypastos)


(leot)
diff -r1.3 -r1.4 pkgsrc/audio/py-audioread/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/audio/py-audioread/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/py-audioread/Makefile 2017/03/15 20:25:04 1.3
+++ pkgsrc/audio/py-audioread/Makefile 2017/03/16 09:08:56 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2017/03/15 20:25:04 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2017/03/16 09:08:56 leot Exp $
2 2
3DISTNAME= audioread-2.1.4 3DISTNAME= audioread-2.1.4
4PKGNAME= ${PYPKGPREFIX}-audioread 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/sampsyo/audioread 9HOMEPAGE= https://github.com/sampsyo/audioread
10COMMENT= Audio file decoder 10COMMENT= Audio file decoder
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/distutils.mk" 15.include "../../lang/python/distutils.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"