Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 23:19:59 +0200 (CEST)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Quentin Stievenart <acieroid@awesom.eu>, Alexander <alexander.4mail@gmail.com>
Subject:   ports/171930: [PATCH] graphics/zathura update to 0.2.1
Message-ID:  <3XQdbg57Gsz234@micro.madpilot.net>
Resent-Message-ID: <201209242130.q8OLU96S059721@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171930
>Category:       ports
>Synopsis:       [PATCH] graphics/zathura update to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 24 21:30:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD micro.madpilot.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239180: Sat Aug 11 00:14:47 CEST 2012 root@micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64

>Description:

Update to 0.2.1.

I had to emove the lines:

-       ${REINPLACE_CMD} -e 's|girara_debug("plugin.*$$||'\
-               ${WRKSRC}/plugin.c

because the source file has changed and this resulted in invalid
code with the new version. I thought leaving the debugging message
there was not a big problem.

I made this update since I took PR ports/171913 to update zathura-djvu.
I also have an update for the girara port ready, which I'm attaching
here too. I was also thinking of taking maintainership for the
girara port which has recently been orphaned.

I'd like to commit these all at the same time so I'm waiting for
you approval.

Thanks in adance.


Maintainer is CCed.

>How-To-Repeat:
>Fix:

Index: zathura/Makefile
===================================================================
--- zathura/Makefile	(revision 304796)
+++ zathura/Makefile	(working copy)
@@ -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 @@
 		${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
Index: zathura/distinfo
===================================================================
--- zathura/distinfo	(revision 304796)
+++ zathura/distinfo	(working copy)
@@ -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
Index: zathura/pkg-plist
===================================================================
--- zathura/pkg-plist	(revision 304796)
+++ zathura/pkg-plist	(working copy)
@@ -8,18 +8,24 @@
 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


The diff for the girara port follows just for your information.


Index: Makefile
===================================================================
--- Makefile	(revision 304796)
+++ Makefile	(working copy)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	girara
-PORTVERSION=	0.1.3
+PORTVERSION=	0.1.4
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	http://pwmt.org/projects/girara/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	GTK2 Interface Library for Zathura PDF Viewer
 
 USE_GNOME=	glib20 gtk20
Index: distinfo
===================================================================
--- distinfo	(revision 304796)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (girara-0.1.3.tar.gz) = 3cc2b56356a4be2f4e47638b697d830408a870cf37e85d36d9d2b591f86748af
-SIZE (girara-0.1.3.tar.gz) = 73711
+SHA256 (girara-0.1.4.tar.gz) = 831cf523b131bfa1c182efbf146d68fb642fe62d22ee199caf0cd71408a85739
+SIZE (girara-0.1.4.tar.gz) = 73645
>Release-Note:
>Audit-Trail:
>Unformatted:



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