Date: Fri, 3 Apr 2015 15:51:25 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383139 - head/multimedia/vdr-plugins Message-ID: <201504031551.t33FpPdU033444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Apr 3 15:51:24 2015 New Revision: 383139 URL: https://svnweb.freebsd.org/changeset/ports/383139 Log: - Chase renamed vnsiserver5 -> vnsiserver plugin. - Bump PORTREVISION. Modified: head/multimedia/vdr-plugins/Makefile Modified: head/multimedia/vdr-plugins/Makefile ============================================================================== --- head/multimedia/vdr-plugins/Makefile Fri Apr 3 15:46:12 2015 (r383138) +++ head/multimedia/vdr-plugins/Makefile Fri Apr 3 15:51:24 2015 (r383139) @@ -3,7 +3,7 @@ PORTNAME= vdr-plugins PORTVERSION= 1.7.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= # none DISTFILES= # none @@ -112,7 +112,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvd RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-eepg.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-eepg .endif .if ${PORT_OPTIONS:MVNSISERVER} -RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vnsiserver5.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vnsiserver +RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vnsiserver.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vnsiserver .endif .if ${PORT_OPTIONS:MMARKAD} RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-markad.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-markad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504031551.t33FpPdU033444>