diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-13 10:17:04 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-13 10:17:04 +0000 |
commit | 8e3dcb3c28e7285465f3366e868a6795f71f059b (patch) | |
tree | f0b75aa64206a61c448cac7b4520bcbdc0d73fae /multimedia/mmpython | |
parent | ac4a4f4000410b3430b5848978f055423c12881b (diff) |
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
Notes
Notes:
svn path=/head/; revision=353931
Diffstat (limited to 'multimedia/mmpython')
-rw-r--r-- | multimedia/mmpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mmpython/Makefile b/multimedia/mmpython/Makefile index b351d72fc1ba..7adc4d28ee93 100644 --- a/multimedia/mmpython/Makefile +++ b/multimedia/mmpython/Makefile @@ -3,7 +3,7 @@ PORTNAME= mmpython PORTVERSION= 0.4.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Retrieves metadata from mp3, ogg, avi, jpg, and other formats -LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread RUN_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd USE_PYTHON= yes |