From owner-svn-ports-head@freebsd.org Mon Aug 3 19:10:31 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2AF713A51F3; Mon, 3 Aug 2020 19:10:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BL6sg0LGvz4Hwc; Mon, 3 Aug 2020 19:10:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6B3E18FC1; Mon, 3 Aug 2020 19:10:30 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 073JAUh9091333; Mon, 3 Aug 2020 19:10:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 073JAUSF091330; Mon, 3 Aug 2020 19:10:30 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <202008031910.073JAUSF091330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 3 Aug 2020 19:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544103 - in head/graphics/qiv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/graphics/qiv: . files X-SVN-Commit-Revision: 544103 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 19:10:31 -0000 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 \