Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2018 20:30:08 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485553 - head/graphics/zathura
Message-ID:  <201811212030.wALKU8pB056236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Wed Nov 21 20:30:08 2018
New Revision: 485553
URL: https://svnweb.freebsd.org/changeset/ports/485553

Log:
  Update to 0.4.1
  
  Changelog:
   - Add bash and zsh completions
   - Add RTL layout of pages
   - Various fixes and improvements
   - Updated translations
  
  PR:		233020
  Reported by:	Michael Danilov <mike.d.ft402@gmail.com>
  Approved by:	quentin.stievenart@gmail.com (maintainer timeout)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/graphics/zathura/Makefile
  head/graphics/zathura/distinfo
  head/graphics/zathura/pkg-plist

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Wed Nov 21 20:21:18 2018	(r485552)
+++ head/graphics/zathura/Makefile	Wed Nov 21 20:30:08 2018	(r485553)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zathura
-PORTVERSION=	0.4.0
-PORTREVISION=	1
+PORTVERSION=	0.4.1
 CATEGORIES=	graphics print
 MASTER_SITES=	https://pwmt.org/projects/zathura/download/ \
 		http://www.madpilot.net/~mad/pwmt.org/

Modified: head/graphics/zathura/distinfo
==============================================================================
--- head/graphics/zathura/distinfo	Wed Nov 21 20:21:18 2018	(r485552)
+++ head/graphics/zathura/distinfo	Wed Nov 21 20:30:08 2018	(r485553)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527371284
-SHA256 (zathura-0.4.0.tar.xz) = aa629259c6ac729e90abdda1b9b51854adaa6851192f08a55e63379500541ec8
-SIZE (zathura-0.4.0.tar.xz) = 145056
+TIMESTAMP = 1541502996
+SHA256 (zathura-0.4.1.tar.xz) = d6f56bf6e7e05d2e91213287c7aea21481c44521b622f9e9ec06a886f51dd9fe
+SIZE (zathura-0.4.1.tar.xz) = 148592

Modified: head/graphics/zathura/pkg-plist
==============================================================================
--- head/graphics/zathura/pkg-plist	Wed Nov 21 20:21:18 2018	(r485552)
+++ head/graphics/zathura/pkg-plist	Wed Nov 21 20:30:08 2018	(r485553)
@@ -10,7 +10,9 @@ libdata/pkgconfig/zathura.pc
 man/man1/zathura.1.gz
 man/man5/zathurarc.5.gz
 share/applications/org.pwmt.zathura.desktop
+share/bash-completion/completions/zathura
 share/dbus-1/interfaces/org.pwmt.zathura.xml
+share/zsh/vendor-completions/_zathura
 %%NLS%%share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
 %%NLS%%share/locale/ca/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/zathura.mo



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