Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2018 07:31:43 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474617 - head/graphics/zathura-cb
Message-ID:  <201807140731.w6E7VhhB047135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jul 14 07:31:43 2018
New Revision: 474617
URL: https://svnweb.freebsd.org/changeset/ports/474617

Log:
  Update to upstream version 0.1.8
  
  PR:		228525
  Submitted by:	mike.d.ft402@gmail.com (maintainer)

Modified:
  head/graphics/zathura-cb/Makefile
  head/graphics/zathura-cb/distinfo

Modified: head/graphics/zathura-cb/Makefile
==============================================================================
--- head/graphics/zathura-cb/Makefile	Sat Jul 14 07:29:49 2018	(r474616)
+++ head/graphics/zathura-cb/Makefile	Sat Jul 14 07:31:43 2018	(r474617)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	zathura-cb
-PORTVERSION=	0.1.6
-PORTREVISION=	3
+PORTVERSION=	0.1.8
 CATEGORIES=	graphics
 MASTER_SITES=	https://pwmt.org/projects/zathura-cb/download/ \
 		http://www.madpilot.net/~mad/pwmt.org/
@@ -16,12 +15,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	zathura:graphics/zathura
 RUN_DEPENDS=	zathura:graphics/zathura
 
-PLIST_FILES=	lib/zathura/cb.so share/applications/zathura-cb.desktop
-
-USES=		compiler:c11 desktop-file-utils gmake pkgconfig libarchive ssl
+USES=		meson ninja compiler:c11 desktop-file-utils pkgconfig libarchive ssl tar:xz
 USE_GNOME=	glib20 gtk30
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/cb.so
+PLIST_FILES=	lib/zathura/libcb.so \
+		share/appdata/org.pwmt.zathura-cb.metainfo.xml \
+		share/applications/org.pwmt.zathura-cb.desktop
+
+pre-configure:
+	${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
 
 .include <bsd.port.mk>

Modified: head/graphics/zathura-cb/distinfo
==============================================================================
--- head/graphics/zathura-cb/distinfo	Sat Jul 14 07:29:49 2018	(r474616)
+++ head/graphics/zathura-cb/distinfo	Sat Jul 14 07:31:43 2018	(r474617)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484228208
-SHA256 (zathura-cb-0.1.6.tar.gz) = 888e95421e13b944d19604fab129e5992636f404e7ed20751d4f50546f2535ba
-SIZE (zathura-cb-0.1.6.tar.gz) = 7205
+TIMESTAMP = 1527371286
+SHA256 (zathura-cb-0.1.8.tar.xz) = 452a0702e257dbed6a84b7faf6b51e4eb57a163654bbcddf6301143d3770ccc4
+SIZE (zathura-cb-0.1.8.tar.xz) = 5616



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