diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-02-08 18:45:38 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-02-08 18:45:38 +0000 |
commit | c6542427d4a359425d5b03a8e1459ff124056728 (patch) | |
tree | a92303e63e8cb81dd54aec602994b09ff66d0eaa /multimedia/libdvdplay | |
parent | 51fdedf3f9a4eb659a58e30ebe8e1fcaef60dea6 (diff) | |
download | ports-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/libdvdplay')
-rw-r--r-- | multimedia/libdvdplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdplay/Makefile b/multimedia/libdvdplay/Makefile index 0b6e914df642..5a5adbeaf7e9 100644 --- a/multimedia/libdvdplay/Makefile +++ b/multimedia/libdvdplay/Makefile @@ -7,7 +7,7 @@ PORTNAME= libdvdplay PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Portable abstraction library for DVD navigation -LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes |