From owner-svn-ports-head@freebsd.org Fri Dec 9 07:51:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 723EAC6E4D8; Fri, 9 Dec 2016 07:51:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF0B1950; Fri, 9 Dec 2016 07:51:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB97psXW037123; Fri, 9 Dec 2016 07:51:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB97ps19037120; Fri, 9 Dec 2016 07:51:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612090751.uB97ps19037120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Dec 2016 07:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428170 - head/misc/help2man X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 07:51:55 -0000 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/