svn commit: r499468 - head/math/cantor
Adriaan de Groot
adridg at FreeBSD.org
Sat Apr 20 22:07:33 UTC 2019
Author: adridg
Date: Sat Apr 20 22:07:31 2019
New Revision: 499468
URL: https://svnweb.freebsd.org/changeset/ports/499468
Log:
Fix math/cantor for consumers
Cantor installs mimetypes from its .desktop files, so it needs
to run update-desktop-database after installation. It didn't, which
broke consumers that *did*, since then they'd accidentally pick up
the changes added by Cantor. This is needed for the math/labplot update.
Modified:
head/math/cantor/Makefile
Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile Sat Apr 20 21:32:35 2019 (r499467)
+++ head/math/cantor/Makefile Sat Apr 20 22:07:31 2019 (r499468)
@@ -2,10 +2,11 @@
PORTNAME= cantor
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde kde-applications
MAINTAINER= kde at FreeBSD.org
-COMMENT= KDE 5 frontend to mathematical software
+COMMENT= Mathematical software frontend by KDE
LIB_DEPENDS= libAnalitza.so:math/analitza \
libcln.so:math/cln \
@@ -14,8 +15,8 @@ LIB_DEPENDS= libAnalitza.so:math/analitza \
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \
- python:3.4+ qt:5 tar:xz
+USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
+ pkgconfig python:3.4+ qt:5 tar:xz
USE_KDE= attica auth archive bookmarks codecs completion config \
configwidgets coreaddons crash ecm emoticons i18n iconthemes \
itemmodels itemviews init jobwidgets kdelibs4support kio \
More information about the svn-ports-all
mailing list