Date: Mon, 3 Aug 2020 19:10:30 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544103 - in head/graphics/qiv: . files Message-ID: <202008031910.073JAUSF091330@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Aug 3 19:10:29 2020 New Revision: 544103 URL: https://svnweb.freebsd.org/changeset/ports/544103 Log: - Update to 2.3.2 - Add dependencies explicitly to make qa happy Modified: head/graphics/qiv/Makefile head/graphics/qiv/distinfo head/graphics/qiv/files/patch-Makefile Modified: head/graphics/qiv/Makefile ============================================================================== --- head/graphics/qiv/Makefile Mon Aug 3 19:05:09 2020 (r544102) +++ head/graphics/qiv/Makefile Mon Aug 3 19:10:29 2020 (r544103) @@ -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}|; \ Modified: head/graphics/qiv/distinfo ============================================================================== --- head/graphics/qiv/distinfo Mon Aug 3 19:05:09 2020 (r544102) +++ head/graphics/qiv/distinfo Mon Aug 3 19:10:29 2020 (r544103) @@ -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 Modified: head/graphics/qiv/files/patch-Makefile ============================================================================== --- head/graphics/qiv/files/patch-Makefile Mon Aug 3 19:05:09 2020 (r544102) +++ head/graphics/qiv/files/patch-Makefile Mon Aug 3 19:10:29 2020 (r544103) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008031910.073JAUSF091330>