pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cplay cplay: requires python2. won't even start ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a03c7e882035
branches:  trunk
changeset: 419679:a03c7e882035
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Dec 28 11:26:37 2019 +0000

description:
cplay: requires python2. won't even start up with python3.

thanks to mlelstv. bump pkgrevision

diffstat:

 audio/cplay/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r d4e49ced73a6 -r a03c7e882035 audio/cplay/Makefile
--- a/audio/cplay/Makefile      Sat Dec 28 11:20:03 2019 +0000
+++ b/audio/cplay/Makefile      Sat Dec 28 11:26:37 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2019/04/25 07:32:34 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/12/28 11:26:37 maya Exp $
 
 DISTNAME=              cplay-1.49
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            audio
 MASTER_SITES=          # ${HOMEPAGE}
 
@@ -12,7 +12,8 @@
 
 DEPENDS+=              ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 
-REPLACE_PYTHON=        cplay
+PYTHON_VERSIONS_ACCEPTED=      27
+REPLACE_PYTHON=                        cplay
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt



Home | Main Index | Thread Index | Old Index