diff options
author | perky <perky@FreeBSD.org> | 2005-01-26 17:19:00 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-01-26 17:19:00 +0800 |
commit | 49f6de216685039b983bfd36e7df9a0ceca8e4c8 (patch) | |
tree | 6311f189ffc72cabe07e54d8fa054f07d22e6701 /audio | |
parent | 68aa5865b989bbc4250725b92ffb8baa50faa582 (diff) | |
download | freebsd-ports-gnome-49f6de216685039b983bfd36e7df9a0ceca8e4c8.tar.gz freebsd-ports-gnome-49f6de216685039b983bfd36e7df9a0ceca8e4c8.tar.zst freebsd-ports-gnome-49f6de216685039b983bfd36e7df9a0ceca8e4c8.zip |
- Update to 0.6.3
_ Update main site URL
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-eyed3/Makefile | 4 | ||||
-rw-r--r-- | audio/py-eyed3/distinfo | 4 | ||||
-rw-r--r-- | audio/py-eyed3/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/audio/py-eyed3/Makefile b/audio/py-eyed3/Makefile index 558851c7f523..e5e35fe98532 100644 --- a/audio/py-eyed3/Makefile +++ b/audio/py-eyed3/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eyed3 -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= audio python MASTER_SITES= http://eyed3.nicfit.net/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ COMMENT= Python module for processing ID3 tags LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/optparse.py:${PORTSDIR}/devel/py-optik -USE_PYTHON= 2.2- +USE_PYTHON= 2.3- USE_PYTHON_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/audio/py-eyed3/distinfo b/audio/py-eyed3/distinfo index aaec9e01ca65..4d61c92a367a 100644 --- a/audio/py-eyed3/distinfo +++ b/audio/py-eyed3/distinfo @@ -1,2 +1,2 @@ -MD5 (eyeD3-0.6.2.tar.gz) = dfa1b3c379b86c59ed10b6073514e33b -SIZE (eyeD3-0.6.2.tar.gz) = 138940 +MD5 (eyeD3-0.6.3.tar.gz) = 40181b28bf161e0fcb11b04fecafc994 +SIZE (eyeD3-0.6.3.tar.gz) = 89267 diff --git a/audio/py-eyed3/pkg-descr b/audio/py-eyed3/pkg-descr index 279c37c02141..2bc2ce052fda 100644 --- a/audio/py-eyed3/pkg-descr +++ b/audio/py-eyed3/pkg-descr @@ -3,4 +3,4 @@ writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. -WWW: http://www.travisshirk.net/eyeD3/ +WWW: http://eyed3.nicfit.net/ |