From owner-svn-ports-all@FreeBSD.ORG Fri Apr 3 15:51:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B69A128; Fri, 3 Apr 2015 15:51:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 667A2C0D; Fri, 3 Apr 2015 15:51:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t33FpPGM033445; Fri, 3 Apr 2015 15:51:25 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t33FpPdU033444; Fri, 3 Apr 2015 15:51:25 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201504031551.t33FpPdU033444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Fri, 3 Apr 2015 15:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383139 - head/multimedia/vdr-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 15:51:25 -0000 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