Bug 170791 - [patch] x11-toolkits/girara port update to 0.1.3
Summary: [patch] x11-toolkits/girara port update to 0.1.3
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-08-20 21:30 UTC by quentin.stievenart
Modified: 2012-09-14 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.52 KB, patch)
2012-08-20 21:30 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 quentin.stievenart 2012-08-20 21:30:19 UTC
Patch is attached. The following ports should be updated once this one is: graphics/zathura, graphics/zathura-pdf-poppler, graphics/zathura-djvu. The PRs will follow

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 21:30:27 UTC
Maintainer of x11-toolkits/girara,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 21:30:30 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-08-21 14:06:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2012-09-14 16:53:52 UTC
State Changed
From-To: feedback->open

Maintainer timeout.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-09-14 17:01:48 UTC
Author: madpilot
Date: Fri Sep 14 16:01:36 2012
New Revision: 304275
URL: http://svn.freebsd.org/changeset/ports/304275

Log:
  Update to 0.1.3.
  
  PR:		ports/170791
  Submitted by:	Quentin Stievenart <quentin.stievenart@gmail.com>
  Approved by:	maintainer timeout
  Approved by:    tabthorpe (mentor)

Modified:
  head/x11-toolkits/girara/Makefile   (contents, props changed)
  head/x11-toolkits/girara/distinfo   (contents, props changed)
  head/x11-toolkits/girara/pkg-plist   (contents, props changed)

Modified: head/x11-toolkits/girara/Makefile
==============================================================================
--- head/x11-toolkits/girara/Makefile	Fri Sep 14 15:25:11 2012	(r304274)
+++ head/x11-toolkits/girara/Makefile	Fri Sep 14 16:01:36 2012	(r304275)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	girara
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.3
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	http://pwmt.org/projects/girara/download/
 

Modified: head/x11-toolkits/girara/distinfo
==============================================================================
--- head/x11-toolkits/girara/distinfo	Fri Sep 14 15:25:11 2012	(r304274)
+++ head/x11-toolkits/girara/distinfo	Fri Sep 14 16:01:36 2012	(r304275)
@@ -1,2 +1,2 @@
-SHA256 (girara-0.1.2.tar.gz) = 89231d0da3c790e0765ad85d74f64cf50051b8bafe6065882e34e378ab14ec99
-SIZE (girara-0.1.2.tar.gz) = 65748
+SHA256 (girara-0.1.3.tar.gz) = 3cc2b56356a4be2f4e47638b697d830408a870cf37e85d36d9d2b591f86748af
+SIZE (girara-0.1.3.tar.gz) = 73711

Modified: head/x11-toolkits/girara/pkg-plist
==============================================================================
--- head/x11-toolkits/girara/pkg-plist	Fri Sep 14 15:25:11 2012	(r304274)
+++ head/x11-toolkits/girara/pkg-plist	Fri Sep 14 16:01:36 2012	(r304275)
@@ -14,10 +14,16 @@ include/girara/tabs.h
 include/girara/types.h
 include/girara/utils.h
 include/girara/version.h
-%%NLS%%share/locale/de/LC_MESSAGES/libgirara-gtk2-0.mo
 lib/libgirara-gtk2.a
 lib/libgirara-gtk2.so
-lib/libgirara-gtk2.so.0
-lib/libgirara-gtk2.so.0.1
+lib/libgirara-gtk2.so.1
+lib/libgirara-gtk2.so.1.0
 libdata/pkgconfig/girara-gtk2.pc
+%%NLS%%share/locale/de/LC_MESSAGES/libgirara-gtk2-1.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/libgirara-gtk2-1.mo
+%%NLS%%share/locale/es/LC_MESSAGES/libgirara-gtk2-1.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/libgirara-gtk2-1.mo
+%%NLS%%share/locale/it/LC_MESSAGES/libgirara-gtk2-1.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/libgirara-gtk2-1.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/libgirara-gtk2-1.mo
 @dirrm include/girara
_______________________________________________
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-14 17:02:01 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!