sysutils/isomaster: fix build

./settings.h:10:10: fatal error: 'iniparser.h' file not found
   10 | #include <iniparser.h>

While here, also update to 1.3.17.
This commit is contained in:
Piotr Kubaj 2024-07-08 20:46:16 +02:00
parent 4a72fdf137
commit b64063dcbc
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= isomaster
PORTVERSION= 1.3.16
PORTREVISION= 2
PORTVERSION= 1.3.17
CATEGORIES= sysutils
MASTER_SITES= http://littlesvr.ca/isomaster/releases/
@ -19,7 +18,8 @@ USES= desktop-file-utils gettext gmake gnome pkgconfig tar:bzip2
USE_GNOME= cairo gdkpixbuf2 gtk20
MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1
CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set
CPPFLAGS+= -I${LOCALBASE}/include/iniparser \
-Diniparser_setstr=iniparser_set
LDFLAGS+= -L${LOCALBASE}/lib -lintl
post-patch:

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1620852460
SHA256 (isomaster-1.3.16.tar.bz2) = dfe6e4d7e46eced7b51d263e568fb7d6c5b781d62476d6ed4715269c6626b0c6
SIZE (isomaster-1.3.16.tar.bz2) = 254872
TIMESTAMP = 1720464287
SHA256 (isomaster-1.3.17.tar.bz2) = a358e890441486821e44b0c4a68494cbc15fc0d9351298bb91dd1a2b381f5bd6
SIZE (isomaster-1.3.17.tar.bz2) = 257663