git: c766e678a06b - main - www/c-icap-modules: update to 0.5.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Nov 2023 08:52:05 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c766e678a06bf8379c68919618ed4f4c5ca3c11e
commit c766e678a06bf8379c68919618ed4f4c5ca3c11e
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-11-07 08:08:57 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-11-07 08:47:59 +0000
www/c-icap-modules: update to 0.5.6
Major changes:
* Fixes to compile and run with c-icap-0.6.x releases
* Other minor fixes
Reorder and format Makefile to make linters happy
---
www/c-icap-modules/Makefile | 10 +++++-----
www/c-icap-modules/distinfo | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile
index 6f7f4a926a53..2ff980f404ec 100644
--- a/www/c-icap-modules/Makefile
+++ b/www/c-icap-modules/Makefile
@@ -1,6 +1,5 @@
PORTNAME= c-icap
-PORTVERSION= 0.5.5
-PORTREVISION= 1
+PORTVERSION= 0.5.6
CATEGORIES= www security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/
PKGNAMESUFFIX= -modules
@@ -13,8 +12,8 @@ WWW= https://c-icap.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libicapapi.so:www/c-icap \
- libclamav.so:security/clamav
+LIB_DEPENDS= libclamav.so:security/clamav \
+ libicapapi.so:www/c-icap
USES= libtool
GNU_CONFIGURE= yes
@@ -22,10 +21,11 @@ CONFIGURE_ARGS= --enable-static \
--with-c-icap=${LOCALBASE} \
--with-clamav=${LOCALBASE}
INSTALL_TARGET= install-strip
-DATADIR= ${PREFIX}/share/c_icap
CFLAGS+= -DHAVE_STRNSTR
+DATADIR= ${PREFIX}/share/c_icap
+
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/c-icap
diff --git a/www/c-icap-modules/distinfo b/www/c-icap-modules/distinfo
index bad091c13176..a8618e3b6fe7 100644
--- a/www/c-icap-modules/distinfo
+++ b/www/c-icap-modules/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619346904
-SHA256 (c_icap_modules-0.5.5.tar.gz) = 6a42f1fdd8c35ad38d29f7d3c10f925471977f217086352e146cf95e45f2b5b5
-SIZE (c_icap_modules-0.5.5.tar.gz) = 450497
+TIMESTAMP = 1699301325
+SHA256 (c_icap_modules-0.5.6.tar.gz) = 4d35205a5fdb1cbd9b0a088e66b62ddcbafa251904b92e8ae9f78a534b37d055
+SIZE (c_icap_modules-0.5.6.tar.gz) = 454248