svn commit: r495180 - head/archivers/ark

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Mar 9 17:52:26 UTC 2019


Author: rakuco
Date: Sat Mar  9 17:52:25 2019
New Revision: 495180
URL: https://svnweb.freebsd.org/changeset/ports/495180

Log:
  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.

Modified:
  head/archivers/ark/Makefile

Modified: head/archivers/ark/Makefile
==============================================================================
--- head/archivers/ark/Makefile	Sat Mar  9 17:26:29 2019	(r495179)
+++ head/archivers/ark/Makefile	Sat Mar  9 17:52:25 2019	(r495180)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ark
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	archivers kde kde-applications
 
 MAINTAINER=	kde at 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 \


More information about the svn-ports-all mailing list