Date: Sun, 26 Apr 2020 11:55:46 +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: r533009 - head/misc/help2man Message-ID: <202004261155.03QBtkEI026665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 26 11:55:46 2020 New Revision: 533009 URL: https://svnweb.freebsd.org/changeset/ports/533009 Log: Update to 1.47.14 - Revert --version parsing change from 1.47.13, which had unintended consequences for some version strings. In short, it is not possible to unambiguously determine the split between the package/program name and version in some of the supported formats. Multi-word package names are supported only in the "program (GNU package) version" variant (closes: #958345). Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Sun Apr 26 11:55:41 2020 (r533008) +++ head/misc/help2man/Makefile Sun Apr 26 11:55:46 2020 (r533009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.47.13 +PORTVERSION= 1.47.14 CATEGORIES= misc MASTER_SITES= GNU Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Sun Apr 26 11:55:41 2020 (r533008) +++ head/misc/help2man/distinfo Sun Apr 26 11:55:46 2020 (r533009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585059229 -SHA256 (help2man-1.47.13.tar.xz) = b7f8bbad1f2c405db747e3f5a4d5e1eddc63b360221c824bf79748f27b560523 -SIZE (help2man-1.47.13.tar.xz) = 202480 +TIMESTAMP = 1587756724 +SHA256 (help2man-1.47.14.tar.xz) = 9152596f244d26d250afed878adfe1d42f82fb87c61c5cba230e00fc34c67383 +SIZE (help2man-1.47.14.tar.xz) = 202732
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004261155.03QBtkEI026665>