From owner-svn-ports-all@freebsd.org Wed Oct 7 21:18:21 2020 Return-Path: Delivered-To: svn-ports-all@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 1350A439109; Wed, 7 Oct 2020 21:18:21 +0000 (UTC) (envelope-from mandree@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4C66d86pY0z43hp; Wed, 7 Oct 2020 21:18:20 +0000 (UTC) (envelope-from mandree@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 CCDC91D96D; Wed, 7 Oct 2020 21:18:20 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 097LIK6e082674; Wed, 7 Oct 2020 21:18:20 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 097LIKwg082671; Wed, 7 Oct 2020 21:18:20 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202010072118.097LIKwg082671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 7 Oct 2020 21:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551665 - head/textproc/wiggle X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/textproc/wiggle X-SVN-Commit-Revision: 551665 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2020 21:18:21 -0000 Author: mandree Date: Wed Oct 7 21:18:19 2020 New Revision: 551665 URL: https://svnweb.freebsd.org/changeset/ports/551665 Log: textproc/wiggle: update to v1.3 - performance improvements when comparing large files - fix a bug that corrupted the format of output in some cases https://github.com/neilbrown/wiggle/releases/tag/v1.3 Modified: head/textproc/wiggle/Makefile head/textproc/wiggle/distinfo head/textproc/wiggle/pkg-plist Modified: head/textproc/wiggle/Makefile ============================================================================== --- head/textproc/wiggle/Makefile Wed Oct 7 21:12:53 2020 (r551664) +++ head/textproc/wiggle/Makefile Wed Oct 7 21:18:19 2020 (r551665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wiggle -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= http://neil.brown.name/wiggle/ @@ -13,7 +13,9 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash -USES= gmake groff ncurses +USES= gmake groff +USE_GITHUB= yes +GH_TUPLE= neilbrown:${PORTNAME}:v${PORTVERSION} MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" Modified: head/textproc/wiggle/distinfo ============================================================================== --- head/textproc/wiggle/distinfo Wed Oct 7 21:12:53 2020 (r551664) +++ head/textproc/wiggle/distinfo Wed Oct 7 21:18:19 2020 (r551665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579247229 -SHA256 (wiggle-1.2.tar.gz) = 31375badb76a4a586f2113e49d13486dbc64844962ae80976a81c6542e901622 -SIZE (wiggle-1.2.tar.gz) = 847391 +TIMESTAMP = 1602104189 +SHA256 (neilbrown-wiggle-1.3-v1.3_GH0.tar.gz) = ff92cf0133c1f4dce33563e263cb30e7ddb6f4abdf86d427b1ec1490bec25afa +SIZE (neilbrown-wiggle-1.3-v1.3_GH0.tar.gz) = 4087566 Modified: head/textproc/wiggle/pkg-plist ============================================================================== --- head/textproc/wiggle/pkg-plist Wed Oct 7 21:12:53 2020 (r551664) +++ head/textproc/wiggle/pkg-plist Wed Oct 7 21:18:19 2020 (r551665) @@ -1,3 +1,2 @@ bin/wiggle man/man1/wiggle.1.gz -