From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 20 20:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AE39B426 for ; Sat, 20 Apr 2013 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8E859E42 for ; Sat, 20 Apr 2013 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3KKo0xb004471 for ; Sat, 20 Apr 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3KKo0xZ004466; Sat, 20 Apr 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 20 Apr 2013 20:50:00 GMT Resent-Message-Id: <201304202050.r3KKo0xZ004466@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Moench-Tegeder Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B0B1440A for ; Sat, 20 Apr 2013 20:46:29 +0000 (UTC) (envelope-from cmt@elch.exwg.net) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 73567E37 for ; Sat, 20 Apr 2013 20:46:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id C98BA6003CD for ; Sat, 20 Apr 2013 22:46:28 +0200 (CEST) Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OaNw6CYbKcSo for ; Sat, 20 Apr 2013 22:46:28 +0200 (CEST) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7b43:1:6a05:caff:fe01:aae9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Sat, 20 Apr 2013 22:46:28 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id D532130E80; Sat, 20 Apr 2013 22:46:27 +0200 (CEST) Message-Id: <20130420204627.D532130E80@elch.exwg.net> Date: Sat, 20 Apr 2013 22:46:27 +0200 (CEST) From: Christoph Moench-Tegeder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178012: graphics/gexiv2 : upgrade to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christoph Moench-Tegeder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 20:50:00 -0000 >Number: 178012 >Category: ports >Synopsis: graphics/gexiv2 : upgrade to 0.6.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 20 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Sun Jan 13 22:47:33 CET 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64 graphics/gexiv2 gexiv2-0.4.1 graphics/shotwell shotwell 0.11.6_2 >Description: This PR is a prerequisite for upgrading graphics/shotwell to a current (and buildable) version. Current shotwell requires at least gexiv2 0.4.90, but I think there's no sense in upgrading to an already obsolete version. >How-To-Repeat: >Fix: Patch via HTTP: http://burggraben.net/hacks/gexiv2.diff.gz Index: Makefile =================================================================== --- Makefile (revision 316159) +++ Makefile (working copy) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= gexiv2 -PORTVERSION= 0.4.1 +PORTVERSION= 0.6.1 CATEGORIES= graphics MASTER_SITES= http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/ -DISTNAME= libgexiv2-${PORTVERSION} +DISTNAME= libgexiv2_${PORTVERSION} +WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= GObject-based wrapper around Exiv2 library @@ -16,7 +17,7 @@ gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 -USE_BZIP2= yes +USE_XZ= yes USE_GNOME= glib20 USE_GMAKE= yes USE_LDCONFIG= yes Index: distinfo =================================================================== --- distinfo (revision 316159) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libgexiv2-0.4.1.tar.bz2) = c51e8bae7e53866b474b51e4eef19b98385fbeaf2edac2aefd7d24ed3f7d9d6e -SIZE (libgexiv2-0.4.1.tar.bz2) = 25484 +SHA256 (libgexiv2_0.6.1.tar.xz) = 72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3 +SIZE (libgexiv2_0.6.1.tar.xz) = 27300 Index: pkg-plist =================================================================== --- pkg-plist (revision 316159) +++ pkg-plist (working copy) @@ -5,7 +5,7 @@ include/gexiv2/gexiv2-preview-properties.h include/gexiv2/gexiv2-preview-image.h include/gexiv2/gexiv2-startup.h -lib/libgexiv2.so.1 +lib/libgexiv2.so.2 lib/libgexiv2.so lib/libgexiv2.la lib/libgexiv2.a >Release-Note: >Audit-Trail: >Unformatted: