svn commit: r533009 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 26 11:55:48 UTC 2020


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


More information about the svn-ports-all mailing list