Date: Thu, 14 Jan 2021 06:28:27 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561535 - in head/multimedia: vdr-plugin-xineliboutput xine Message-ID: <202101140628.10E6SRlj038331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Thu Jan 14 06:28:26 2021 New Revision: 561535 URL: https://svnweb.freebsd.org/changeset/ports/561535 Log: multimedia/xine, multimedia/vdr-plugin-xineliboutput: unbreak after r561322 multimedia/libxine update introduces new versioned dir for xine plugins, force rebuild Pointyhat to: tcberner Reported by: poudriere failure Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile head/multimedia/xine/Makefile Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/Makefile Thu Jan 14 03:45:58 2021 (r561534) +++ head/multimedia/vdr-plugin-xineliboutput/Makefile Thu Jan 14 06:28:26 2021 (r561535) @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-xineliboutput PORTVERSION= 1.0.90s20120511 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= multimedia MASTER_SITES= SF/xineliboutput/files/xineliboutput/vdr-xineliboutput-${PORTVERSION}/:release \ LOCAL/nox:snapshot @@ -27,7 +27,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} USE_GL= gl glu glut WRKSRC= ${WRKDIR}/vdr-${PLUGIN} -XINE_PLUGINSDIR=lib/xine/plugins/2.7 +XINE_PLUGINSDIR=lib/xine/plugins/2.9 PORTDOCS= README HISTORY PORTEXAMPLES= xine Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Thu Jan 14 03:45:58 2021 (r561534) +++ head/multimedia/xine/Makefile Thu Jan 14 06:28:26 2021 (r561535) @@ -2,7 +2,7 @@ PORTNAME= xine PORTVERSION= 0.99.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -54,7 +54,7 @@ WIN32_CODECS_RUN_DEPENDS=\ XFT_USE= XORG=xft XFT_CONFIGURE_ENABLE= xft -XINE_PLUGINSDIR= lib/xine/plugins/2.7 +XINE_PLUGINSDIR= lib/xine/plugins/2.9 post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101140628.10E6SRlj038331>