Date: Sat, 20 Apr 2019 22:07:32 +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: r499468 - head/math/cantor Message-ID: <201904202207.x3KM7WJa039397@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904202207.x3KM7WJa039397>