pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/eyeD3



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar 14 19:17:21 UTC 2017

Modified Files:
        pkgsrc/audio/eyeD3: Makefile distinfo

Log Message:
0.7.11 - 03.12.2017 (Evergreen)
New Features:
* Repo and issue tracker moved to GitHub: https://github.com/nicfit/eyeD3
Bug Fixes:
[issue 78] - ‘NoneType’ object has no attribute ‘year’
[issue 108] - Multiple date related fixes.
[issue 110] - Allow superfluous –no-tagging-ttme-frame option for backward compatibility.
[issue 111] - The –version option now prints a short, version-only, message.
[issue 116] - Allow –year option for backward compatibility. Converts to –release-year.
[issue 117] - Fixes for –user-text-frame with multiple colons and similar fixes.
[issue 125] - ID3 v1.1 encoding fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/eyeD3/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/eyeD3/distinfo

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

Modified files:

Index: pkgsrc/audio/eyeD3/Makefile
diff -u pkgsrc/audio/eyeD3/Makefile:1.6 pkgsrc/audio/eyeD3/Makefile:1.7
--- pkgsrc/audio/eyeD3/Makefile:1.6     Wed Feb  8 14:21:26 2017
+++ pkgsrc/audio/eyeD3/Makefile Tue Mar 14 19:17:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/02/08 14:21:26 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/14 19:17:21 adam Exp $
 
-DISTNAME=      eyeD3-0.7.10
+DISTNAME=      eyeD3-0.7.11
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eyeD3/}
 
@@ -9,15 +9,15 @@ HOMEPAGE=     http://eyed3.nicfit.net/
 COMMENT=       Python tool for working with audio files (in particular, mp3)
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.7.5
+USE_LANGUAGES=         # none
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.7.11
 REPLACE_SH+=           bin/eyeD3
 
 SUBST_CLASSES+=                python
-SUBST_SED.python+=     -e "s,python,${PYTHONBIN},"
+SUBST_STAGE.python=    post-configure
 SUBST_MESSAGE.python=  Fixing path to python executable.
 SUBST_FILES.python+=   bin/eyeD3
-SUBST_STAGE.python=    post-configure
+SUBST_SED.python+=     -e "s,python,${PYTHONBIN},"
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/eyeD3/distinfo
diff -u pkgsrc/audio/eyeD3/distinfo:1.3 pkgsrc/audio/eyeD3/distinfo:1.4
--- pkgsrc/audio/eyeD3/distinfo:1.3     Wed Feb  8 14:21:26 2017
+++ pkgsrc/audio/eyeD3/distinfo Tue Mar 14 19:17:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/02/08 14:21:26 wiz Exp $
+$NetBSD: distinfo,v 1.4 2017/03/14 19:17:21 adam Exp $
 
-SHA1 (eyeD3-0.7.10.tar.gz) = 94ade014ee289fad34bcb04f55e033ba9d1628dc
-RMD160 (eyeD3-0.7.10.tar.gz) = 89c76e1ae105c5d9ef06c08247726dfa400fcdfe
-SHA512 (eyeD3-0.7.10.tar.gz) = 91a1b4f46dd799a4e58741d1f502a457b202dc7ef97ac5db211c706604979250e04fee91b967616b094b7af9aef2249e02b4133b9a1b3ae1b761159b69d8e1c2
-Size (eyeD3-0.7.10.tar.gz) = 232523 bytes
+SHA1 (eyeD3-0.7.11.tar.gz) = e497d01366497b2112598043eb715710d3a826c4
+RMD160 (eyeD3-0.7.11.tar.gz) = 852b7fd18cb4dead92275f345e2d177e7738f9ef
+SHA512 (eyeD3-0.7.11.tar.gz) = 39452dc4ae01f71da976e41d38027f67b4389ebd14294327b058fb0156a46e1da517081c7e9e716b1cbede5743e03c43fd43860dc98118c04a850b1a33d99f45
+Size (eyeD3-0.7.11.tar.gz) = 234235 bytes



Home | Main Index | Thread Index | Old Index