Bug 265407 - textproc/man2html: update to 3.1.20220714
Summary: textproc/man2html: update to 3.1.20220714
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-23 19:39 UTC by Robert Clausecker
Modified: 2022-08-06 18:16 UTC (History)
1 user (show)

See Also:


Attachments
textproc/man2html: update to 3.1.20220714 (1.46 KB, patch)
2022-07-23 19:39 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-07-23 19:39:54 UTC
Created attachment 235442 [details]
textproc/man2html: update to 3.1.20220714

Selected upstream changes:

 - document all of the new options in man2html(1)
 - some cleanup of man2html(1), eliminating unused macros and adding
   macros to replace repetitive nroff commands

Tested on arm64 FreeBSD 13.1.
Changelog is shipped with the package but not available online.  Please keep it in the commit message.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-24 18:25:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=643f71d957b163b4ba4a8cc6b82dc72d5e023159

commit 643f71d957b163b4ba4a8cc6b82dc72d5e023159
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-07-24 18:22:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-24 18:22:24 +0000

    textproc/man2html: Update to 3.1.20220714

    Selected upstream changes:

     - document all of the new options in man2html(1)
     - some cleanup of man2html(1), eliminating unused macros and adding
       macros to replace repetitive nroff commands

    PR:             265407

 textproc/man2html/Makefile | 2 +-
 textproc/man2html/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-24 18:26:21 UTC
Committed, thanks!
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2022-08-06 17:57:41 UTC
And once again my attempt to change DISTVERSION to PORTVERSION was ignored...

The version of this port is not the version of the distfile.  Hence, using PORTVERSION was intentional.  I do not understand why committers keep removing my patch parts that do this change.
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-06 18:16:29 UTC
(In reply to Robert Clausecker from comment #3)

Hi Robert,

From Porter's Handbook:
---
PORTVERSION is the version used for the FreeBSD package. It will be automatically derived from DISTVERSION to be compatible with FreeBSD’s package versioning scheme. If the version contains letters, it might be needed to set PORTVERSION and not DISTVERSION.
---
and
---
When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION.
---

PORTVERSION or DISTVERSION have nothing to do with distfile version but yes with port version.

Cheers