svn commit: r512722 - head/textproc/datamash
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Sep 24 16:55:24 UTC 2019
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
More information about the svn-ports-all
mailing list