From owner-svn-ports-head@freebsd.org Thu Apr 23 16:16:00 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C00F72BBCD1; Thu, 23 Apr 2020 16:16:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 497MqN4jrRz40Bw; Thu, 23 Apr 2020 16:16:00 +0000 (UTC) (envelope-from yuri@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 9D0657327; Thu, 23 Apr 2020 16:16:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03NGG0c7082065; Thu, 23 Apr 2020 16:16:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03NGG093082062; Thu, 23 Apr 2020 16:16:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004231616.03NGG093082062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 23 Apr 2020 16:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532692 - head/devel/pegtl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/pegtl X-SVN-Commit-Revision: 532692 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.29 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: Thu, 23 Apr 2020 16:16:00 -0000 Author: yuri Date: Thu Apr 23 16:15:59 2020 New Revision: 532692 URL: https://svnweb.freebsd.org/changeset/ports/532692 Log: devel/pegtl: Update 2.8.2 -> 2.8.3 Reported by: portscout Modified: head/devel/pegtl/Makefile head/devel/pegtl/distinfo head/devel/pegtl/pkg-plist Modified: head/devel/pegtl/Makefile ============================================================================== --- head/devel/pegtl/Makefile Thu Apr 23 16:13:10 2020 (r532691) +++ head/devel/pegtl/Makefile Thu Apr 23 16:15:59 2020 (r532692) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pegtl -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/pegtl/distinfo ============================================================================== --- head/devel/pegtl/distinfo Thu Apr 23 16:13:10 2020 (r532691) +++ head/devel/pegtl/distinfo Thu Apr 23 16:15:59 2020 (r532692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586153316 -SHA256 (taocpp-PEGTL-2.8.2_GH0.tar.gz) = 1d7db20502125a75fbb583c7020038d4faeb6812de504147b23b3db4ef329ca3 -SIZE (taocpp-PEGTL-2.8.2_GH0.tar.gz) = 201065 +TIMESTAMP = 1587658394 +SHA256 (taocpp-PEGTL-2.8.3_GH0.tar.gz) = 88b8e4ded6ea1f3f2223cc3e37072e2db1e123b90d36c309816341ae9d966723 +SIZE (taocpp-PEGTL-2.8.3_GH0.tar.gz) = 201531 Modified: head/devel/pegtl/pkg-plist ============================================================================== --- head/devel/pegtl/pkg-plist Thu Apr 23 16:13:10 2020 (r532691) +++ head/devel/pegtl/pkg-plist Thu Apr 23 16:15:59 2020 (r532692) @@ -35,8 +35,10 @@ include/tao/pegtl/contrib/parse_tree.hpp include/tao/pegtl/contrib/parse_tree_to_dot.hpp include/tao/pegtl/contrib/raw_string.hpp include/tao/pegtl/contrib/remove_first_state.hpp +include/tao/pegtl/contrib/remove_last_states.hpp include/tao/pegtl/contrib/rep_one_min_max.hpp include/tao/pegtl/contrib/rep_string.hpp +include/tao/pegtl/contrib/shuffle_states.hpp include/tao/pegtl/contrib/to_string.hpp include/tao/pegtl/contrib/tracer.hpp include/tao/pegtl/contrib/unescape.hpp