diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-04-20 20:25:33 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-04-20 20:25:33 +0000 |
commit | 88266fb9b4f55c5fdb62554786e522e5a22c2e03 (patch) | |
tree | f50e0918f4befa9d5d89dced9cbb201266ae32a0 /audio/abcde/Makefile | |
parent | 07746d8bd0ef0ccee0e8d5cf31b953e724b9ee18 (diff) | |
download | ports-88266fb9b4f55c5fdb62554786e522e5a22c2e03.tar.gz ports-88266fb9b4f55c5fdb62554786e522e5a22c2e03.zip |
audio/py-eyed3: update to 0.7.4 (backwards incompatible branch)
- copy audio/py-eyed3 0.6.18 to audio/py-eyed3-06
- update audio/py-eyed3 to 0.7.4
- chase dependency change of audio/abcde to use audio/py-eyed3-06
- drop maintainership of audio/py-eyed3-06
- add mutual CONFLICTS into a both ports
Notes
Notes:
svn path=/head/; revision=351642
Diffstat (limited to 'audio/abcde/Makefile')
-rw-r--r-- | audio/abcde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 85db974d28d5..a9bcafafd571 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -3,7 +3,7 @@ PORTNAME= abcde PORTVERSION= 2.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= cd-discid:${PORTSDIR}/audio/cd-discid \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ - eyeD3:${PORTSDIR}/audio/py-eyed3 \ + ${PYTHON_PKGNAMEPREFIX}eyed3-06>0:${PORTSDIR}/audio/py-eyed3-06 \ lame:${PORTSDIR}/audio/lame \ oggenc:${PORTSDIR}/audio/vorbis-tools \ bash:${PORTSDIR}/shells/bash |