From f84fd7a5fed52b6322cbbd61a03e6f745a0e4331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Thu, 8 Apr 2021 08:44:18 +0200 Subject: [PATCH] textproc/miller: Update to 5.10.2 ChangeLog: https://github.com/johnkerl/miller/releases/tag/v5.10.2 PR: 254822 Reported by: gspurki@gmail.com Approved by: jungleboogie0+mlr@gmail.com (maintainer, timeout > 1 week) --- textproc/miller/Makefile | 3 ++- textproc/miller/distinfo | 6 +++--- textproc/miller/files/patch-c_Makefile.am | 11 ----------- 3 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 textproc/miller/files/patch-c_Makefile.am diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index 72e980e70a8b..c88519ad81ca 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -1,5 +1,6 @@ PORTNAME= miller -DISTVERSION= 5.4.0 +DISTVERSIONPREFIX= v +DISTVERSION= 5.10.2 CATEGORIES= textproc MAINTAINER= jungleboogie0+mlr@gmail.com diff --git a/textproc/miller/distinfo b/textproc/miller/distinfo index baaa191ee73f..89edc6868390 100644 --- a/textproc/miller/distinfo +++ b/textproc/miller/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552642764 -SHA256 (johnkerl-miller-5.4.0_GH0.tar.gz) = 6a7d30884a8f4a97e07895b723be13764ff49251200b832385207c5efb9647d8 -SIZE (johnkerl-miller-5.4.0_GH0.tar.gz) = 4956116 +TIMESTAMP = 1617723090 +SHA256 (johnkerl-miller-v5.10.2_GH0.tar.gz) = b6026479ee7315656d7ec228d0084f86d4cecc5b8b00d5400f5fb3600af65eb3 +SIZE (johnkerl-miller-v5.10.2_GH0.tar.gz) = 6192382 diff --git a/textproc/miller/files/patch-c_Makefile.am b/textproc/miller/files/patch-c_Makefile.am deleted file mode 100644 index e53dc9f6bc02..000000000000 --- a/textproc/miller/files/patch-c_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- c/Makefile.am.orig 2017-06-26 15:16:11 UTC -+++ c/Makefile.am -@@ -3,8 +3,6 @@ SUBDIRS= lib cli stream input dsl mappi - AM_CPPFLAGS= -I${srcdir} - AM_CFLAGS= -Wall -std=gnu99 - bin_PROGRAMS= mlr --noinst_PROGRAMS= mlrg \ -- mlrp - - mlr_SOURCES= mlrmain.c -