Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 16:55:23 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512722 - head/textproc/datamash
Message-ID:  <201909241655.x8OGtNwn090099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Sep 24 16:55:23 2019
New Revision: 512722
URL: https://svnweb.freebsd.org/changeset/ports/512722

Log:
  - Update `textproc/datamash' to version 1.5
  - Hook provided tests to our framework
  
  Reported by:	portscout

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

Modified: head/textproc/datamash/Makefile
==============================================================================
--- head/textproc/datamash/Makefile	Tue Sep 24 16:51:10 2019	(r512721)
+++ head/textproc/datamash/Makefile	Tue Sep 24 16:55:23 2019	(r512722)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	datamash
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	textproc
 MASTER_SITES=	GNU
 
@@ -11,8 +11,10 @@ COMMENT=	Numeric, textual, and statistical operations 
 
 LICENSE=	GPLv3+
 
-USES=		gmake
+USES=		gmake perl5
 GNU_CONFIGURE=	yes
+TEST_TARGET=	check
+USE_PERL5=	test
 
 INFO=		${PORTNAME}
 PORTDOCS=	AUTHORS ChangeLog NEWS README THANKS TODO

Modified: head/textproc/datamash/distinfo
==============================================================================
--- head/textproc/datamash/distinfo	Tue Sep 24 16:51:10 2019	(r512721)
+++ head/textproc/datamash/distinfo	Tue Sep 24 16:55:23 2019	(r512722)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545533672
-SHA256 (datamash-1.4.tar.gz) = fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a
-SIZE (datamash-1.4.tar.gz) = 2013538
+TIMESTAMP = 1568757761
+SHA256 (datamash-1.5.tar.gz) = 226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad
+SIZE (datamash-1.5.tar.gz) = 2086985



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