Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 20:27:49 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495956 - in head: . devel/kf5-knotifications devel/libdbusmenu-qt irc/quassel sysutils/lxqt-qtplugin x11-wm/lxqt-panel x11/plasma5-plasma-workspace
Message-ID:  <201903162027.x2GKRnLP024813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 16 20:27:49 2019
New Revision: 495956
URL: https://svnweb.freebsd.org/changeset/ports/495956

Log:
  devel/libdbusmenu-qt: remove flavors (Qt4 deprecation)

Modified:
  head/MOVED
  head/devel/kf5-knotifications/Makefile
  head/devel/libdbusmenu-qt/Makefile
  head/irc/quassel/Makefile
  head/sysutils/lxqt-qtplugin/Makefile
  head/x11-wm/lxqt-panel/Makefile
  head/x11/plasma5-plasma-workspace/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/MOVED	Sat Mar 16 20:27:49 2019	(r495956)
@@ -10016,7 +10016,6 @@ www/lionwiki||2018-03-08|Has expired: Unmaintained, al
 databases/php-memcached|databases/pecl-memcached|2018-03-10|Remove duplicate port, use databases/pecl-memcached instead
 emulators/i386-wine-staging|emulators/i386-wine-devel|2018-03-10|Broken for months, abandoned upstream
 devel/go-json-rest||2018-03-11|Go libraries aren't allowed (GH/ant0ine/go-json-rest)
-devel/libdbusmenu-qt5|devel/libdbusmenu-qt@qt5|2018-03-12|Moved to a flavoured version
 finance/electrum2|finance/electrum|2018-03-13|Has expired: Vulnerable legacy port, please use finance/electrum instead
 math/py-gsl|math/py-pygsl|2018-03-13|Rename to match PyPI naming
 www/mediawiki123|www/mediawiki127|2018-03-14|Has expired: Upstream no longer maintained
@@ -11680,3 +11679,5 @@ devel/qca@qt4||2019-03-16|Qt4 deprecation
 devel/qca@qt5|devel/qca|2019-03-16|Flavor has been removed
 x11-themes/adwaita@qt4||2019-03-16|Qt4 deprecation
 x11-themes/adwaita@qt5|x11-themes/adwaita-qt|2019-03-16|Flavor has been removed
+devel/libdbusmenu-qt@qt4||2019-03-16|Qt4 deprecation
+devel/libdbusmenu-qt@qt5|devel/libdbusmenu-qt|2019-03-16|Flavor has been removed

Modified: head/devel/kf5-knotifications/Makefile
==============================================================================
--- head/devel/kf5-knotifications/Makefile	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/devel/kf5-knotifications/Makefile	Sat Mar 16 20:27:49 2019	(r495956)
@@ -2,12 +2,13 @@
 
 PORTNAME=	knotifications
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KF5 abstraction for system notifications
 
-LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5
+LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt
 
 USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
 USE_KDE=	codecs config coreaddons ecm windowsystem

