From owner-svn-ports-head@freebsd.org Fri May 13 08:55:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DBE6B391AF; Fri, 13 May 2016 08:55:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37CD7183F; Fri, 13 May 2016 08:55:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4D8tb7n071760; Fri, 13 May 2016 08:55:37 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4D8taeo071755; Fri, 13 May 2016 08:55:36 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201605130855.u4D8taeo071755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Fri, 13 May 2016 08:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415099 - in head: archivers/libarchive comms/pear-Horde_ActiveSync www/pear-Horde_Css_Parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 08:55:38 -0000 Author: mm Date: Fri May 13 08:55:36 2016 New Revision: 415099 URL: https://svnweb.freebsd.org/changeset/ports/415099 Log: Horde package update: comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0 www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10 Modified: head/archivers/libarchive/Makefile head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/www/pear-Horde_Css_Parser/Makefile head/www/pear-Horde_Css_Parser/distinfo Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Fri May 13 03:46:14 2016 (r415098) +++ head/archivers/libarchive/Makefile Fri May 13 08:55:36 2016 (r415099) @@ -2,6 +2,7 @@ PORTNAME= libarchive PORTVERSION= 3.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -11,9 +12,10 @@ COMMENT= Library to create and read seve LIB_DEPENDS= libexpat.so:textproc/expat2 -OPTIONS_DEFINE= LZO NETTLE -OPTIONS_DEFAULT=LZO +OPTIONS_DEFINE= LZ4 LZO NETTLE +OPTIONS_DEFAULT=LZ4 LZO +LZ4_DESC= Support lz4 compression via liblz4 LZO_DESC= Support lzo compression via liblzo2 NETTLE_DESC= Use Nettle instead of OpenSSL @@ -84,6 +86,8 @@ LDFLAGS+= "-L${LOCALBASE}/lib" LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 LZO_CONFIGURE_WITH= lzo2 +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +LZ4_CONFIGURE_WITH= lz4 NETTLE_LIB_DEPENDS= libnettle.so:security/nettle NETTLE_CONFIGURE_WITH= nettle Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Fri May 13 03:46:14 2016 (r415098) +++ head/comms/pear-Horde_ActiveSync/Makefile Fri May 13 08:55:36 2016 (r415099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.31.8 +PORTVERSION= 2.32.0 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Fri May 13 03:46:14 2016 (r415098) +++ head/comms/pear-Horde_ActiveSync/distinfo Fri May 13 08:55:36 2016 (r415099) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_ActiveSync-2.31.8.tgz) = 56adbfc0ae2fa03073138013fe0cde7922a75bef754df1ab789a106d13860f17 -SIZE (Horde/Horde_ActiveSync-2.31.8.tgz) = 372691 +SHA256 (Horde/Horde_ActiveSync-2.32.0.tgz) = a0ec402dd5af68b77bf0b5e18c62213a6d88d9880012d9350ee6a4e65352bdfc +SIZE (Horde/Horde_ActiveSync-2.32.0.tgz) = 373445 Modified: head/www/pear-Horde_Css_Parser/Makefile ============================================================================== --- head/www/pear-Horde_Css_Parser/Makefile Fri May 13 03:46:14 2016 (r415098) +++ head/www/pear-Horde_Css_Parser/Makefile Fri May 13 08:55:36 2016 (r415099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Css_Parser -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org Modified: head/www/pear-Horde_Css_Parser/distinfo ============================================================================== --- head/www/pear-Horde_Css_Parser/distinfo Fri May 13 03:46:14 2016 (r415098) +++ head/www/pear-Horde_Css_Parser/distinfo Fri May 13 08:55:36 2016 (r415099) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Css_Parser-1.0.9.tgz) = e0f6cc2ba9aa36cc7b64b797e0eeba1214da7fe5db66899f915b8395cd70beb3 -SIZE (Horde/Horde_Css_Parser-1.0.9.tgz) = 81273 +SHA256 (Horde/Horde_Css_Parser-1.0.10.tgz) = 7c1958f703a8f2cf0cc82b34240cb3b255efe38c81317a063440c020ff439993 +SIZE (Horde/Horde_Css_Parser-1.0.10.tgz) = 81427