diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-08-05 16:48:45 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-08-05 16:48:45 +0000 |
commit | b5f5bd3f9114177e67ce3879b69c68297f44dfec (patch) | |
tree | 04d43d834dcb150b95ef3727c0b9bf236884aa42 | |
parent | Link with -lwrap to make the Apache module actually function and load (diff) |
Update to 0.9.13.
Notes
Notes:
svn path=/head/; revision=64053
-rw-r--r-- | graphics/xine_dvdnav_plugin/Makefile | 6 | ||||
-rw-r--r-- | graphics/xine_dvdnav_plugin/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xine_dvdnav_plugin/Makefile b/graphics/xine_dvdnav_plugin/Makefile index 407e9849321e..5f2ee6318af5 100644 --- a/graphics/xine_dvdnav_plugin/Makefile +++ b/graphics/xine_dvdnav_plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xine_dvdnav_plugin -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dvd @@ -14,8 +14,8 @@ DISTNAME= xine-dvdnav-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org -LIB_DEPENDS= xine.1:${PORTSDIR}/graphics/libxine \ - dvdnav.0:${PORTSDIR}/graphics/libdvdnav +LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ + dvdnav.1:${PORTSDIR}/graphics/libdvdnav GNU_CONFIGURE= yes CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/graphics/xine_dvdnav_plugin/distinfo b/graphics/xine_dvdnav_plugin/distinfo index fa5e92a72844..3ab5dfaf60cf 100644 --- a/graphics/xine_dvdnav_plugin/distinfo +++ b/graphics/xine_dvdnav_plugin/distinfo @@ -1 +1 @@ -MD5 (xine-dvdnav-0.9.12.tar.gz) = 755beff0c72acc6501e5559b5bda59e4 +MD5 (xine-dvdnav-0.9.13.tar.gz) = 59de68e8a7b2d86f72b8c8858e7524d1 |