svn commit: r466910 - head/www/c-icap
Rodrigo Osorio
rodrigo at FreeBSD.org
Mon Apr 9 23:24:31 UTC 2018
Author: rodrigo
Date: Mon Apr 9 23:24:30 2018
New Revision: 466910
URL: https://svnweb.freebsd.org/changeset/ports/466910
Log:
Upgrade www/c-icap from 0.4.4 to 0.5.3
Since I'm here take maintenership of this port
Major changes for 0.5.2:
Bug fix: c-icap crashes when converting ci_simple_file_t to a memory object
Document the forceUnload=off option for Service/Module configuration parameter
ci_headers_value* functions should remove spaces at the beginning of the returned value
Major changes for 0.5.1 :
TLS/SSL support. This feature sponsored by Ergon Informatik AG.
A non-blocking ICAP client API. This feature sponsored by Ergon Informatik AG.
Allow 204 response on preview handler even if the ICAP client does not support preview.
New API functions
Modified:
head/www/c-icap/Makefile
head/www/c-icap/distinfo
head/www/c-icap/pkg-plist
Modified: head/www/c-icap/Makefile
==============================================================================
--- head/www/c-icap/Makefile Mon Apr 9 22:45:32 2018 (r466909)
+++ head/www/c-icap/Makefile Mon Apr 9 23:24:30 2018 (r466910)
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= c-icap
-PORTVERSION= 0.4.4
+PORTVERSION= 0.5.3
PORTEPOCH= 2
CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.4.x/
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.x/
DISTNAME= c_icap-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= rodrigo at FreeBSD.org
COMMENT= ICAP server implementation
LICENSE= LGPL21+
Modified: head/www/c-icap/distinfo
==============================================================================
--- head/www/c-icap/distinfo Mon Apr 9 22:45:32 2018 (r466909)
+++ head/www/c-icap/distinfo Mon Apr 9 23:24:30 2018 (r466910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487562812
-SHA256 (c_icap-0.4.4.tar.gz) = 8885096a5bd7d8a3977d06301535ca5d211a3445d7568558e5fd90a19e2216a8
-SIZE (c_icap-0.4.4.tar.gz) = 636947
+TIMESTAMP = 1523315387
+SHA256 (c_icap-0.5.3.tar.gz) = 0238508c94a406c7a2c8a0ff9659e7ba631554eda55001b43351bb68f85121d2
+SIZE (c_icap-0.5.3.tar.gz) = 690423
Modified: head/www/c-icap/pkg-plist
==============================================================================
--- head/www/c-icap/pkg-plist Mon Apr 9 22:45:32 2018 (r466909)
+++ head/www/c-icap/pkg-plist Mon Apr 9 23:24:30 2018 (r466910)
@@ -50,8 +50,8 @@ lib/c_icap/srv_echo.so
lib/c_icap/srv_ex206.so
lib/c_icap/sys_logger.so
lib/libicapapi.so
-lib/libicapapi.so.4
-lib/libicapapi.so.4.0.4
+lib/libicapapi.so.5
+lib/libicapapi.so.5.0.3
man/man8/c-icap-client.8.gz
man/man8/c-icap-config.8.gz
man/man8/c-icap-libicapapi-config.8.gz
More information about the svn-ports-all
mailing list