Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2019 19:07:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511895 - head/textproc/confget
Message-ID:  <201909121907.x8CJ7A5b024204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 12 19:07:10 2019
New Revision: 511895
URL: https://svnweb.freebsd.org/changeset/ports/511895

Log:
  Update to 2.3.0
  
  Changes:	http://devel.ringlet.net/textproc/confget/CHANGES
  - fix a typographical error in the previous changelog entry
  - also exclude the PyPy implementation from the check for too many long options
    in the 14-bespoke-too-many test
  - Python implementation:
    - reformat the source code using the black tool
    - handle input encodings correctly for the standard input
    - add the get_parser() method to return a ConfigParser object
    - make the unit tests less verbose
    - move the configuration for the black, flake8, and pylint tools out of
      tox.ini into other configuration files
  - C implementation:
    - show the correct version number in the "-q features" output

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

Modified: head/textproc/confget/Makefile
==============================================================================
--- head/textproc/confget/Makefile	Thu Sep 12 19:07:04 2019	(r511894)
+++ head/textproc/confget/Makefile	Thu Sep 12 19:07:10 2019	(r511895)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	confget
-PORTVERSION=	2.2.0
+PORTVERSION=	2.3.0
 CATEGORIES=	textproc
 MASTER_SITES=	https://devel.ringlet.net/files/textproc/confget/ \
 		LOCAL/sunpoet

Modified: head/textproc/confget/distinfo
==============================================================================
--- head/textproc/confget/distinfo	Thu Sep 12 19:07:04 2019	(r511894)
+++ head/textproc/confget/distinfo	Thu Sep 12 19:07:10 2019	(r511895)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547477323
-SHA256 (confget-2.2.0.tar.xz) = 0f6e1629f31ef71a26d506d9fd84ea4374e7d6ff30f07631702b608fe080e4c5
-SIZE (confget-2.2.0.tar.xz) = 31796
+TIMESTAMP = 1568290936
+SHA256 (confget-2.3.0.tar.xz) = 50fac234109256855443ea871c015945dfa53fc8243adcfbae0ce634a934d0f6
+SIZE (confget-2.3.0.tar.xz) = 32552



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