diff options
author | okazaki <okazaki@FreeBSD.org> | 2002-11-07 02:14:42 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2002-11-07 02:14:42 +0800 |
commit | c0c9c24ca0a7923e4794ce46fe3c62f026ba2504 (patch) | |
tree | e6c3e72d57c7db7a8aa7b5dfa3a7e9eaefe34022 | |
parent | 9683015009d6ebc835a24198331b6a148a96a09a (diff) | |
download | freebsd-ports-gnome-c0c9c24ca0a7923e4794ce46fe3c62f026ba2504.tar.gz freebsd-ports-gnome-c0c9c24ca0a7923e4794ce46fe3c62f026ba2504.tar.zst freebsd-ports-gnome-c0c9c24ca0a7923e4794ce46fe3c62f026ba2504.zip |
Upgrade to Version 1.29.
Add USE_PERL5, because this is a perlscript
Update MAINTAINER to the submitter.
PR: 43370
Submitted by: Tilman Linneweh
-rw-r--r-- | misc/help2man/Makefile | 5 | ||||
-rw-r--r-- | misc/help2man/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index ad9c0be1e717..eec77a364d17 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -7,14 +7,15 @@ # PORTNAME= help2man -PORTVERSION= 1.26 +PORTVERSION= 1.29 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsdports@arved.de GNU_CONFIGURE= yes +USE_PERL5= yes MAN1= help2man.1 diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index a7f48da3d102..4f4014e9281b 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -1 +1 @@ -MD5 (help2man-1.26.tar.gz) = 842019ceb7c8304749fa0c0d121e4b93 +MD5 (help2man-1.29.tar.gz) = d084ca7079239b4405f3a07298cf7229 |