Date: Sun, 11 Jul 2021 20:44:24 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 021dfd0a0bd9 - main - math/cantor: needs shared-mime-info Message-ID: <202107112044.16BKiOOu085793@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=021dfd0a0bd9f3e8caea1af73799d74bb7934ae8 commit 021dfd0a0bd9f3e8caea1af73799d74bb7934ae8 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 20:33:41 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-07-11 20:34:46 +0000 math/cantor: needs shared-mime-info Cantor registers mime-types, so needs the helper. I noticed this because math/labplot, which depends on cantor, was failing to build because of leftoves in the mimetypes directory. --- math/cantor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/cantor/Makefile b/math/cantor/Makefile index ab8099a093b1..911a635c7199 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,5 +1,6 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook- docbook-xml>0:textproc/docbook-xml USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ - pkgconfig python:3.4+ qt:5 tar:xz + pkgconfig python:3.4+ qt:5 shared-mime-info tar:xz USE_KDE= attica auth archive bookmarks codecs completion config \ configwidgets coreaddons crash 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?202107112044.16BKiOOu085793>