svn commit: r490261 - head/textproc/confget

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 14 15:38:42 UTC 2019


Author: sunpoet
Date: Mon Jan 14 15:38:41 2019
New Revision: 490261
URL: https://svnweb.freebsd.org/changeset/ports/490261

Log:
  Update to 2.2.0
  
  Changes:	http://devel.ringlet.net/textproc/confget/CHANGES
  - add a Python implementation: a confget library that may also be invoked from
    the command line with the same inteface as the C confget tool
  - generate the TAP tests automatically from JSON definitions

Modified:
  head/textproc/confget/Makefile
  head/textproc/confget/distinfo

Modified: head/textproc/confget/Makefile
==============================================================================
--- head/textproc/confget/Makefile	Mon Jan 14 15:35:47 2019	(r490260)
+++ head/textproc/confget/Makefile	Mon Jan 14 15:38:41 2019	(r490261)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	confget
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.0
 CATEGORIES=	textproc
 MASTER_SITES=	https://devel.ringlet.net/files/textproc/confget/ \
 		LOCAL/sunpoet

Modified: head/textproc/confget/distinfo
==============================================================================
--- head/textproc/confget/distinfo	Mon Jan 14 15:35:47 2019	(r490260)
+++ head/textproc/confget/distinfo	Mon Jan 14 15:38:41 2019	(r490261)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543424488
-SHA256 (confget-2.1.1.tar.xz) = 10775d7430ef567e0aa3a148870aeac2b6465a396cd63f6c7dbf8b63d1de9b80
-SIZE (confget-2.1.1.tar.xz) = 17344
+TIMESTAMP = 1547477323
+SHA256 (confget-2.2.0.tar.xz) = 0f6e1629f31ef71a26d506d9fd84ea4374e7d6ff30f07631702b608fe080e4c5
+SIZE (confget-2.2.0.tar.xz) = 31796


More information about the svn-ports-head mailing list