svn commit: r495181 - branches/2019Q1/archivers/ark

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


Author: rakuco
Date: Sat Mar  9 17:55:00 2019
New Revision: 495181
URL: https://svnweb.freebsd.org/changeset/ports/495181

Log:
  MFH: r495180
  
  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.
  
  Approved by:	ports-secteam (blanket approval)

Modified:
  branches/2019Q1/archivers/ark/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/archivers/ark/Makefile
==============================================================================
--- branches/2019Q1/archivers/ark/Makefile	Sat Mar  9 17:52:25 2019	(r495180)
+++ branches/2019Q1/archivers/ark/Makefile	Sat Mar  9 17:55:00 2019	(r495181)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ark
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -12,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