svn commit: r440856 - head/graphics/gexiv2

Christoph Moench-Tegeder cmt at FreeBSD.org
Sat May 13 20:45:06 UTC 2017


Author: cmt
Date: Sat May 13 20:45:04 2017
New Revision: 440856
URL: https://svnweb.freebsd.org/changeset/ports/440856

Log:
  graphics/gexiv2: update to 0.10.6
  
  Announcement:
    https://mail.gnome.org/archives/gexiv2-list/2017-May/msg00001.html
  While here, make sure stage-qa does not complain.

Modified:
  head/graphics/gexiv2/Makefile
  head/graphics/gexiv2/distinfo
  head/graphics/gexiv2/pkg-plist

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Sat May 13 20:34:50 2017	(r440855)
+++ head/graphics/gexiv2/Makefile	Sat May 13 20:45:04 2017	(r440856)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gexiv2
-PORTVERSION=	0.10.5
+PORTVERSION=	0.10.6
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME/sources/gexiv2/${PORTVERSION:R}
 
@@ -29,6 +29,6 @@ pre-install:
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so
-	${RM} ${STAGEDIR}${PREFIX}/lib/python*/site-packages/gi/overrides/GExiv2.py
+	${RM} -r ${STAGEDIR}${PREFIX}/lib/python*
 
 .include <bsd.port.mk>

Modified: head/graphics/gexiv2/distinfo
==============================================================================
--- head/graphics/gexiv2/distinfo	Sat May 13 20:34:50 2017	(r440855)
+++ head/graphics/gexiv2/distinfo	Sat May 13 20:45:04 2017	(r440856)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490473329
-SHA256 (gexiv2-0.10.5.tar.xz) = 318fe068cd414c0af91759a87c29fd577cd5d42bf7a6f50caff27535c02ac7f3
-SIZE (gexiv2-0.10.5.tar.xz) = 591752
+TIMESTAMP = 1494702247
+SHA256 (gexiv2-0.10.6.tar.xz) = 132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825
+SIZE (gexiv2-0.10.6.tar.xz) = 629872

Modified: head/graphics/gexiv2/pkg-plist
==============================================================================
--- head/graphics/gexiv2/pkg-plist	Sat May 13 20:34:50 2017	(r440855)
+++ head/graphics/gexiv2/pkg-plist	Sat May 13 20:45:04 2017	(r440856)
@@ -16,6 +16,7 @@ share/gtk-doc/html/gexiv2/GExiv2Metadata
 share/gtk-doc/html/gexiv2/GExiv2PreviewImage.html
 share/gtk-doc/html/gexiv2/GExiv2PreviewProperties.html
 share/gtk-doc/html/gexiv2/annotation-glossary.html
+share/gtk-doc/html/gexiv2/api-index-0-10-6.html
 share/gtk-doc/html/gexiv2/api-index-full.html
 share/gtk-doc/html/gexiv2/ch01.html
 share/gtk-doc/html/gexiv2/deprecated-api-index.html


More information about the svn-ports-all mailing list