svn commit: r383139 - head/multimedia/vdr-plugins

Juergen Lock nox at FreeBSD.org
Fri Apr 3 15:51:25 UTC 2015


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


More information about the svn-ports-all mailing list