From owner-svn-ports-head@freebsd.org Tue Jan 16 00:56:38 2018 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 E5B1DEB2C02; Tue, 16 Jan 2018 00:56:38 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C17CD793FA; Tue, 16 Jan 2018 00:56:38 +0000 (UTC) (envelope-from ultima@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F090318D94; Tue, 16 Jan 2018 00:56:37 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0G0ubZP062041; Tue, 16 Jan 2018 00:56:37 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0G0ub4f062035; Tue, 16 Jan 2018 00:56:37 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201801160056.w0G0ub4f062035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Tue, 16 Jan 2018 00:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459147 - in head/www/libevhtp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/www/libevhtp: . files X-SVN-Commit-Revision: 459147 X-SVN-Commit-Repository: ports 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.25 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: Tue, 16 Jan 2018 00:56:39 -0000 Author: ultima Date: Tue Jan 16 00:56:37 2018 New Revision: 459147 URL: https://svnweb.freebsd.org/changeset/ports/459147 Log: * Updated to 1.2.16 * Removed all patches (yay! =) Changes: https://github.com/criticalstack/libevhtp/releases/tag/1.2.16 Deleted: head/www/libevhtp/files/ Modified: head/www/libevhtp/Makefile head/www/libevhtp/distinfo head/www/libevhtp/pkg-plist Modified: head/www/libevhtp/Makefile ============================================================================== --- head/www/libevhtp/Makefile Tue Jan 16 00:55:55 2018 (r459146) +++ head/www/libevhtp/Makefile Tue Jan 16 00:56:37 2018 (r459147) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libevhtp -PORTVERSION= 1.2.15 -PORTREVISION= 1 +PORTVERSION= 1.2.16 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org @@ -21,7 +20,7 @@ GH_ACCOUNT= criticalstack CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/event2 \ -DCMAKE_LIBRARY_PATH:PATH=lib/event2 -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= REGEX SSL THREADS STATIC DEBUG OPTIONS_DEFAULT=REGEX SSL THREADS Modified: head/www/libevhtp/distinfo ============================================================================== --- head/www/libevhtp/distinfo Tue Jan 16 00:55:55 2018 (r459146) +++ head/www/libevhtp/distinfo Tue Jan 16 00:56:37 2018 (r459147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514908590 -SHA256 (criticalstack-libevhtp-1.2.15_GH0.tar.gz) = f78ee8a34492e266fc1b6b9d4003825659df672da1cf918120217a0ee0d14ed3 -SIZE (criticalstack-libevhtp-1.2.15_GH0.tar.gz) = 171933 +TIMESTAMP = 1516059355 +SHA256 (criticalstack-libevhtp-1.2.16_GH0.tar.gz) = 4c3f510b15873e9fc29299de0c5d4d257d1d910710e104e33439a17c27fc414b +SIZE (criticalstack-libevhtp-1.2.16_GH0.tar.gz) = 181311 Modified: head/www/libevhtp/pkg-plist ============================================================================== --- head/www/libevhtp/pkg-plist Tue Jan 16 00:55:55 2018 (r459146) +++ head/www/libevhtp/pkg-plist Tue Jan 16 00:56:37 2018 (r459147) @@ -2,6 +2,7 @@ include/evhtp.h include/evhtp/config.h include/evhtp/evhtp.h include/evhtp/parser.h +%%SSL%%include/evhtp/sslutils.h %%THREADS%%include/evhtp/thread.h %%NO_STATIC%%lib/libevhtp.so %%NO_STATIC%%lib/libevhtp.so.0