Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 21:18:20 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551665 - head/textproc/wiggle
Message-ID:  <202010072118.097LIKwg082671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-



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