aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lxdvdrip
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-02-08 18:45:38 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-02-08 18:45:38 +0000
commitc6542427d4a359425d5b03a8e1459ff124056728 (patch)
treea92303e63e8cb81dd54aec602994b09ff66d0eaa /multimedia/lxdvdrip
parent51fdedf3f9a4eb659a58e30ebe8e1fcaef60dea6 (diff)
downloadports-c6542427d4a359425d5b03a8e1459ff124056728.tar.gz
ports-c6542427d4a359425d5b03a8e1459ff124056728.zip
Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Notes
Notes: svn path=/head/; revision=227814
Diffstat (limited to 'multimedia/lxdvdrip')
-rw-r--r--multimedia/lxdvdrip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/lxdvdrip/Makefile b/multimedia/lxdvdrip/Makefile
index 9abc83d78fa1..693306d74529 100644
--- a/multimedia/lxdvdrip/Makefile
+++ b/multimedia/lxdvdrip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lxdvdrip
PORTVERSION= 1.62
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://download.berlios.de/lxdvdrip/ \
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
@@ -17,7 +17,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Command Line Tool to make a copy from a Video DVD
LIB_DEPENDS= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav \
- dvdread.5:${PORTSDIR}/multimedia/libdvdread
+ dvdread.4:${PORTSDIR}/multimedia/libdvdread
RUN_DEPENDS= buffer:${PORTSDIR}/misc/buffer \
dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \