svn commit: r498158 - head/multimedia/subtitlecomposer

Max Brazhnikov makc at FreeBSD.org
Sat Apr 6 17:25:24 UTC 2019


Author: makc
Date: Sat Apr  6 17:25:22 2019
New Revision: 498158
URL: https://svnweb.freebsd.org/changeset/ports/498158

Log:
  multimedia/subtitlecomposer:
  - Set PORTSCOUT to ignore rolling releases
  - Drop now needless CONFLICTS

Modified:
  head/multimedia/subtitlecomposer/Makefile

Modified: head/multimedia/subtitlecomposer/Makefile
==============================================================================
--- head/multimedia/subtitlecomposer/Makefile	Sat Apr  6 17:02:17 2019	(r498157)
+++ head/multimedia/subtitlecomposer/Makefile	Sat Apr  6 17:25:22 2019	(r498158)
@@ -15,8 +15,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libicui18n.so:devel/icu \
 		libavcodec.so:multimedia/ffmpeg
 
-CONFLICTS_INSTALL=	subtitlecomposer-kde4-*
-
 USES=		compiler:c++11-lang cmake desktop-file-utils gettext \
 		kde:5 pkgconfig qt:5 shared-mime-info
 USE_KDE=	auth codecs config configwidgets coreaddons ecm_build i18n \
@@ -25,6 +23,8 @@ USE_QT=		buildtools_build qmake_build core gui widgets
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	maxrd2
+
+PORTSCOUT=	ignore:continuous
 
 OPTIONS_GROUP=	VIDEO
 VIDEO_DESC=	Video players


More information about the svn-ports-head mailing list