Bug 261986 - deskutils/remind: update to 03.04.00
Summary: deskutils/remind: update to 03.04.00
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: Li-Wen Hsu
URL: https://git.skoll.ca/Skollsoft-Public...
Keywords: easy
Depends on:
Blocks:
 
Reported: 2022-02-16 12:38 UTC by Robert Clausecker
Modified: 2022-02-22 06:54 UTC (History)
2 users (show)

See Also:


Attachments
deskutils/remind: update to 03.04.00 (7.81 KB, patch)
2022-02-16 12:38 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff
deskutils/remind: add missing pkg-plist (1.47 KB, patch)
2022-02-20 20:57 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-02-16 12:38:50 UTC
Created attachment 231865 [details]
deskutils/remind: update to 03.04.00

- change LAT_??? and LON_??? variables to DEFAULT_LATITUDE and
   DEFAULT_LONGITUDE.  Users who have set these variables must change
   their make.conf
 - fix fetch when port version is out of date
 - add a new REM2PDF option

Upstream changes:

 - add UTF-8 support
 - add a remind-to-PDF converter REM2PDF
 - tkremind now support PDF and PS export when printing
 - replace LAT_??? and LON_??? macros with DEFAULT_LATITUDE and
   DEFAULT_LONGITUDE.
 - various bug fixes and documentation improvements

Changelog:	https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW

---

Tested with Poudriere on armv7 arm64 FreeBSD 13.
Do not MFH as this is a feature release.

Instead commit to 2022Q1 the following change, unbreaking the fetch:

-MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/
+# upstream moves distfiles to OLD once a new release appears
+MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/ \
+		https://dianne.skoll.ca/projects/remind/download/OLD/
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-16 18:02:18 UTC
A commit in branch main references this bug:

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

commit a1fa88108bf79682e19617e74df6e8c4ce421baa
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-02-16 12:07:22 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-16 18:01:36 +0000

    deskutils/remind: update to 03.04.00

     - change LAT_??? and LON_??? variables to DEFAULT_LATITUDE and
       DEFAULT_LONGITUDE.  Users who have set these variables must change
       their make.conf
     - fix fetch when port version is out of date
     - add a new REM2PDF option

    Upstream changes:

     - add UTF-8 support
     - add a remind-to-PDF converter REM2PDF
     - tkremind now support PDF and PS export when printing
     - replace LAT_??? and LON_??? macros with DEFAULT_LATITUDE and
       DEFAULT_LONGITUDE.
     - various bug fixes and documentation improvements

    Changelog:      https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW

    PR:             261986

 deskutils/remind/Makefile                          | 54 ++++++++++------------
 deskutils/remind/distinfo                          |  6 +--
 deskutils/remind/files/patch-rem2html_Makefile.in  |  6 ++-
 .../{patch-src_Makefile => patch-src_Makefile.in}  | 11 ++---
 4 files changed, 37 insertions(+), 40 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2022-02-16 18:13:53 UTC
Please also apply the update I described to 2022Q1 so the package can be built there.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-02-16 18:49:25 UTC
A commit in branch 2022Q1 references this bug:

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

commit 89f146be96b5949043cce626b8b22107ec24d78a
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-02-16 18:47:10 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-16 18:49:03 +0000

    deskutils/remind: Fix fetch

    Upstream moves distfiles to OLD once a new release appears.

    This is a direct commit to the 2022Q1 branch.

    PR:             261986

 deskutils/remind/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2022-02-20 20:57:58 UTC
Created attachment 231969 [details]
deskutils/remind: add missing pkg-plist

I forgot to check in the pkg-plist file last time, causing
a defective package to be created.  This patch adds the
missing file and bumps PORTREVISION.
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2022-02-20 20:58:58 UTC
Reopen due to botched patch
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-02-22 06:54:18 UTC
A commit in branch main references this bug:

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

commit 6f3acf3bd627da55688b0cb5bf574514dd40ab96
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-02-22 06:52:28 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-22 06:52:28 +0000

    deskutils/remind: Add missing pkg-plist

    PR:             261986
    Reported by:    Roland Smith <rsmith@xs4all.nl>

 deskutils/remind/Makefile        |  1 +
 deskutils/remind/pkg-plist (new) | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)