svn commit: r493500 - head/www/falkon

Adriaan de Groot adridg at FreeBSD.org
Thu Feb 21 12:38:55 UTC 2019


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


More information about the svn-ports-all mailing list