Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2019 12:38:54 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493500 - head/www/falkon
Message-ID:  <201902211238.x1LCcsGr095075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Thu Feb 21 12:38:53 2019
New Revision: 493500
URL: https://svnweb.freebsd.org/changeset/ports/493500

Log:
  Fix misplaced OPTION.
  
  The intent in a previous commit was to make KDE=wallet optional,
  but I forgot to remove the non-optional part. Bump PORTREVISION
  because the options might change for consumers.
  
  PR:		234692
  Reported by:	Ken Moore

Modified:
  head/www/falkon/Makefile

Modified: head/www/falkon/Makefile
==============================================================================
--- head/www/falkon/Makefile	Thu Feb 21 11:59:49 2019	(r493499)
+++ head/www/falkon/Makefile	Thu Feb 21 12:38:53 2019	(r493500)
@@ -2,6 +2,7 @@
 
 PORTNAME=	falkon
 DISTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	KDE/stable/falkon/${DISTVERSION}/
 
@@ -12,7 +13,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake desktop-file-utils kde:5 qt:5 ssl tar:xz
-USE_KDE=	ecm_build i18n wallet
+USE_KDE=	ecm_build i18n
 USE_QT=		core dbus declarative gui location network printsupport \
 		sql webchannel webengine widgets x11extras \
 		buildtools_build qmake_build linguist_build



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