Bug 260862 - deskutils/remind: update to 03.03.11
Summary: deskutils/remind: update to 03.03.11
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://git.skoll.ca/Skollsoft-Public...
Keywords: easy
Depends on:
Blocks:
 
Reported: 2022-01-01 13:58 UTC by Robert Clausecker
Modified: 2022-01-06 02:44 UTC (History)
1 user (show)

See Also:


Attachments
deskutils/remind: update to 03.03.11 (3.13 KB, patch)
2022-01-01 13:58 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-01-01 13:58:50 UTC
Created attachment 230605 [details]
deskutils/remind: update to 03.03.11

- simplify language handling in Makefile

Relevant upstream changes:

 - TkRemind: Save the print dialog settings so they persist
 - TkRemind: Show queue in sorted order
 - TkRemind: Pass "-r" flag to inotifywait
 - TkRemind: Draw moon phases with Tk canvas items rather than using PNG
   images.  This lets them change color along with other TkRemind
   preferences.
 - TkRemind: Underline editable reminders when the pointer enters them;
   fire up the editor with either Button-1 or Button-3 for
   non-TkRemind-generated reminders.
 - Remind: Add the isany() built-in function.
 - rem2html: Add class names indicating number of rows in calendar
 - remind: In -z0 mode, sleep with higher precision to ensure we wake as
   close to possible to each 1-minute boundary.
 - rem2html: Coalesce table.rem-cal CSS into one block.
 - examples/defs.rem: Modernize the examples and get rid of some cruft.
 - Add $Latitude and $Longitude system variables.  Deprecate
   $LatDeg, $LatMin, $LatSec, $LongDeg, $LongMin and $LongSec.
 - Test: Add "dump $" to test.rem.

Tested with Poudriere on armv7 arm64 FreeBSD 13.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-04 01:04:27 UTC
A commit in branch main references this bug:

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

commit a5835387dff795a5ff79e53211e4859b0ff34161
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-01-04 01:00:56 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-01-04 01:03:36 +0000

    deskutils/remind: update to 03.03.11

    Port changes:
    - simplify language handling in Makefile

    Upstream changes:
    - TkRemind: Save the print dialog settings so they persist
    - TkRemind: Show queue in sorted order
    - TkRemind: Pass "-r" flag to inotifywait
    - TkRemind: Draw moon phases with Tk canvas items rather than using PNG
      images.  This lets them change color along with other TkRemind
      preferences.
    - TkRemind: Underline editable reminders when the pointer enters them;
      fire up the editor with either Button-1 or Button-3 for
      non-TkRemind-generated reminders.
    - Remind: Add the isany() built-in function.
    - rem2html: Add class names indicating number of rows in calendar
    - remind: In -z0 mode, sleep with higher precision to ensure we wake as
      close to possible to each 1-minute boundary.
    - rem2html: Coalesce table.rem-cal CSS into one block.
    - examples/defs.rem: Modernize the examples and get rid of some cruft.
    - Add $Latitude and $Longitude system variables.  Deprecate
      $LatDeg, $LatMin, $LatSec, $LongDeg, $LongMin and $LongSec.
    - Test: Add "dump $" to test.rem.
    (https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW)

    PR:             260862
    Reported by:    Robert Clausecker <fuz@fuz.su> (maintainer)

 deskutils/remind/Makefile | 8 ++------
 deskutils/remind/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 9 deletions(-)
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2022-01-04 01:05:14 UTC
Committed, thanks!
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2022-01-06 00:38:05 UTC
(In reply to Hiroki Tagato from comment #2)

Hi Mr. Tagato,

Could you please MFH this patch?  This is because upstream has removed the previous distribution file, so the port does not currently build on the quarterly branch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-06 02:42:10 UTC
A commit in branch 2022Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17cef117aef4ba4342af16f80652e4af52825aab

commit 17cef117aef4ba4342af16f80652e4af52825aab
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-01-04 01:00:56 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-01-06 02:41:08 +0000

    deskutils/remind: update to 03.03.11

    Port changes:
    - simplify language handling in Makefile

    Upstream changes:
    - TkRemind: Save the print dialog settings so they persist
    - TkRemind: Show queue in sorted order
    - TkRemind: Pass "-r" flag to inotifywait
    - TkRemind: Draw moon phases with Tk canvas items rather than using PNG
      images.  This lets them change color along with other TkRemind
      preferences.
    - TkRemind: Underline editable reminders when the pointer enters them;
      fire up the editor with either Button-1 or Button-3 for
      non-TkRemind-generated reminders.
    - Remind: Add the isany() built-in function.
    - rem2html: Add class names indicating number of rows in calendar
    - remind: In -z0 mode, sleep with higher precision to ensure we wake as
      close to possible to each 1-minute boundary.
    - rem2html: Coalesce table.rem-cal CSS into one block.
    - examples/defs.rem: Modernize the examples and get rid of some cruft.
    - Add $Latitude and $Longitude system variables.  Deprecate
      $LatDeg, $LatMin, $LatSec, $LongDeg, $LongMin and $LongSec.
    - Test: Add "dump $" to test.rem.
    (https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW)

    PR:             260862
    Reported by:    Robert Clausecker <fuz@fuz.su> (maintainer)

    (cherry picked from commit a5835387dff795a5ff79e53211e4859b0ff34161)

 deskutils/remind/Makefile | 8 ++------
 deskutils/remind/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 9 deletions(-)
Comment 5 Hiroki Tagato freebsd_committer freebsd_triage 2022-01-06 02:44:34 UTC
(In reply to Robert Clausecker from comment #3)

Thanks for the request. Done.