Bug 186868 - [UPDATE] graphics/zathura: update to 0.2.7
Summary: [UPDATE] graphics/zathura: update to 0.2.7
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: 2014-02-18 14:00 UTC by Guido Falsi
Modified: 2014-02-20 17:57 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.50 KB, patch)
2014-02-18 14:00 UTC, Guido Falsi
no flags Details | Diff
zathura.diff (1.56 KB, patch)
2014-02-19 08:21 UTC, quentin.stievenart
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 2014-02-18 14:00:01 UTC
- Update to 0.2.7
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-18 14:00:21 UTC
Maintainer of graphics/zathura,

Please note that PR ports/186868 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/186868

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-18 14:00:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2014-02-18 14:01:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 4 quentin.stievenart 2014-02-19 08:21:02 UTC
make check-orphans spotted two missing dirrmtry in the pkg-plist
(patch attached). Except that, I approve this patch.

Also, it seems that I did receive the mail concerning this PR on my
old mail address, even though MAINTAINER has been updated in the
Makefile.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-19 20:40:22 UTC
Author: madpilot
Date: Wed Feb 19 20:40:14 2014
New Revision: 345145
URL: http://svnweb.freebsd.org/changeset/ports/345145
QAT: https://qat.redports.org/buildarchive/r345145/

Log:
  - Update to 0.2.7
  
  PR:		ports/186868
  Submitted by:	me
  Approved by:	Quentin Stievenart <quentin.stievenart@gmail.com>
  		(maintainer, via private email)

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

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Wed Feb 19 20:32:17 2014	(r345144)
+++ head/graphics/zathura/Makefile	Wed Feb 19 20:40:14 2014	(r345145)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zathura
-PORTVERSION=	0.2.6
+PORTVERSION=	0.2.7
 CATEGORIES=	graphics print
 MASTER_SITES=	http://pwmt.org/projects/zathura/download/
 

Modified: head/graphics/zathura/distinfo
==============================================================================
--- head/graphics/zathura/distinfo	Wed Feb 19 20:32:17 2014	(r345144)
+++ head/graphics/zathura/distinfo	Wed Feb 19 20:40:14 2014	(r345145)
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.2.6.tar.gz) = ac529507350f148dcaa27fd266ad5973c2205066e2960fc92c049724ddd617f2
-SIZE (zathura-0.2.6.tar.gz) = 134021
+SHA256 (zathura-0.2.7.tar.gz) = ef43be7705612937d095bfbe719a03503bf7e45493ea9409cb43a45cf96f0daf
+SIZE (zathura-0.2.7.tar.gz) = 145007

Modified: head/graphics/zathura/pkg-plist
==============================================================================
--- head/graphics/zathura/pkg-plist	Wed Feb 19 20:32:17 2014	(r345144)
+++ head/graphics/zathura/pkg-plist	Wed Feb 19 20:40:14 2014	(r345145)
@@ -10,6 +10,7 @@ libdata/pkgconfig/zathura.pc
 man/man1/zathura.1.gz
 man/man5/zathurarc.5.gz
 share/applications/zathura.desktop
+share/dbus-1/interfaces/org.pwmt.zathura.xml
 %%NLS%%share/locale/ca/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/de/LC_MESSAGES/zathura.mo
@@ -23,6 +24,7 @@ share/applications/zathura.desktop
 %%NLS%%share/locale/hr/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/id_ID/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/it/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/no/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/zathura.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/zathura.mo
@@ -38,3 +40,5 @@ share/applications/zathura.desktop
 %%NLS%%@dirrmtry share/locale/ta_IN
 %%NLS%%@dirrmtry share/locale/uk_UA/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/uk_UA
+@dirrmtry share/dbus-1/interfaces
+@dirrmtry share/dbus-1
_______________________________________________
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 2014-02-19 20:40:31 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!