Date: Mon, 24 Sep 2018 11:11:45 +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: r480568 - head/misc/help2man Message-ID: <201809241111.w8OBBjCa024889@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 24 11:11:44 2018 New Revision: 480568 URL: https://svnweb.freebsd.org/changeset/ports/480568 Log: Update to 1.47.7 - Remove trailing spaces from changelog [lintian]. - Update years in debian/copyright. - Reference version-specific /usr/share/common-licenses/GPL-3 in copyright rather than the unversioned GPL symlink [lintian]. - Add Swedish translation of info page (thanks to Sebastian Rasmussen). Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Mon Sep 24 11:11:39 2018 (r480567) +++ head/misc/help2man/Makefile Mon Sep 24 11:11:44 2018 (r480568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.47.6 +PORTVERSION= 1.47.7 CATEGORIES= misc MASTER_SITES= GNU @@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS -GNU_CONFIGURE= yes USES= gmake localbase perl5 tar:xz +GNU_CONFIGURE= yes + INFO= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz @@ -28,7 +29,7 @@ NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale- NLS_USES= gettext NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer." -.for lang in de es fr pl pt_BR uk zh_CN +.for lang in de es fr pl pt_BR sv uk zh_CN NLS_INFO+= ${PORTNAME}-${lang} .endfor Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Mon Sep 24 11:11:39 2018 (r480567) +++ head/misc/help2man/distinfo Mon Sep 24 11:11:44 2018 (r480568) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519911577 -SHA256 (help2man-1.47.6.tar.xz) = d91b0295b72a638e4a564f643e4e6d1928779131f628c00f356c13bf336de46f -SIZE (help2man-1.47.6.tar.xz) = 192980 +TIMESTAMP = 1537781669 +SHA256 (help2man-1.47.7.tar.xz) = 585b8e88ed04bdb426403cf7d9b0c0bb9c7630755b0096c2b018a024b29bec0d +SIZE (help2man-1.47.7.tar.xz) = 200128
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809241111.w8OBBjCa024889>