diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2018-04-10 07:24:30 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2018-04-10 07:24:30 +0800 |
commit | a16970b72cc46e97814d0859266ff525e6bcfc15 (patch) | |
tree | 26f877dcb728c68ce78e1100cfd58a54dd6b6b95 /www | |
parent | e7379090040a4e450a39522ea6566c0ad1e11b1c (diff) | |
download | freebsd-ports-gnome-a16970b72cc46e97814d0859266ff525e6bcfc15.tar.gz freebsd-ports-gnome-a16970b72cc46e97814d0859266ff525e6bcfc15.tar.zst freebsd-ports-gnome-a16970b72cc46e97814d0859266ff525e6bcfc15.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/c-icap/Makefile | 6 | ||||
-rw-r--r-- | www/c-icap/distinfo | 6 | ||||
-rw-r--r-- | www/c-icap/pkg-plist | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 56ac73fd5945..bf6fcb6d4a76 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -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@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= ICAP server implementation LICENSE= LGPL21+ diff --git a/www/c-icap/distinfo b/www/c-icap/distinfo index e9d6df3c5a2f..26ab3beee7c2 100644 --- a/www/c-icap/distinfo +++ b/www/c-icap/distinfo @@ -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 diff --git a/www/c-icap/pkg-plist b/www/c-icap/pkg-plist index 5b32fdc573e9..3cee978aee4e 100644 --- a/www/c-icap/pkg-plist +++ b/www/c-icap/pkg-plist @@ -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 |