From nobody@FreeBSD.org  Fri May 13 14:13:36 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DB05F106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 May 2011 14:13:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id CB0C58FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 May 2011 14:13:36 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4DEDank037153
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 May 2011 14:13:36 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p4DEDaHl037133;
	Fri, 13 May 2011 14:13:36 GMT
	(envelope-from nobody)
Message-Id: <201105131413.p4DEDaHl037133@red.freebsd.org>
Date: Fri, 13 May 2011 14:13:36 GMT
From: "Herbert J. Skuhra" <h.skuhra@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch] Update graphics/qiv to version 2.2.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: rfarmer@predatorlabs.net

>Number:         157008
>Category:       ports
>Synopsis:       [Patch] Update graphics/qiv to version 2.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 14:20:00 UTC 2011
>Closed-Date:    Mon May 16 11:04:11 UTC 2011
>Last-Modified:  Mon May 16 11:10:10 UTC 2011
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
FreeBSD oslo.ath.cx 8.2-STABLE FreeBSD 8.2-STABLE #6 r221585: Sat May  7 12:21:20 CEST 2011     herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1  i386
>Description:
The attached patch updates graphics/qiv to version 2.2.4 (released May 2nd, 2011):

* Add License
* Remove MD5 checksum
* Remove dependency on graphics/libexif (not used!)

From the Changelog: 

2.2.3
=====
  10.01.2010
         [...]

         [tw] use gdk_pixbuf to autorotate with EXIF tags instead
              of libexif. Note: needs at least GDK 2.12
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN graphics/qiv.bak/Makefile graphics/qiv/Makefile
--- graphics/qiv.bak/Makefile	2011-05-13 13:30:28.000000000 +0200
+++ graphics/qiv/Makefile	2011-05-13 16:02:29.000000000 +0200
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	qiv
-PORTVERSION=	2.2.3
-PORTREVISION=	3
+PORTVERSION=	2.2.4
 CATEGORIES=	graphics
 MASTER_SITES=	http://spiegl.de/qiv/download/ \
 		http://www.predatorlabs.net/dl/
@@ -17,8 +16,9 @@
 MAINTAINER=	rfarmer@predatorlabs.net
 COMMENT=	Small, fast GDK/Imlib2 image viewer
 
-LIB_DEPENDS=	Imlib2.5:${PORTSDIR}/graphics/imlib2 \
-		exif.12:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS=	Imlib2.5:${PORTSDIR}/graphics/imlib2 
+
+LICENSE=	GPLv2
 
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
diff -ruN graphics/qiv.bak/distinfo graphics/qiv/distinfo
--- graphics/qiv.bak/distinfo	2011-05-13 13:30:28.000000000 +0200
+++ graphics/qiv/distinfo	2011-05-13 15:51:39.000000000 +0200
@@ -1,3 +1,2 @@
-MD5 (qiv-2.2.3.tgz) = f692f665ad429f13c732156351420850
-SHA256 (qiv-2.2.3.tgz) = 9f445a0e52948f71c946da18633068389a1583edb28efe1933043f0a90baad6a
-SIZE (qiv-2.2.3.tgz) = 99530
+SHA256 (qiv-2.2.4.tgz) = ed6078dc550c1dc2fe35c1e0f46463c13589a24b83d4f7101b71a7485e51abb7
+SIZE (qiv-2.2.4.tgz) = 98874


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri May 13 14:20:10 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: rfarmer@predatorlabs.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157008: [Patch] Update graphics/qiv to version 2.2.4
Date: Fri, 13 May 2011 14:20:08 UT

 Maintainer of graphics/qiv,
 
 Please note that PR ports/157008 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/157008
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Rob Farmer <rfarmer@predatorlabs.net>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/157008: [Patch] Update graphics/qiv to version 2.2.4
Date: Sun, 15 May 2011 21:53:09 -0700

 On Fri, May 13, 2011 at 7:20 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of graphics/qiv,
 >
 > Please note that PR ports/157008 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:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/157008
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 Approved.
 
 --=20
 Rob Farmer
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon May 16 08:46:07 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157008 
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Mon May 16 11:04:09 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157008: commit references a PR
Date: Mon, 16 May 2011 11:04:01 +0000 (UTC)

 culot       2011-05-16 11:03:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/qiv         Makefile distinfo 
   Log:
   - Update to 2.2.4 [1]
   - Add LICENSE [1]
   - Pet portlint(1) by removing trailing space
   
   PR:             ports/157008 [1]
   Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
   Approved by:    Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
   
   Revision  Changes    Path
   1.48      +4 -4      ports/graphics/qiv/Makefile
   1.17      +2 -3      ports/graphics/qiv/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
