Bug 258722 - devel/schilybase: update to 2021-09-18
Summary: devel/schilybase: update to 2021-09-18
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: freebsd-ports-bugs (Nobody)
URL: https://sourceforge.net/projects/schi...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2021-09-25 17:10 UTC by Robert Clausecker
Modified: 2021-09-25 18:36 UTC (History)
1 user (show)

See Also:


Attachments
devel/schilybase: update to 2021-09-18 (5.67 KB, patch)
2021-09-25 17:10 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 2021-09-25 17:10:59 UTC
Created attachment 228176 [details]
devel/schilybase: update to 2021-09-18

devel/schilybase: update to 2021-09-18

While we are at it:

 - wire unit tests into Makefile.master

 - drop dummy catalogue file as upstream
   has decided to ship it in the distfile

 - use hard links for dummy catalogues.
   This was what I had originally in mind,
   but I kinda mixed up LN and RLN.

 - update archivers/star pkg-descr to reflect
   its current feature set

 - fix typos in net/rscsi pkg-message

Changes:  https://sourceforge.net/projects/schilytools/files/AN-2021-09-18/download
Tested with Poudriere on armv7 arm64 amd64 i386 FreeBSD 13.0-RELEASE.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-25 18:35:09 UTC
A commit in branch main references this bug:

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

commit 1ba20a0d92e2b1f5f9fd267ee50a31dac540f126
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-09-25 18:33:09 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-09-25 18:34:07 +0000

    archivers/star: Update pkg-descr after devel/schilybase update.

    PR:             258722

 archivers/star/pkg-descr | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-09-25 18:35:10 UTC
A commit in branch main references this bug:

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

commit cab91ae251c30f37eab1cf8a0767337f06faff5b
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-09-25 18:32:10 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-09-25 18:34:07 +0000

    devel/schilybase: Update to 2021-09-18.

    PR:             258722

 devel/schilybase/Makefile                     |  4 ++--
 devel/schilybase/Makefile.master              |  7 ++++++-
 devel/schilybase/distinfo                     |  6 +++---
 devel/schilybase/files/SCHILY_utils.po (gone) | 14 --------------
 devel/schilybase/files/pkg-message.rscsi.in   |  2 +-
 5 files changed, 12 insertions(+), 21 deletions(-)
Comment 3 Gleb Popov freebsd_committer freebsd_triage 2021-09-25 18:36:09 UTC
Pushed in, thanks!