Bug 247190 - deskutils/sysctlview: Update to 2.0.1
Summary: deskutils/sysctlview: Update to 2.0.1
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: Hiroki Tagato
URL: https://gitlab.com/alfix/sysctlview/-...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-12 01:26 UTC by Alfonso S. Siciliano
Modified: 2020-06-15 10:56 UTC (History)
1 user (show)

See Also:


Attachments
svn .diff (2.35 KB, patch)
2020-06-12 01:26 UTC, Alfonso S. Siciliano
asiciliano: maintainer-approval-
Details | Diff
New svn .diff (1.26 KB, patch)
2020-06-14 16:03 UTC, Alfonso S. Siciliano
asiciliano: maintainer-approval+
asiciliano: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2020-06-12 01:26:39 UTC
Created attachment 215475 [details]
svn .diff

Version Update 2.0 -> 2.0.1

Just a "fix version": some user required to use sysctlview in a dark-theme

Mainstream CHANGELOG

 * https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG

Port Update

 * change manual directory to fix 'port test':

FATAL: /usr/ports/deskutils/sysctlview/pkg-plist: [2]: Man pages must be installed into ``man'' not ``share/man''.


Testing:

 * port test
 * portlint -C
 * poudriere testport -j 130Camd64 -p default -o deskutils/sysctlview
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2020-06-13 06:39:33 UTC
(In reply to Alfonso S. Siciliano from comment #0)

> * change manual directory to fix 'port test':
>
> FATAL: /usr/ports/deskutils/sysctlview/pkg-plist: [2]: Man pages must be installed into ``man'' not ``share/man''.

The error message appears a bit outdated.

The 20200115 entry from /usr/ports/CHANGES says:


${PREFIX}/share/man is now a valid location for manpages ${PREFIX}/man being  considered as deprecated.


So I would suggest installing the man page under share/man.
Comment 2 Alfonso S. Siciliano freebsd_committer freebsd_triage 2020-06-13 11:00:15 UTC
Thank you for the tip,
I'll update to fix.
Comment 3 Alfonso S. Siciliano freebsd_committer freebsd_triage 2020-06-14 16:03:41 UTC
Created attachment 215550 [details]
New svn .diff

The new .diff should address the problem about the man page
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-06-15 10:55:03 UTC
A commit references this bug:

Author: tagattie
Date: Mon Jun 15 10:54:41 UTC 2020
New revision: 538870
URL: https://svnweb.freebsd.org/changeset/ports/538870

Log:
  Update to 2.0.1

  PR:		247190
  Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
  Approved by:	mentors (implicit)
  Changelog:	https://gitlab.com/alfix/sysctlview/-/blob/v2.0.1/CHANGELOG

Changes:
  head/deskutils/sysctlview/Makefile
  head/deskutils/sysctlview/distinfo
Comment 5 Hiroki Tagato freebsd_committer freebsd_triage 2020-06-15 10:56:00 UTC
Committed, thanks!