Date: Fri, 9 Dec 2016 07:51:54 +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: r428170 - head/misc/help2man Message-ID: <201612090751.uB97ps19037120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 9 07:51:54 2016 New Revision: 428170 URL: https://svnweb.freebsd.org/changeset/ports/428170 Log: - Update to 1.47.4 - Use USES=localbase - Remove the 3-year-old CONFIGURE_FAIL_MESSAGE of a 3.5-year-old infrastructure change - Update WWW: use https:// 1.47: - Set document language for localised info pages. - Add French and Spanish translation of info documentation. - Add Spanish and Danish translations. - Add support for reproducible builds by using $SOURCE_DATE_EPOCH as the date for the generated pages. 1.46: - Add German, Ukranian and Polish translations of info documentation. - Add Hungarian and Norwegian Bokmaal translations. 1.45: - Add recognition of explicit section headings indicated with *Heading*. - Improve handling of tagged paragraphs when body is on a following line. - Add escapes to adjust spacing of italic text at roman/italic boundaries. 1.44: - Parse option lines in the header section of include files using shell word splitting which allows quoting of multiple words and backslash-escaping of spaces. Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo head/misc/help2man/pkg-descr Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Fri Dec 9 07:42:43 2016 (r428169) +++ head/misc/help2man/Makefile Fri Dec 9 07:51:54 2016 (r428170) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.43.3 -PORTREVISION= 2 +PORTVERSION= 1.47.4 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} @@ -15,27 +14,25 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS -LIBS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= gmake perl5 +USES= gmake localbase perl5 tar:xz INFO= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ - man/man1/help2man.1.gz - -LANGS= de el eo fi fr hr it pl pt_BR ru sr sv uk vi -LANGS_MTREE= ja # languages that already exist in BSD.local.dist + man/man1/${PORTNAME}.1.gz NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_CONFIGURE_ENABLE= nls -# Add note of build failure caused by Perl infrastructure change in 20130612 -NLS_VARS= CONFIGURE_FAIL_MESSAGE="Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\"." NLS_PLIST_FILES= lib/bindtextdomain.so NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_USES= gettext -.for lang in ${LANGS} ${LANGS_MTREE} -NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ +.for lang in de es fr pl uk zh_CN +NLS_INFO+= ${PORTNAME}-${lang} +.endfor + +.for lang in da de el eo es fi fr hr hu it ja nb pl pt_BR ru sr sv uk vi zh_CN +NLS_PLIST_FILES+= man/${lang}/man1/${PORTNAME}.1.gz \ share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Fri Dec 9 07:42:43 2016 (r428169) +++ head/misc/help2man/distinfo Fri Dec 9 07:51:54 2016 (r428170) @@ -1,2 +1,3 @@ -SHA256 (help2man-1.43.3.tar.gz) = 67978d118980ebd9f0c60be5db129527900a7b997b9568fc795ba9bdb341d303 -SIZE (help2man-1.43.3.tar.gz) = 199611 +TIMESTAMP = 1479577891 +SHA256 (help2man-1.47.4.tar.xz) = d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753 +SIZE (help2man-1.47.4.tar.xz) = 189456 Modified: head/misc/help2man/pkg-descr ============================================================================== --- head/misc/help2man/pkg-descr Fri Dec 9 07:42:43 2016 (r428169) +++ head/misc/help2man/pkg-descr Fri Dec 9 07:51:54 2016 (r428170) @@ -8,4 +8,4 @@ Given a program which produces resonably outputs, help2man will attempt to re-arrange that output into something which resembles a manual page. -WWW: http://www.gnu.org/software/help2man/ +WWW: https://www.gnu.org/software/help2man/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612090751.uB97ps19037120>