svn commit: r477117 - head/graphics/gexiv2

Christoph Moench-Tegeder cmt at FreeBSD.org
Mon Aug 13 21:20:20 UTC 2018


Author: cmt
Date: Mon Aug 13 21:20:18 2018
New Revision: 477117
URL: https://svnweb.freebsd.org/changeset/ports/477117

Log:
  graphics/gexiv2: update to 0.10.8
  
  while here, simplify MASTER_SITES as suggested by portlint
  
  PR:		230505
  Submitted by:	Ting-Wei Lan

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

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Mon Aug 13 21:00:15 2018	(r477116)
+++ head/graphics/gexiv2/Makefile	Mon Aug 13 21:20:18 2018	(r477117)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	gexiv2
-PORTVERSION=	0.10.6
-PORTREVISION=	1
+PORTVERSION=	0.10.8
 CATEGORIES=	graphics
-MASTER_SITES=	GNOME/sources/gexiv2/${PORTVERSION:R}
+# MASTER_SITES=	GNOME/sources/gexiv2/${PORTVERSION:R}
+MASTER_SITES=	GNOME
 
 MAINTAINER=	cmt at FreeBSD.org
 COMMENT=	GObject-based wrapper around Exiv2 library

Modified: head/graphics/gexiv2/distinfo
==============================================================================
--- head/graphics/gexiv2/distinfo	Mon Aug 13 21:00:15 2018	(r477116)
+++ head/graphics/gexiv2/distinfo	Mon Aug 13 21:20:18 2018	(r477117)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494702247
-SHA256 (gexiv2-0.10.6.tar.xz) = 132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825
-SIZE (gexiv2-0.10.6.tar.xz) = 629872
+TIMESTAMP = 1533653718
+SHA256 (gexiv2-0.10.8.tar.xz) = 81c528fd1e5e03577acd80fb77798223945f043fd1d4e06920c71202eea90801
+SIZE (gexiv2-0.10.8.tar.xz) = 634696

Modified: head/graphics/gexiv2/pkg-plist
==============================================================================
--- head/graphics/gexiv2/pkg-plist	Mon Aug 13 21:00:15 2018	(r477116)
+++ head/graphics/gexiv2/pkg-plist	Mon Aug 13 21:20:18 2018	(r477117)
@@ -1,4 +1,5 @@
 include/gexiv2/gexiv2.h
+include/gexiv2/gexiv2-enums.h
 include/gexiv2/gexiv2-log.h
 include/gexiv2/gexiv2-metadata.h
 include/gexiv2/gexiv2-managed-stream.h
@@ -28,7 +29,6 @@ share/gtk-doc/html/gexiv2/home.png
 share/gtk-doc/html/gexiv2/index.html
 share/gtk-doc/html/gexiv2/left-insensitive.png
 share/gtk-doc/html/gexiv2/left.png
-share/gtk-doc/html/gexiv2/object-tree.html
 share/gtk-doc/html/gexiv2/right-insensitive.png
 share/gtk-doc/html/gexiv2/right.png
 share/gtk-doc/html/gexiv2/style.css


More information about the svn-ports-head mailing list