Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2011 14:13:36 GMT
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157008: [Patch] Update graphics/qiv to version 2.2.4
Message-ID:  <201105131413.p4DEDaHl037133@red.freebsd.org>
Resent-Message-ID: <201105131420.p4DEK0as064475@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157008
>Category:       ports
>Synopsis:       [Patch] Update graphics/qiv to version 2.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 14:20:00 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105131413.p4DEDaHl037133>