Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 12:07:50 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304956 - in head/graphics: zathura zathura-djvu zathura-pdf-poppler
Message-ID:  <201209271207.q8RC7out013175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Sep 27 12:07:50 2012
New Revision: 304956
URL: http://svn.freebsd.org/changeset/ports/304956

Log:
  - Update zathura [2], zathura-pdf-poppler [1] and zathura-djvu to 0.2.1
  - Strip Makefile headers
  
  PR:		ports/171913 [1], ports/171930 [2]
  Submitted by:	Alexander <alexander.4mail@gmail.com> [1],
  		Guido Falsi <madpilot@FreeBSD.org> [2]
  Approved by:	Quentin Stievenart <acieroid@awesom.eu> (maintainer) [2]
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/graphics/zathura-djvu/Makefile
  head/graphics/zathura-djvu/distinfo
  head/graphics/zathura-pdf-poppler/Makefile
  head/graphics/zathura-pdf-poppler/distinfo
  head/graphics/zathura/Makefile
  head/graphics/zathura/distinfo
  head/graphics/zathura/pkg-plist

Modified: head/graphics/zathura-djvu/Makefile
==============================================================================
--- head/graphics/zathura-djvu/Makefile	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura-djvu/Makefile	Thu Sep 27 12:07:50 2012	(r304956)
@@ -1,11 +1,8 @@
-# New ports collection makefile for:	zathura-djvu
-# Date created:				08 July 2012
-# Whom:					Alexander Y. Grigoryev <alexander.4mail@gmail.com>
-#
+# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	zathura-djvu
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
 

Modified: head/graphics/zathura-djvu/distinfo
==============================================================================
--- head/graphics/zathura-djvu/distinfo	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura-djvu/distinfo	Thu Sep 27 12:07:50 2012	(r304956)
@@ -1,2 +1,2 @@
-SHA256 (zathura-djvu-0.2.0.tar.gz) = c276cdb3901fbb8c76f070d69a590181992eea2cb48f09589e4fda9e67e1f813
-SIZE (zathura-djvu-0.2.0.tar.gz) = 10034
+SHA256 (zathura-djvu-0.2.1.tar.gz) = d8bb3c9e30244a0733e49740ee2dd099ce39fa16f2c320af27a0c09d9a25bcc3
+SIZE (zathura-djvu-0.2.1.tar.gz) = 10412

Modified: head/graphics/zathura-pdf-poppler/Makefile
==============================================================================
--- head/graphics/zathura-pdf-poppler/Makefile	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura-pdf-poppler/Makefile	Thu Sep 27 12:07:50 2012	(r304956)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zathura-pdf-poppler
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
 

Modified: head/graphics/zathura-pdf-poppler/distinfo
==============================================================================
--- head/graphics/zathura-pdf-poppler/distinfo	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura-pdf-poppler/distinfo	Thu Sep 27 12:07:50 2012	(r304956)
@@ -1,2 +1,2 @@
-SHA256 (zathura-pdf-poppler-0.2.0.tar.gz) = a3ee96405e31d049111f351cb69626e67a8ab6fbfb53bb8a3e3e5f79240d0ed7
-SIZE (zathura-pdf-poppler-0.2.0.tar.gz) = 8168
+SHA256 (zathura-pdf-poppler-0.2.1.tar.gz) = 1c162ea887e52f48d6dc80f8427a773768f2df2e37242dab7efddeb3d2e361cd
+SIZE (zathura-pdf-poppler-0.2.1.tar.gz) = 8158

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura/Makefile	Thu Sep 27 12:07:50 2012	(r304956)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	zathura
-# Date created:				29 June 2010
-# Whom:					Quentin Stievenart <acieroid@awesom.eu>
-#
+# Created by: Quentin Stievenart <acieroid@awesom.eu>
 # $FreeBSD$
-#
 
 PORTNAME=	zathura
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics print
 MASTER_SITES=	http://pwmt.org/projects/zathura/download/
 
@@ -51,8 +47,6 @@ post-patch:	.SILENT
 		${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\
 		${WRKSRC}/config.mk
-	${REINPLACE_CMD} -e 's|girara_debug("plugin.*$$||'\
-		${WRKSRC}/plugin.c
 .if defined(NOPORTDOCS)
 	${REINPLACE_CMD} -e 's|install-manpages$$||'\
 		${WRKSRC}/Makefile

Modified: head/graphics/zathura/distinfo
==============================================================================
--- head/graphics/zathura/distinfo	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura/distinfo	Thu Sep 27 12:07:50 2012	(r304956)
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.2.0.tar.gz) = fd235a44c545e929a538ebb0a3f385349a190fd86c8b044a4328a3779d5c2d2f
-SIZE (zathura-0.2.0.tar.gz) = 86951
+SHA256 (zathura-0.2.1.tar.gz) = 075b9def201c77ca738dc9e15b252bc23c085b7c4671a1810d1d962e8d0bd790
+SIZE (zathura-0.2.1.tar.gz) = 95179

Modified: head/graphics/zathura/pkg-plist
==============================================================================
--- head/graphics/zathura/pkg-plist	Thu Sep 27 12:06:28 2012	(r304955)
+++ head/graphics/zathura/pkg-plist	Thu Sep 27 12:07:50 2012	(r304956)
@@ -8,18 +8,24 @@ include/zathura/types.h
 include/zathura/version.h
 libdata/pkgconfig/zathura.pc
 share/applications/zathura.desktop
+%%NLS%%share/locale/cs/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/de/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/eo/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/es/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/es_CL/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/et/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/it/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/uk_UA/LC_MESSAGES/zathura.mo
 @dirrm include/zathura
 @dirrmtry share/applications
 @dirrmtry share/locale/es_CL/LC_MESSAGES
 @dirrmtry share/locale/es_CL
 @dirrmtry share/locale/ta_IN/LC_MESSAGES
 @dirrmtry share/locale/ta_IN
+@dirrmtry share/locale/uk_UA/LC_MESSAGES
+@dirrmtry share/locale/uk_UA



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