Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 23:24:30 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466910 - head/www/c-icap
Message-ID:  <201804092324.w39NOU6p036872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	rodrigo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804092324.w39NOU6p036872>