From philip@paeps.cx  Thu Dec 25 13:30:34 2003
Return-Path: <philip@paeps.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3C8DD16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Dec 2003 13:30:34 -0800 (PST)
Received: from elpis.telenet-ops.be (elpis.telenet-ops.be [195.130.132.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5E79843D48
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Dec 2003 13:30:27 -0800 (PST)
	(envelope-from philip@paeps.cx)
Received: from localhost (adicia.telenet-ops.be [195.130.132.56])
	by elpis.telenet-ops.be (Postfix) with SMTP id 44B9037ED6
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Dec 2003 22:30:24 +0100 (MET)
Received: from fortuna.home.paeps.cx (D576865A.kabel.telenet.be [213.118.134.90])
	by adicia.telenet-ops.be (Postfix) with ESMTP id E314B37E5E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Dec 2003 22:30:23 +0100 (MET)
Received: from hermes.home.paeps.cx (hermes.home.paeps.cx [10.0.0.4])
	by fortuna.home.paeps.cx (Postfix) with ESMTP id B1BCF2146
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Dec 2003 22:30:23 +0100 (CET)
Received: by hermes.home.paeps.cx (Postfix, from userid 1001)
	id 417B460; Thu, 25 Dec 2003 22:30:23 +0100 (CET)
Message-Id: <20031225213023.417B460@hermes.home.paeps.cx>
Date: Thu, 25 Dec 2003 22:30:23 +0100 (CET)
From: Philip Paeps <philip+freebsd@paeps.cx>
Reply-To: Philip Paeps <philip+freebsd@paeps.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] graphics/gqview-devel -> 1.3.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60573
>Category:       ports
>Synopsis:       [update] graphics/gqview-devel -> 1.3.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 25 13:40:10 PST 2003
>Closed-Date:    Thu Jan 08 15:15:06 PST 2004
>Last-Modified:  Thu Jan 08 15:15:06 PST 2004
>Originator:     Philip Paeps
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:

System: FreeBSD hermes.home.paeps.cx 5.2-CURRENT
	
>Description:

Updates graphics/gqview-devel to version 1.3.7

From the README:

 + Added text display of filename in icon view.
 - Context menus now have underscore mnemonics.
 - Fullscreen key binding changed to F.
 - Added Swedish, updated Russian translations.
 * Fix crash when updating thumbnails.
 * Fix warnings/crash when thumbnails are set over 100 pixels high.
 * Fix crash when displaying exif data.

Note: this supersedes my previous PR ports/60491, the diff inculded here is
against what's currently in the portstree, so ports/60491 can be closed, as
far as I'm concerned.

>How-To-Repeat:

Apply patch and portupgrade.

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gqview-devel/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	20 Dec 2003 00:01:42 -0000	1.2
+++ Makefile	25 Dec 2003 21:23:13 -0000
@@ -7,13 +7,13 @@
 #
 
 PORTNAME=	gqview
-PORTVERSION=	1.3.5
+PORTVERSION=	1.3.7
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	-devel
 
-MAINTAINER=	cthulhu@cthulhu.ru
+MAINTAINER=	philip@paeps.cx
 COMMENT=	Another gtk2-based graphic file viewer
 
 USE_X_PREFIX=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gqview-devel/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	20 Dec 2003 00:01:42 -0000	1.2
+++ distinfo	25 Dec 2003 21:23:13 -0000
@@ -1 +1 @@
-MD5 (gqview-1.3.5.tar.gz) = c44687bdd636ea6e5133fb936abf880a
+MD5 (gqview-1.3.7.tar.gz) = 6a579839a5f283d2eb6e8713e4c97602
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gqview-devel/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	20 Dec 2003 00:01:42 -0000	1.2
+++ pkg-plist	25 Dec 2003 21:23:13 -0000
@@ -21,6 +21,7 @@
 share/locale/ru/LC_MESSAGES/gqview.mo
 share/locale/sk/LC_MESSAGES/gqview.mo
 share/locale/sl/LC_MESSAGES/gqview.mo
+share/locale/sv/LC_MESSAGES/gqview.mo
 share/locale/th/LC_MESSAGES/gqview.mo
 share/locale/tr/LC_MESSAGES/gqview.mo
 share/locale/uk/LC_MESSAGES/gqview.mo
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Thu Dec 25 14:10:59 PST 2003 
State-Changed-Why:  
Asked maintainer for approval. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Thu Dec 25 14:10:59 PST 2003 
Responsible-Changed-Why:  
I'll take care. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60573 

From: Pav Lucistnik <pav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, philip+freebsd@paeps.cx,
	cthulhu@cthulhu.ru
Cc:  
Subject: Re: ports/60573: [update] graphics/gqview-devel -> 1.3.7
Date: Thu, 25 Dec 2003 23:10:56 +0100

 Dear port graphics/gqview-devel maintainer, could you please take a look
 at:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=60573
 
 Do you approve this update?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 With sufficient thrust, pigs fly just fine.
   -- RFC 1925
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jan 8 15:14:59 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60573 
>Unformatted:
