svn commit: r343216 - head/graphics/zathura

Guido Falsi madpilot at FreeBSD.org
Fri Feb 7 12:01:26 UTC 2014


Author: madpilot
Date: Fri Feb  7 12:01:24 2014
New Revision: 343216
URL: http://svnweb.freebsd.org/changeset/ports/343216
QAT: https://qat.redports.org/buildarchive/r343216/

Log:
  - Update to 0.2.6
  - Fix plist when NLS option is disabled
  - Update maintainer email
  
  PR:		ports/184498
  Submitted by:	Julien Cigar <jcigar at ulb.ac.be>
  Approved by:    Quentin Stievenart <quentin.stievenart at gmail.com>
  		(maintainer, who sent actual patch)

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

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Fri Feb  7 11:45:14 2014	(r343215)
+++ head/graphics/zathura/Makefile	Fri Feb  7 12:01:24 2014	(r343216)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	zathura
-PORTVERSION=	0.2.5
+PORTVERSION=	0.2.6
 CATEGORIES=	graphics print
 MASTER_SITES=	http://pwmt.org/projects/zathura/download/
 
-MAINTAINER=	acieroid at awesom.eu
+MAINTAINER=	quentin.stievenart at gmail.com
 COMMENT=	Customizable lightweight pdf viewer
 
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \

Modified: head/graphics/zathura/distinfo
==============================================================================
--- head/graphics/zathura/distinfo	Fri Feb  7 11:45:14 2014	(r343215)
+++ head/graphics/zathura/distinfo	Fri Feb  7 12:01:24 2014	(r343216)
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.2.5.tar.gz) = d901805efa7e18575008e97187a406adc6ac911b493f0e0dfaa69f453ac089d3
-SIZE (zathura-0.2.5.tar.gz) = 133895
+SHA256 (zathura-0.2.6.tar.gz) = ac529507350f148dcaa27fd266ad5973c2205066e2960fc92c049724ddd617f2
+SIZE (zathura-0.2.6.tar.gz) = 134021

Modified: head/graphics/zathura/pkg-plist
==============================================================================
--- head/graphics/zathura/pkg-plist	Fri Feb  7 11:45:14 2014	(r343215)
+++ head/graphics/zathura/pkg-plist	Fri Feb  7 12:01:24 2014	(r343216)
@@ -30,11 +30,11 @@ share/applications/zathura.desktop
 %%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/uk_UA/LC_MESSAGES/zathura.mo
 @dirrm include/zathura
- at dirrmtry share/locale/es_CL/LC_MESSAGES
- at dirrmtry share/locale/es_CL
- at dirrmtry share/locale/id_ID/LC_MESSAGES
- at dirrmtry share/locale/id_ID
- at dirrmtry share/locale/ta_IN/LC_MESSAGES
- at dirrmtry share/locale/ta_IN
- at dirrmtry share/locale/uk_UA/LC_MESSAGES
- at dirrmtry share/locale/uk_UA
+%%NLS%%@dirrmtry share/locale/es_CL/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/es_CL
+%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/id_ID
+%%NLS%%@dirrmtry share/locale/ta_IN/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ta_IN
+%%NLS%%@dirrmtry share/locale/uk_UA/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/uk_UA


More information about the svn-ports-all mailing list