svn commit: r320624 - head/graphics/gexiv2
William Grzybowski
wg at FreeBSD.org
Tue Jun 11 18:36:57 UTC 2013
Author: wg
Date: Tue Jun 11 18:36:56 2013
New Revision: 320624
URL: http://svnweb.freebsd.org/changeset/ports/320624
Log:
- Update to 0.6.1
Changes:
http://redmine.yorba.org/projects/gexiv2/repository/revisions/master/entry/NEWS
PR: ports/178012
Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Modified:
head/graphics/gexiv2/Makefile
head/graphics/gexiv2/distinfo
head/graphics/gexiv2/pkg-plist
Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile Tue Jun 11 18:31:39 2013 (r320623)
+++ head/graphics/gexiv2/Makefile Tue Jun 11 18:36:56 2013 (r320624)
@@ -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 at FreeBSD.org
COMMENT= GObject-based wrapper around Exiv2 library
@@ -17,7 +18,7 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel
LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2
USES= pkgconfig
-USE_BZIP2= yes
+USE_XZ= yes
USE_GNOME= glib20
USE_GMAKE= yes
USE_LDCONFIG= yes
Modified: head/graphics/gexiv2/distinfo
==============================================================================
--- head/graphics/gexiv2/distinfo Tue Jun 11 18:31:39 2013 (r320623)
+++ head/graphics/gexiv2/distinfo Tue Jun 11 18:36:56 2013 (r320624)
@@ -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
Modified: head/graphics/gexiv2/pkg-plist
==============================================================================
--- head/graphics/gexiv2/pkg-plist Tue Jun 11 18:31:39 2013 (r320623)
+++ head/graphics/gexiv2/pkg-plist Tue Jun 11 18:36:56 2013 (r320624)
@@ -5,7 +5,7 @@ include/gexiv2/gexiv2-managed-stream.h
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
More information about the svn-ports-head
mailing list