diff options
author | sat <sat@FreeBSD.org> | 2007-08-24 01:54:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-24 01:54:25 +0800 |
commit | 967fc2da82cacb401fae4020b47182d72353fa11 (patch) | |
tree | 7669988521bbd1895028dcf1867fc88ecb8f1709 /audio | |
parent | ce29ef2d24a2444e381db7f15c2020d77972fbe8 (diff) | |
download | freebsd-ports-gnome-967fc2da82cacb401fae4020b47182d72353fa11.tar.gz freebsd-ports-gnome-967fc2da82cacb401fae4020b47182d72353fa11.tar.zst freebsd-ports-gnome-967fc2da82cacb401fae4020b47182d72353fa11.zip |
- Fix plist by using PYDISTUTILS_PKGNAME
- Provide more mirrors
- Bump portrevision
Reported by: pointyhat via portsmon
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mbox/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index 98f0b16d0a86..b1ce48b4e702 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -1,12 +1,15 @@ -# New ports collection makefile for: mBox +# New ports collection makefile for: mbox # Date created: 01 Sep 2004 # Whom: Vladimir Osintsev <oc@nm.ru> +# # $FreeBSD$ +# PORTNAME= mbox PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.mbox.wz.cz/src/ +MASTER_SITES= http://www.mbox.wz.cz/src/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Program intended to help with organizing your music files @@ -17,13 +20,11 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \ oggenc:${PORTSDIR}/audio/vorbis-tools \ mplayer:${PORTSDIR}/multimedia/mplayer -BROKEN= Incorrect pkg-plist - WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} - USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_PKGNAME= mBox USE_WX= 2.6 WX_COMPS= python |