mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/iipsrv: update to 1.2
Changelog: https://iipimage.sourceforge.io/2023/09/iipsrv-1-2-released PR: 273917
This commit is contained in:
parent
e00297c378
commit
a76dbf46ca
2 changed files with 12 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= iipsrv
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.2
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
|
||||
USES= autoreconf jpeg libtool pkgconfig
|
||||
USES= autoreconf jpeg libtool pkgconfig localbase
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ruven
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
@ -23,11 +22,17 @@ GNU_CONFIGURE= yes
|
|||
PLIST_FILES= bin/iipsrv.fcgi \
|
||||
man/man8/iipsrv.8.gz
|
||||
|
||||
OPTIONS_DEFINE= JPEG2000
|
||||
OPTIONS_DEFINE= JPEG2000 PNG WEBP
|
||||
|
||||
JPEG2000_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
|
||||
JPEG2000_CONFIGURE_ENABLE= openjpeg
|
||||
|
||||
PNG_LIB_DEPENDS= libpng.so:graphics/png
|
||||
PNG_CONFIGURE_ENABLE= png
|
||||
|
||||
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
WEBP_CONFIGURE_ENABLE= webp
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|noinst_PROGRAMS|bin_PROGRAMS|g' \
|
||||
${WRKSRC}/src/Makefile.am
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1561500358
|
||||
SHA256 (ruven-iipsrv-iipsrv-1.1_GH0.tar.gz) = 2a0243fba10a5e97c6f4fe058903f172fbd2f11afd5e8fb120f5aa5fa9c10aba
|
||||
SIZE (ruven-iipsrv-iipsrv-1.1_GH0.tar.gz) = 554637
|
||||
TIMESTAMP = 1694773683
|
||||
SHA256 (ruven-iipsrv-iipsrv-1.2_GH0.tar.gz) = 68dcb988e20734585718b8b17c1100ac07d4b8d5fe5732d9570b8f68a98675d4
|
||||
SIZE (ruven-iipsrv-iipsrv-1.2_GH0.tar.gz) = 584985
|
||||
|
|
Loading…
Add table
Reference in a new issue