Modified: head/devel/libdbusmenu-qt/Makefile
==============================================================================
--- head/devel/libdbusmenu-qt/Makefile	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/devel/libdbusmenu-qt/Makefile	Sat Mar 16 20:27:49 2019	(r495956)
@@ -3,11 +3,11 @@
 
 PORTNAME=	libdbusmenu-qt
 PORTVERSION=	${MAJOR_VER}.${SNAPSHOT_VER:S/.//g}
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel
 MASTER_SITES=	http://archive.ubuntu.com/ubuntu/pool/main/libd/${PORTNAME}/ \
 		LOCAL/tcberner/${PORTNAME}/${PORTVERSION}
-PKGNAMESUFFIX=	${FLAVOR:C/qt//}
+PKGNAMESUFFIX=	5
 DISTNAME=	${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}.orig
 
 MAINTAINER=	kde@FreeBSD.org
@@ -15,29 +15,13 @@ COMMENT?=	Qt4 implementation of the DBusMenu protocol
 
 LICENSE=	LGPL20
 
-FLAVORS=	qt5 qt4
-FLAVOR?=	${FLAVORS:[1]}
-
-USES=		compiler:c++11-lib cmake
+USES=		compiler:c++11-lib cmake qt:5
 USE_LDCONFIG=	yes
-
-.  if ${FLAVOR} == qt4
-DEPRECATED=	Qt4 has been EOL since december 2015
-EXPIRATION_DATE=2019-03-15
-USES+=		qt:4
-USE_QT=		corelib dbus gui \
-		moc_build qmake_build rcc_build uic_build
-CMAKE_ON=	USE_QT4
-CMAKE_OFF=	USE_QT5
-QTVER_SUFFIX=	# empty
-.  else
-USES+=		qt:5
 USE_QT=		core dbus gui widgets \
 		buildtools_build qmake_build
 CMAKE_ON=	USE_QT5
 CMAKE_OFF=	USE_QT4
 QTVER_SUFFIX=	5
-.  endif
 
 OPTIONS_DEFINE=		DOXYGEN
 OPTIONS_SUB=		YES

Modified: head/irc/quassel/Makefile
==============================================================================
--- head/irc/quassel/Makefile	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/irc/quassel/Makefile	Sat Mar 16 20:27:49 2019	(r495956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quassel
 PORTVERSION=	0.13.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	irc
 MASTER_SITES=	http://www.quassel-irc.org/pub/
 
@@ -34,7 +34,7 @@ OPTIONS_SUB=		yes
 CLIENT_DESC=		Quassel client (for use with core)
 CLIENT_CMAKE_BOOL=	WANT_QTCLIENT
 CLIENT_USE=		qt=dbus,gui,phonon4,webkit,widgets
-CLIENT_LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
+CLIENT_LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt \
 			libldap-2.4.so.2:net/openldap24-client \
 			liblber-2.4.so.2:net/openldap24-client
 

Modified: head/sysutils/lxqt-qtplugin/Makefile
==============================================================================
--- head/sysutils/lxqt-qtplugin/Makefile	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/sysutils/lxqt-qtplugin/Makefile	Sat Mar 16 20:27:49 2019	(r495956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lxqt-qtplugin
 PORTVERSION=	0.13.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	LXQT
 
@@ -12,7 +12,7 @@ COMMENT=	LXQt system integration plugin for Qt
 
 LICENSE=	LGPL21+
 
-LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
+LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt \
 		libfm.so:x11/libfm@gtk2 \
 		libmenu-cache.so:x11/menu-cache \
 		libexif.so:graphics/libexif

Modified: head/x11-wm/lxqt-panel/Makefile
==============================================================================
--- head/x11-wm/lxqt-panel/Makefile	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/x11-wm/lxqt-panel/Makefile	Sat Mar 16 20:27:49 2019	(r495956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lxqt-panel
 PORTVERSION=	0.13.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm
 MASTER_SITES=	LXQT
 
@@ -12,7 +12,7 @@ COMMENT=	Panel for the LXQt desktop
 
 LICENSE=	LGPL21+
 
-LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
+LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt \
 		libxkbcommon.so:x11/libxkbcommon \
 		libxcb-util.so:x11/xcb-util \
 		libsysstat-qt5.so:sysutils/libsysstat

Modified: head/x11/plasma5-plasma-workspace/Makefile
==============================================================================
--- head/x11/plasma5-plasma-workspace/Makefile	Sat Mar 16 20:20:32 2019	(r495955)
+++ head/x11/plasma5-plasma-workspace/Makefile	Sat Mar 16 20:27:49 2019	(r495956)
@@ -2,13 +2,14 @@
 
 PORTNAME=	plasma-workspace
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Plasma5 Plasma workspace
 
 LIB_DEPENDS=	libcln.so:math/cln \
-		libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
+		libdbusmenu-qt5.so:devel/libdbusmenu-qt \
 		libqalculate.so:math/libqalculate \
 		libxcb-image.so:x11/xcb-util-image \
 		libxcb-util.so:x11/xcb-util



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