[Bug 234474] [patch] net/mtr: Fix displaying of version number

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 28 19:00:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234474

            Bug ID: 234474
           Summary: [patch] net/mtr: Fix displaying of version number
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: romain at FreeBSD.org
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Created attachment 200587
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200587&action=edit
Fix the way PACKAGE_VERSION is set

The user interface of mtr(1) shows the title "My traceroute  [vUNKNOWN]".

The autotools script attempt to find the version from the git sources, but
since we are *not* in a git repository, it returns "UNKNOWN" which is used as
the version number in various places.

The attached patch replaces the call to the tools in charge of getting the
version number with the value of ${PORTVERSION}, fixing the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list