svn commit: r529346 - in head/misc/help2man: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 12:46:10 UTC 2020


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


More information about the svn-ports-all mailing list