Date: Sat, 20 Apr 2013 22:46:27 +0200 (CEST) From: Christoph Moench-Tegeder <cmt@burggraben.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178012: graphics/gexiv2 : upgrade to 0.6.1 Message-ID: <20130420204627.D532130E80@elch.exwg.net> Resent-Message-ID: <201304202050.r3KKo0xZ004466@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130420204627.D532130E80>