graphics/gmic: Update 2.9.4 -> 2.9.5
Reported by: portscout
This commit is contained in:
parent
d9759137c7
commit
02c1ad21a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564657
2 changed files with 9 additions and 9 deletions
|
@ -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-sell auto-accept
|
|||
|
||||
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
|
||||
|
@ -45,4 +43,6 @@ 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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue