diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-24 19:11:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-24 19:11:44 +0800 |
commit | 5fca07604b2f90e9eab1837c3edbd67dd4eaebad (patch) | |
tree | 1fe04ca2f9271a9ca812a2cb0e3bb81dbc01c8e8 | |
parent | 7998d6c89170521729d8d3166d9d6b593ff06dea (diff) | |
download | freebsd-ports-gnome-5fca07604b2f90e9eab1837c3edbd67dd4eaebad.tar.gz freebsd-ports-gnome-5fca07604b2f90e9eab1837c3edbd67dd4eaebad.tar.zst freebsd-ports-gnome-5fca07604b2f90e9eab1837c3edbd67dd4eaebad.zip |
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).
-rw-r--r-- | misc/help2man/Makefile | 7 | ||||
-rw-r--r-- | misc/help2man/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 43277ca6571f..0ee9ebd4a7ab 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -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-gettext 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 diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index f33dd2d4f242..0179d46eada6 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -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 |