svn commit: r489081 - head/games/goldencheetah

Thomas Zander riggs at FreeBSD.org
Wed Jan 2 13:21:45 UTC 2019


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 at 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
 


More information about the svn-ports-head mailing list