Date: Sun, 17 Mar 2019 12:24:13 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496053 - head/devel/libdbusmenu-qt Message-ID: <201903171224.x2HCOD4N038917@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Mar 17 12:24:13 2019 New Revision: 496053 URL: https://svnweb.freebsd.org/changeset/ports/496053 Log: Drop conditional assignment now that this is a simple port after r495956. Reviewed by: tcberner Modified: head/devel/libdbusmenu-qt/Makefile Modified: head/devel/libdbusmenu-qt/Makefile ============================================================================== --- head/devel/libdbusmenu-qt/Makefile Sun Mar 17 11:48:10 2019 (r496052) +++ head/devel/libdbusmenu-qt/Makefile Sun Mar 17 12:24:13 2019 (r496053) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 5 DISTNAME= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}.orig MAINTAINER= kde@FreeBSD.org -COMMENT?= Qt5 implementation of the DBusMenu protocol +COMMENT= Qt5 implementation of the DBusMenu protocol LICENSE= LGPL20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903171224.x2HCOD4N038917>