Bug 235000 - multimedia/nostt: Update to 1.1.1
Summary: multimedia/nostt: Update to 1.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-16 15:08 UTC by Sijmen J. Mulder
Modified: 2019-01-16 21:13 UTC (History)
1 user (show)

See Also:


Attachments
1.1.1 patch (1.27 KB, patch)
2019-01-16 15:08 UTC, Sijmen J. Mulder
no flags Details | Diff
Fixed man page install location (1.29 KB, patch)
2019-01-16 15:37 UTC, Sijmen J. Mulder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sijmen J. Mulder 2019-01-16 15:08:28 UTC
Created attachment 201187 [details]
1.1.1 patch

Upstream changes in 1.0:

 - New: 'make check' target.
 - Removed: -i option (interactive mode). Interactive mode is now used if no
   page argument is given.
 - Removed: -G option (color ouptut). Color output is the default now for
   interactive terminals, but can be disabled with environment CLICOLOR=0 or
   forced with CLICOLOR_FORCE=1.
 - Changed: default CFLAGS and LDFLAGS, in particular adding /usr/local search
   paths.
 - Changed: make [un]install now respects DESTDIR. prefix, bindir, and man1dir
   have been replaced with PREFIX and MANPREFIX.
 - Fixed: several portability issues.

Upstream changes in 1.1.1:

 - Fixed: wrong implicit permissions in `make install`.

Ported adjusted to match.
Comment 1 Steve Wills freebsd_committer freebsd_triage 2019-01-16 15:21:13 UTC
This has a plist issue:

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man1/nostt.1
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: man/man1/nostt.1.gz
Comment 2 Sijmen J. Mulder 2019-01-16 15:37:35 UTC
Created attachment 201190 [details]
Fixed man page install location
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-01-16 21:12:19 UTC
A commit references this bug:

Author: swills
Date: Wed Jan 16 21:11:30 UTC 2019
New revision: 490519
URL: https://svnweb.freebsd.org/changeset/ports/490519

Log:
  multimedia/nostt: update to 1.1.1

  PR:		235000
  Submitted by:	Sijmen J. Mulder <ik@sjmulder.nl> (maintainer)

Changes:
  head/multimedia/nostt/Makefile
  head/multimedia/nostt/distinfo
Comment 4 Steve Wills freebsd_committer freebsd_triage 2019-01-16 21:13:18 UTC
Committed, thanks!