diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-02 12:04:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-02 12:04:19 +0800 |
commit | 39f17646b8fb031c61250d16f3b251a68d2b8d9c (patch) | |
tree | 3bf3974a15917d384126ebcca20474f02c439b64 /misc | |
parent | cfe38af3fa302461afd7e5b850a26d76fc99c16e (diff) | |
download | freebsd-ports-gnome-39f17646b8fb031c61250d16f3b251a68d2b8d9c.tar.gz freebsd-ports-gnome-39f17646b8fb031c61250d16f3b251a68d2b8d9c.tar.zst freebsd-ports-gnome-39f17646b8fb031c61250d16f3b251a68d2b8d9c.zip |
- Update to 1.40.1
Changes:
- Update texinfo docs with recommendations kindly provided by Karl Berry.
- Document --libtool option.
- Fixup references to GNU Standards.
- Allow date format to be localised (thanks to Yasumichi Akahoshi).
- Add Japanese translation (thanks to Yasumichi Akahoshi).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/help2man/Makefile | 9 | ||||
-rw-r--r-- | misc/help2man/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index c88aee1c24a7..9ad2bc3a69f0 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -6,7 +6,7 @@ # PORTNAME= help2man -PORTVERSION= 1.39.4 +PORTVERSION= 1.40.1 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} @@ -31,14 +31,17 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5- RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext CFLAGS+= -lintl -MANLANG= "" ${LANGS} +MANLANG= "" ${LANGS} ${LANGS_MTREE} USE_GETTEXT= yes LANGS= de el eo fi fr it pl pt_BR ru sv uk vi +LANGS_MTREE= ja # languages which already exist in BSD.local.dist PLIST_FILES+= lib/bindtextdomain.so -.for lang in ${LANGS} +.for lang in ${LANGS} ${LANGS_MTREE} PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo +.endfor +.for lang in ${LANGS} PLIST_DIRSTRY+= man/${lang}/man1 man/${lang} .endfor .endif diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index 70ec907d6a06..b695719ee987 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -1,2 +1,2 @@ -SHA256 (help2man-1.39.4.tar.gz) = 2e1096ed33ba3dba7b87e22be2526e3c24b42a70df1a218a74fd99572c1e46ae -SIZE (help2man-1.39.4.tar.gz) = 164234 +SHA256 (help2man-1.40.1.tar.gz) = 3b924cbbccf64867c70b099bf56c65e2d3804b4aaf4fc1fa060779ecd15c5887 +SIZE (help2man-1.40.1.tar.gz) = 174124 |