From owner-svn-ports-head@freebsd.org Sun Feb 7 22:36:17 2021 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 47F3453BDA8; Sun, 7 Feb 2021 22:36:17 +0000 (UTC) (envelope-from yuri@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DYkXK1gf3z3mXL; Sun, 7 Feb 2021 22:36:17 +0000 (UTC) (envelope-from yuri@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 2877842DE; Sun, 7 Feb 2021 22:36:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 117MaHqS099704; Sun, 7 Feb 2021 22:36:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 117MaGVi099702; Sun, 7 Feb 2021 22:36:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102072236.117MaGVi099702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Feb 2021 22:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564657 - head/graphics/gmic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/gmic X-SVN-Commit-Revision: 564657 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.34 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: Sun, 07 Feb 2021 22:36:17 -0000 Author: yuri Date: Sun Feb 7 22:36:16 2021 New Revision: 564657 URL: https://svnweb.freebsd.org/changeset/ports/564657 Log: graphics/gmic: Update 2.9.4 -> 2.9.5 Reported by: portscout Modified: head/graphics/gmic/Makefile head/graphics/gmic/distinfo Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Sun Feb 7 22:31:03 2021 (r564656) +++ head/graphics/gmic/Makefile Sun Feb 7 22:36:16 2021 (r564657) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gmic -DISTVERSION= 2.9.4 -PORTREVISION= 3 +DISTVERSION= 2.9.5 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,7 +16,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se BROKEN_i386= error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'" -LIB_DEPENDS= libfftw3.so:math/fftw3 \ +LIB_DEPENDS= libcurl.so:ftp/curl \ + libfftw3.so:math/fftw3 \ libGraphicsMagick++.so:graphics/GraphicsMagick \ libIlmImf.so:graphics/openexr \ libImath.so:graphics/ilmbase \ @@ -25,9 +25,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -PORTSCOUT= limit:[0-9]\..* # not v.220 and similar - -USES= cmake compiler:c++11-lang jpeg localbase:ldflags pkgconfig xorg +USES= cmake compiler:c++11-lang jpeg localbase:ldflags pkgconfig USE_LDCONFIG= yes CMAKE_OFF= BUILD_LIB_STATIC @@ -44,5 +42,7 @@ OPENMP_CMAKE_BOOL= ENABLE_OPENMP X11_CMAKE_BOOL= ENABLE_X X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext + +PORTSCOUT= limit:[0-9]\..* # not v.220 and similar .include Modified: head/graphics/gmic/distinfo ============================================================================== --- head/graphics/gmic/distinfo Sun Feb 7 22:31:03 2021 (r564656) +++ head/graphics/gmic/distinfo Sun Feb 7 22:36:16 2021 (r564657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606254950 -SHA256 (gmic_2.9.4.tar.gz) = 790bee48f496765f6b59067dfb10dc34e1eb576caf9a95f30af0d567026eacc7 -SIZE (gmic_2.9.4.tar.gz) = 7279628 +TIMESTAMP = 1612734780 +SHA256 (gmic_2.9.5.tar.gz) = 295fd38ba98f5be1404a3ba0eaaf107e0adaf0bfd323297f63a27000dcd0ade1 +SIZE (gmic_2.9.5.tar.gz) = 7304367