- Update to 0.2.7
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
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.
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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!