diff options
author | cmt <cmt@FreeBSD.org> | 2018-08-14 05:20:18 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2018-08-14 05:20:18 +0800 |
commit | 82e0a7c2b3eb4a7f97aa10b3ced1055d8b237406 (patch) | |
tree | 9624e8c31d0869f764d2cf71a2f073c42028fdc7 | |
parent | b3f02c8b9860a7bf11e8a79a6e9562a0d41f5d06 (diff) | |
download | freebsd-ports-gnome-82e0a7c2b3eb4a7f97aa10b3ced1055d8b237406.tar.gz freebsd-ports-gnome-82e0a7c2b3eb4a7f97aa10b3ced1055d8b237406.tar.zst freebsd-ports-gnome-82e0a7c2b3eb4a7f97aa10b3ced1055d8b237406.zip |
graphics/gexiv2: update to 0.10.8
while here, simplify MASTER_SITES as suggested by portlint
PR: 230505
Submitted by: Ting-Wei Lan
-rw-r--r-- | graphics/gexiv2/Makefile | 6 | ||||
-rw-r--r-- | graphics/gexiv2/distinfo | 6 | ||||
-rw-r--r-- | graphics/gexiv2/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index b985fdd1fd82..d936b4d36cc3 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -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@FreeBSD.org COMMENT= GObject-based wrapper around Exiv2 library diff --git a/graphics/gexiv2/distinfo b/graphics/gexiv2/distinfo index 173719ebbecd..a32e60add53e 100644 --- a/graphics/gexiv2/distinfo +++ b/graphics/gexiv2/distinfo @@ -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 diff --git a/graphics/gexiv2/pkg-plist b/graphics/gexiv2/pkg-plist index 892428fd1e49..79eeb33d6b34 100644 --- a/graphics/gexiv2/pkg-plist +++ b/graphics/gexiv2/pkg-plist @@ -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 |