svn commit: r542859 - head/deskutils/kdepim-runtime

Adriaan de Groot adridg at FreeBSD.org
Wed Jul 22 14:28:48 UTC 2020


Author: adridg
Date: Wed Jul 22 14:28:48 2020
New Revision: 542859
URL: https://svnweb.freebsd.org/changeset/ports/542859

Log:
  Remove a stray "k" from component name in deskutils/kdepim-runtime
  
  The correct USE_KDE component name is "mailtransport". Not bumping
  PORTREVISION again because the previous one couldn't possibly
  have built.
  
  Reported by:	fluffy

Modified:
  head/deskutils/kdepim-runtime/Makefile

Modified: head/deskutils/kdepim-runtime/Makefile
==============================================================================
--- head/deskutils/kdepim-runtime/Makefile	Wed Jul 22 14:20:57 2020	(r542858)
+++ head/deskutils/kdepim-runtime/Makefile	Wed Jul 22 14:28:48 2020	(r542859)
@@ -28,7 +28,7 @@ USE_KDE=	auth bookmarks codecs completion config confi
 USE_KDE+=	akonadi akonadicontacts akonadimime akonadinotes \
 		akonadicalendar akonadisearch alarmcalendar calendarcore \
 		calendarutils contacts gapi identitymanagement imap \
-		kontactinterface kmailtransport mbox mime pimcommon \
+		kontactinterface mailtransport mbox mime pimcommon \
 		pimtextedit syndication
 USE_QT=		concurrent core dbus declarative gui location network networkauth printsupport speech \
 		script webchannel webengine widgets xml xmlpatterns \


More information about the svn-ports-all mailing list