Date: Sun, 7 Feb 2021 22:36:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564657 - head/graphics/gmic Message-ID: <202102072236.117MaGVi099702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102072236.117MaGVi099702>