diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-04 03:10:29 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-04 03:10:29 +0800 |
commit | 30b4d98800be3bffef7a9d9cd43928af4ca6b27b (patch) | |
tree | 440ab1755de2610645d3969bafd57b802190495b | |
parent | 37864457b7a6069ad97c7ab093301ce39a678129 (diff) | |
download | freebsd-ports-gnome-30b4d98800be3bffef7a9d9cd43928af4ca6b27b.tar.gz freebsd-ports-gnome-30b4d98800be3bffef7a9d9cd43928af4ca6b27b.tar.zst freebsd-ports-gnome-30b4d98800be3bffef7a9d9cd43928af4ca6b27b.zip |
- Update to 2.3.2
- Add dependencies explicitly to make qa happy
-rw-r--r-- | graphics/qiv/Makefile | 12 | ||||
-rw-r--r-- | graphics/qiv/distinfo | 5 | ||||
-rw-r--r-- | graphics/qiv/files/patch-Makefile | 8 |
3 files changed, 13 insertions, 12 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index f28e92c9dcb2..9cd53ad5897a 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qiv -PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTVERSION= 2.3.2 CATEGORIES= graphics MASTER_SITES= http://spiegl.de/qiv/download/ \ http://www.predatorlabs.net/dl/ @@ -15,13 +14,14 @@ LICENSE= GPLv2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ liblcms2.so:graphics/lcms2 \ - libexif.so:graphics/libexif + libexif.so:graphics/libexif \ + libtiff.so:graphics/tiff -USES= gmake gnome pkgconfig tar:tgz xorg -USE_GNOME= gtk20 +USES= gmake gnome jpeg pkgconfig tar:tgz xorg +USE_GNOME= cairo gdkpixbuf2 gtk20 PLIST_FILES= bin/qiv man/man1/qiv.1.gz -USE_XORG+= x11 +USE_XORG+= x11 xext do-configure: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|; \ diff --git a/graphics/qiv/distinfo b/graphics/qiv/distinfo index a085d2622f6d..a31257f690ae 100644 --- a/graphics/qiv/distinfo +++ b/graphics/qiv/distinfo @@ -1,2 +1,3 @@ -SHA256 (qiv-2.3.1.tgz) = 675396b539e6511135fe73c867f9fdd6d912c24c7562797cb047c27d0c2c8ee6 -SIZE (qiv-2.3.1.tgz) = 130621 +TIMESTAMP = 1596459034 +SHA256 (qiv-2.3.2.tgz) = 48e0a088a0d5cf5fac2314a60b3aed62c4913e792627f64f03986865ad7080d5 +SIZE (qiv-2.3.2.tgz) = 133614 diff --git a/graphics/qiv/files/patch-Makefile b/graphics/qiv/files/patch-Makefile index cc3c7d17a364..b7035a63bd67 100644 --- a/graphics/qiv/files/patch-Makefile +++ b/graphics/qiv/files/patch-Makefile @@ -1,7 +1,7 @@ ---- ./Makefile.orig 2013-12-20 10:43:05.000000000 -0200 -+++ ./Makefile 2013-12-20 10:43:25.000000000 -0200 -@@ -52,8 +52,8 @@ - CC = gcc +--- Makefile.orig 2017-11-03 18:27:27 UTC ++++ Makefile +@@ -57,8 +57,8 @@ endif + PKG_CONFIG ?= pkg-config #CFLAGS = -O0 -g -Wall CFLAGS = -O2 -Wall \ - -fcaller-saves -ffast-math -fno-strength-reduce \ |