Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 17:55:00 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r495181 - branches/2019Q1/archivers/ark
Message-ID:  <201903091755.x29Ht0pK091029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903091755.x29Ht0pK091029>