pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-audioread Fix PKGVERSION (...and use DISTNAME...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec718ac4e5c5
branches:  trunk
changeset: 359671:ec718ac4e5c5
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Mar 16 09:08:56 2017 +0000

description:
Fix PKGVERSION (...and use DISTNAME in PKGNAME to avoid copypastos)

diffstat:

 audio/py-audioread/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 24025cb10b6f -r ec718ac4e5c5 audio/py-audioread/Makefile
--- a/audio/py-audioread/Makefile       Thu Mar 16 05:23:38 2017 +0000
+++ b/audio/py-audioread/Makefile       Thu Mar 16 09:08:56 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/03/15 20:25:04 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/16 09:08:56 leot Exp $
 
 DISTNAME=      audioread-2.1.4
-PKGNAME=       ${PYPKGPREFIX}-audioread
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/audioread/}
 



Home | Main Index | Thread Index | Old Index