Date: Wed, 10 Jul 2024 17:44:58 GMT From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 68f3fe36d421 - main - www/c-icap-modules: update to 0.5.7 Message-ID: <202407101744.46AHiwbC036796@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=68f3fe36d421ed9c1505add1a12edc9c7196c00c commit 68f3fe36d421ed9c1505add1a12edc9c7196c00c Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-07-10 15:59:58 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-07-10 17:43:14 +0000 www/c-icap-modules: update to 0.5.7 Changelog: https://sourceforge.net/p/c-icap/mailman/message/58723534/ --- www/c-icap-modules/Makefile | 5 ++-- www/c-icap-modules/distinfo | 6 ++--- www/c-icap-modules/files/patch-configure.ac | 38 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 6 deletions(-) diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index 20febacdaaea..51c073014f71 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -1,6 +1,5 @@ PORTNAME= c-icap -PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTVERSION= 0.5.7 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/ PKGNAMESUFFIX= -modules @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libclamav.so:security/clamav \ libicapapi.so:www/c-icap -USES= libtool +USES= libtool autoreconf GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-static \ diff --git a/www/c-icap-modules/distinfo b/www/c-icap-modules/distinfo index a8618e3b6fe7..d3b9c528fbdb 100644 --- a/www/c-icap-modules/distinfo +++ b/www/c-icap-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699301325 -SHA256 (c_icap_modules-0.5.6.tar.gz) = 4d35205a5fdb1cbd9b0a088e66b62ddcbafa251904b92e8ae9f78a534b37d055 -SIZE (c_icap_modules-0.5.6.tar.gz) = 454248 +TIMESTAMP = 1720345204 +SHA256 (c_icap_modules-0.5.7.tar.gz) = 80bc0af10be171c0c73cd5886533a397c4d55211756fb6279f245ee7e5dd3814 +SIZE (c_icap_modules-0.5.7.tar.gz) = 456000 diff --git a/www/c-icap-modules/files/patch-configure.ac b/www/c-icap-modules/files/patch-configure.ac new file mode 100644 index 000000000000..b4d4317834be --- /dev/null +++ b/www/c-icap-modules/files/patch-configure.ac @@ -0,0 +1,38 @@ +--- configure.ac.orig 2024-07-10 10:13:59.977549000 +0000 ++++ configure.ac 2024-07-10 10:15:44.659810000 +0000 +@@ -165,7 +165,7 @@ + AC_COMPILE_IFELSE([AC_LANG_SOURCE( + [ + #include <clamav.h> +- int main(int argc, char *argv[]) ++ int main(int argc, char **argv) + { + struct cl_engine node; node.refcount=1; + } +@@ -181,7 +181,7 @@ + AC_COMPILE_IFELSE([AC_LANG_SOURCE( + [ + #include <clamav.h> +- int main(int argc, cgar *argv[]) ++ int main(int argc, char **argv) + { + struct cl_limits limits; + limits.maxratio=200; +@@ -201,7 +201,7 @@ + AC_COMPILE_IFELSE([AC_LANG_SOURCE( + [ + #include <clamav.h> +- int main(int argc, char *argv[]) ++ int main(int argc, char **argv) + { + struct cl_limits limits; + } +@@ -221,7 +221,7 @@ + AC_COMPILE_IFELSE([AC_LANG_SOURCE( + [ + #include <clamav.h> +- int main(int argc, char *argv[]) ++ int main(int argc, char **argv) + { + struct cl_scan_options CLAMSCAN_OPTIONS = { 0, 0, 0, 0, 0 }; + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407101744.46AHiwbC036796>