svn commit: r529876 - head/textproc/datamash

Alexey Dokuchaev danfe at FreeBSD.org
Mon Mar 30 12:01:14 UTC 2020


Author: danfe
Date: Mon Mar 30 11:41:29 2020
New Revision: 529876
URL: https://svnweb.freebsd.org/changeset/ports/529876

Log:
  - Update GNU Datamash to version 1.6
  - Add missing `iconv' to the USES list
  
  Found out via:	repology.org

Modified:
  head/textproc/datamash/Makefile
  head/textproc/datamash/distinfo

Modified: head/textproc/datamash/Makefile
==============================================================================
--- head/textproc/datamash/Makefile	Mon Mar 30 11:40:07 2020	(r529875)
+++ head/textproc/datamash/Makefile	Mon Mar 30 11:41:29 2020	(r529876)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	datamash
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	textproc
 MASTER_SITES=	GNU
 
@@ -11,7 +11,7 @@ COMMENT=	Numeric, textual, and statistical operations 
 
 LICENSE=	GPLv3+
 
-USES=		gmake perl5
+USES=		gmake iconv perl5
 GNU_CONFIGURE=	yes
 TEST_TARGET=	check
 USE_PERL5=	test

Modified: head/textproc/datamash/distinfo
==============================================================================
--- head/textproc/datamash/distinfo	Mon Mar 30 11:40:07 2020	(r529875)
+++ head/textproc/datamash/distinfo	Mon Mar 30 11:41:29 2020	(r529876)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568757761
-SHA256 (datamash-1.5.tar.gz) = 226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad
-SIZE (datamash-1.5.tar.gz) = 2086985
+TIMESTAMP = 1582528318
+SHA256 (datamash-1.6.tar.gz) = b9b9b79399616bb54722edbbcaa84303801eb62a338b3a20b6f029003deb78cb
+SIZE (datamash-1.6.tar.gz) = 2103174


More information about the svn-ports-all mailing list