Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2019 13:21:44 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489081 - head/games/goldencheetah
Message-ID:  <201901021321.x02DLiIt088363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Wed Jan  2 13:21:44 2019
New Revision: 489081
URL: https://svnweb.freebsd.org/changeset/ports/489081

Log:
  Chase removal of vlc-qt4 (port has already been BROKEN for some time)

Modified:
  head/games/goldencheetah/Makefile

Modified: head/games/goldencheetah/Makefile
==============================================================================
--- head/games/goldencheetah/Makefile	Wed Jan  2 13:20:20 2019	(r489080)
+++ head/games/goldencheetah/Makefile	Wed Jan  2 13:21:44 2019	(r489081)
@@ -4,7 +4,7 @@
 PORTNAME=	GoldenCheetah
 PORTVERSION=	3.2
 DISTVERSIONPREFIX=	V
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 
 MAINTAINER=	trebbu@googlemail.com
@@ -20,8 +20,9 @@ BROKEN=		fails to build
 
 LIB_DEPENDS=	libical.so:devel/libical \
 		libqwtplot3d-qt4.so:math/qwtplot3d-qt4 \
-		libkqoauth.so:security/kqoauth \
-		libvlc.so:multimedia/vlc-qt4
+		libkqoauth.so:security/kqoauth
+		#vlc-qt4 is deprecated and has been removed
+		#libvlc.so:multimedia/vlc-qt4
 
 USE_GITHUB=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901021321.x02DLiIt088363>