svn commit: r540966 - head/graphics/zathura-djvu

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 1 13:59:04 UTC 2020


Author: lwhsu
Date: Wed Jul  1 13:59:03 2020
New Revision: 540966
URL: https://svnweb.freebsd.org/changeset/ports/540966

Log:
  Update to 0.2.9
  
  PR:		246519
  Submitted by:	Salil Wadnerkar <salil.wadnerkar at gmail.com>
  Approved by:	maintainer timeout

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

Modified: head/graphics/zathura-djvu/Makefile
==============================================================================
--- head/graphics/zathura-djvu/Makefile	Wed Jul  1 13:45:59 2020	(r540965)
+++ head/graphics/zathura-djvu/Makefile	Wed Jul  1 13:59:03 2020	(r540966)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	zathura-djvu
-PORTVERSION=	0.2.8
-PORTREVISION=	3
+PORTVERSION=	0.2.9
 CATEGORIES=	graphics
-MASTER_SITES=	https://pwmt.org/projects/zathura/plugins/download/ \
+MASTER_SITES=	https://pwmt.org/projects/zathura-djvu/download/ \
 		http://www.madpilot.net/~mad/pwmt.org/
 
 MAINTAINER=	alexander.4mail at gmail.com
@@ -14,13 +13,14 @@ COMMENT=	DjVu support for zathura
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
+LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre \
+		libgirara-gtk3.so:x11-toolkits/girara
 BUILD_DEPENDS=	zathura:graphics/zathura
 RUN_DEPENDS=	zathura:graphics/zathura
 
 USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \
 		tar:xz
-USE_GNOME=	glib20 gtk30
+USE_GNOME=	glib20 gtk30 cairo
 
 PLIST_FILES=	lib/zathura/libdjvu.so \
 		share/appdata/org.pwmt.zathura-djvu.metainfo.xml \

Modified: head/graphics/zathura-djvu/distinfo
==============================================================================
--- head/graphics/zathura-djvu/distinfo	Wed Jul  1 13:45:59 2020	(r540965)
+++ head/graphics/zathura-djvu/distinfo	Wed Jul  1 13:59:03 2020	(r540966)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527371287
-SHA256 (zathura-djvu-0.2.8.tar.xz) = d0e664d5312bdc0674fdf8cc6e259c9ee1365714172bc809f9c0f69659d8b32b
-SIZE (zathura-djvu-0.2.8.tar.xz) = 8860
+TIMESTAMP = 1589691814
+SHA256 (zathura-djvu-0.2.9.tar.xz) = 96e6f8a6ee53231073b2f7003264872f84501e63c3da7bf0598d046286b0c200
+SIZE (zathura-djvu-0.2.9.tar.xz) = 8976


More information about the svn-ports-all mailing list