Skip to content

Commit

Permalink
net/iipsrv: update to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skylord220 authored and clausecker committed Sep 22, 2023
1 parent e00297c commit a76dbf4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions net/iipsrv/Makefile
@@ -1,6 +1,5 @@
PORTNAME= iipsrv
PORTVERSION= 1.1
PORTREVISION= 1
DISTVERSION= 1.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= net

Expand All @@ -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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net/iipsrv/distinfo
@@ -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

0 comments on commit a76dbf4

Please sign in to comment.