pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-audioread



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Mar 16 09:08:56 UTC 2017

Modified Files:
        pkgsrc/audio/py-audioread: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/py-audioread/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/py-audioread/Makefile
diff -u pkgsrc/audio/py-audioread/Makefile:1.3 pkgsrc/audio/py-audioread/Makefile:1.4
--- pkgsrc/audio/py-audioread/Makefile:1.3      Wed Mar 15 20:25:04 2017
+++ pkgsrc/audio/py-audioread/Makefile  Thu Mar 16 09:08:56 2017
@@ -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