diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-13 19:52:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-13 19:52:18 +0800 |
commit | b80da005bf23d345a2ca61e89545a3f0497040f5 (patch) | |
tree | 794325bb2c3c0a05ff3aa6ceb9ee0f926b7f388d | |
parent | 334ee4c7312d1201c7fc70b26d41d6a4c0d92a22 (diff) | |
download | freebsd-ports-gnome-b80da005bf23d345a2ca61e89545a3f0497040f5.tar.gz freebsd-ports-gnome-b80da005bf23d345a2ca61e89545a3f0497040f5.tar.zst freebsd-ports-gnome-b80da005bf23d345a2ca61e89545a3f0497040f5.zip |
- Update to 1.43.2
Changes:
1.43.2:
- Use the generic term "section" in the documentation rather than "name", which
could be confused to mean only the literal "NAME" section.
1.43.1:
- Add explicit include syntax for prepending, replacing or appending to
generated output for a section (thanks to Daniil Baturin for the idea).
- Update Vietnamese translation (thanks to Tran Ngoc Quan).
- Update Esperanto translation (thanks to Felipe Castro).
-rw-r--r-- | misc/help2man/Makefile | 2 | ||||
-rw-r--r-- | misc/help2man/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 9996b432640a..3ae8da77a221 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.42.1 +PORTVERSION= 1.43.2 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index 9f4e765dbd1e..d5946f38815e 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -1,2 +1,2 @@ -SHA256 (help2man-1.42.1.tar.gz) = bafe303cfd98dee65358ae08141a9accffa4ec0883ba504ea8598b5f65cae5c2 -SIZE (help2man-1.42.1.tar.gz) = 197137 +SHA256 (help2man-1.43.2.tar.gz) = ec43eb74669e02cb61af142f1398bb882ff1dbbc9a8cc4f8cd70098fe425e4a9 +SIZE (help2man-1.43.2.tar.gz) = 195649 |