svn commit: r460796 - head/audio/pytone

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 3 08:34:25 UTC 2018


Author: sunpoet
Date: Sat Feb  3 08:34:24 2018
New Revision: 460796
URL: https://svnweb.freebsd.org/changeset/ports/460796

Log:
  Update MAD_RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/audio/pytone/Makefile

Modified: head/audio/pytone/Makefile
==============================================================================
--- head/audio/pytone/Makefile	Sat Feb  3 08:33:33 2018	(r460795)
+++ head/audio/pytone/Makefile	Sat Feb  3 08:34:24 2018	(r460796)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pytone
 PORTVERSION=	3.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio python
 MASTER_SITES=	http://www.luga.de/pytone/download/ \
 		http://redundancy.redundancy.org/mirror/
@@ -30,7 +30,7 @@ PLIST_FILES=	etc/pytonerc.sample
 OPTIONS_DEFINE=		MAD MPG123 MPG321 VORBIS
 OPTIONS_DEFAULT=	MAD VORBIS
 
-MAD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mad>0:audio/py-mad@${FLAVOR}
+MAD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pymad>0:audio/py-pymad@${FLAVOR}
 MPG123_RUN_DEPENDS=	mpg123:audio/mpg123
 MPG321_DESC=		MP3 decoding support via mpg321
 MPG321_RUN_DEPENDS=	mpg321:audio/mpg321


More information about the svn-ports-head mailing list