pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/sonata Fix Python version order.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa3ecb9fc643
branches:  trunk
changeset: 554247:fa3ecb9fc643
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 11 13:46:59 2009 +0000

description:
Fix Python version order.

diffstat:

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

diffs (18 lines):

diff -r 57083926c8b5 -r fa3ecb9fc643 audio/sonata/Makefile
--- a/audio/sonata/Makefile     Wed Feb 11 12:42:59 2009 +0000
+++ b/audio/sonata/Makefile     Wed Feb 11 13:46:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/11/19 03:39:57 hasso Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/11 13:46:59 joerg Exp $
 #
 
 DISTNAME=      sonata-1.5.2
@@ -14,7 +14,7 @@
 
 DEPENDS+=      musicpd>0:../../audio/musicpd
 
-PYTHON_VERSIONS_ACCEPTED=      24 25
+PYTHON_VERSIONS_ACCEPTED=      25 24
 PY_PATCHPLIST= yes
 PYDISTUTILSPKG=        yes
 USE_DIRS+=     xdg-1.4



Home | Main Index | Thread Index | Old Index