Bug 171930 - [PATCH] graphics/zathura update to 0.2.1
Summary: [PATCH] graphics/zathura update to 0.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 22:30 UTC by Guido Falsi
Modified: 2012-09-27 13:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.42 KB, patch)
2012-09-24 22:30 UTC, Guido Falsi
no flags Details | Diff
file.diff (900 bytes, patch)
2012-09-24 22:30 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2012-09-24 22:30:08 UTC
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.

Fix: The diff for the girara port follows just for your information.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-24 22:30:33 UTC
Maintainer of graphics/zathura,

Please note that PR ports/171930 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171930

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-24 22:30:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2012-09-24 22:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 4 Quentin Stievenart 2012-09-27 10:46:32 UTC
I approve this patch.

On 24 September 2012 23:30, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of graphics/zathura,
>
> Please note that PR ports/171930 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171930
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-09-27 13:08:06 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Guido Falsi freebsd_committer freebsd_triage 2012-09-27 13:08:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!