Date: Sat, 28 Mar 2020 12:46:04 +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: r529346 - in head/misc/help2man: . files Message-ID: <202003281246.02SCk4SM090373@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 28 12:46:04 2020 New Revision: 529346 URL: https://svnweb.freebsd.org/changeset/ports/529346 Log: Update to 1.47.13 - Merge change from Po-Chuan Hsieh to suppress creation of an empty pkglibdir when nls is disabled. - Remove install_dirs target entirely, add explicit $(MKINSTALLDIRS) before each $(INSTALL_{DATA,PROGRAM}) call. - Update parsing of --version to allow multi-word programs when constructing the placeholder NAME paragraph (thanks to Jarno Suni). Deleted: head/misc/help2man/files/ Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Sat Mar 28 12:45:58 2020 (r529345) +++ head/misc/help2man/Makefile Sat Mar 28 12:46:04 2020 (r529346) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.47.12 -PORTREVISION= 1 +PORTVERSION= 1.47.13 CATEGORIES= misc MASTER_SITES= GNU Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Sat Mar 28 12:45:58 2020 (r529345) +++ head/misc/help2man/distinfo Sat Mar 28 12:46:04 2020 (r529346) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578125683 -SHA256 (help2man-1.47.12.tar.xz) = 7d0ba64cf9d16ec97cc11aafb659b55aa7bdec99072ff2aec5fcecf0fbeab160 -SIZE (help2man-1.47.12.tar.xz) = 202252 +TIMESTAMP = 1585059229 +SHA256 (help2man-1.47.13.tar.xz) = b7f8bbad1f2c405db747e3f5a4d5e1eddc63b360221c824bf79748f27b560523 +SIZE (help2man-1.47.13.tar.xz) = 202480
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003281246.02SCk4SM090373>