diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-05 21:23:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-05 21:23:24 +0800 |
commit | aa9d4eaf307ab91f0fc9885d774adc6bdf458cf6 (patch) | |
tree | 1ca4724c9b9cfe475220dfcf49fa694bbb923f78 /misc/help2man | |
parent | bdd73b07c613e9bb81889e913f173d0544e7776b (diff) | |
download | freebsd-ports-gnome-aa9d4eaf307ab91f0fc9885d774adc6bdf458cf6.tar.gz freebsd-ports-gnome-aa9d4eaf307ab91f0fc9885d774adc6bdf458cf6.tar.zst freebsd-ports-gnome-aa9d4eaf307ab91f0fc9885d774adc6bdf458cf6.zip |
- Update to 1.40.10
- Remove SITE_PERL from *_DEPENDS
- Pet portlint: use += instead of =
Changes:
- Update Greek translation (thanks to Savvas Radevic).
- Update Serbian translation (thanks to Miroslav Nikolic).
- Update German translation (thanks to Arun Persaud).
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 6 | ||||
-rw-r--r-- | misc/help2man/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 5f73eea52a00..16bf8e50b205 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -6,7 +6,7 @@ # PORTNAME= help2man -PORTVERSION= 1.40.9 +PORTVERSION= 1.40.10 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} @@ -27,8 +27,8 @@ PLIST_FILES= bin/${PORTNAME} .if defined(WITHOUT_NLS) CONFIGURE_ARGS= --disable-nls .else -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext +BUILD_DEPENDS+= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext +RUN_DEPENDS+= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext CFLAGS+= -lintl MANLANG= "" ${LANGS} ${LANGS_MTREE} diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index 762ac8ac3016..86436ae10a29 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -1,2 +1,2 @@ -SHA256 (help2man-1.40.9.tar.gz) = 75e7b650d078b021fb862b245ea76cb330727866ac604613ebd8471b722d094e -SIZE (help2man-1.40.9.tar.gz) = 184179 +SHA256 (help2man-1.40.10.tar.gz) = f7c85b9af84a87d7da912b62dadf426118841750ed1e4598787a54fddaf82b9c +SIZE (help2man-1.40.10.tar.gz) = 186197 |