diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-03-09 17:52:25 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-03-09 17:52:25 +0000 |
commit | dd87f5d4b89db996047b8c1487e70ee425c8f7de (patch) | |
tree | a29599fc69e1f336798a8742f68f71a26801b29c /archivers/ark | |
parent | 59281df59dc53efe2bb04a8305a5ec246ce136da (diff) | |
download | freebsd-ports-dd87f5d4b89db996047b8c1487e70ee425c8f7de.zip |
Add USES=shared-mime-info
Starting with version 18.12.0, Ark has included a custom kerfuffle.xml mime
type to support zstd-compressed files (the mimetype was only added to
shared-mime-info starting with version 1.11, which we don't ship yet). We need
to make sure update-mime-database is run, otherwise Ark will still fail to
recognize those archives.
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 40dfb035f3b8..334d6deb2c8f 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -2,6 +2,7 @@ PORTNAME= ark DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= archivers kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -11,7 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang gettext libarchive kde:5 \ - qt:5 tar:xz + qt:5 shared-mime-info tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools ecm i18n iconthemes \ itemmodels itemviews jobwidgets khtml kio parts pty service \ |