svn commit: r496053 - head/devel/libdbusmenu-qt

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 17 12:24:14 UTC 2019


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 at FreeBSD.org
-COMMENT?=	Qt5 implementation of the DBusMenu protocol
+COMMENT=	Qt5 implementation of the DBusMenu protocol
 
 LICENSE=	LGPL20
 


More information about the svn-ports-all mailing list