Bug 278986 - www/crawl: take MAINTAINER && remove DEPRECIATED
Summary: www/crawl: take MAINTAINER && remove DEPRECIATED
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-14 17:00 UTC by Chris Hutchinson
Modified: 2024-05-17 05:29 UTC (History)
2 users (show)

See Also:


Attachments
git diff against www/crawl (919 bytes, patch)
2024-05-14 17:00 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2024-05-14 17:00:47 UTC
Created attachment 250656 [details]
git diff against www/crawl

I've been using this port for years, and I'd
rather not learn something new. So take MAINTAINER.
While here; cleanup Makefile && remove DEPRECIATED.

Affected file(s):
Makefile

All port and pkg tests return OK.

Thanks.

--Chris
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-16 00:06:54 UTC
It doesn't support HTTPS and depends on deprecated databases/db5 (which will go away) so this is futile
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-05-16 06:20:10 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-16 06:20:44 UTC
A commit in branch main references this bug:

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

commit 011d7d90168c4b756fec71a8706d8314f4e5bc50
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2024-05-15 18:43:42 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-05-16 06:19:45 +0000

    www/crawl: set MAINTAINER && remove DEPRECATED

    Maintainer already maintains several ports.

    PR:             278986
    Reported by:    portmaster@bsdforge.com

 www/crawl/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2024-05-16 07:01:14 UTC
(In reply to Daniel Engberg from comment #1)
Sorry Daniel, I did not see this comment earlier.
Comment 5 Chris Hutchinson 2024-05-17 05:29:04 UTC
(In reply to Daniel Engberg from comment #1)
Good points;

BDB won't be going away anytime soon. Adding HTTPS will
be trivial. I'll submit something within 30 days. If the
original author doesn't respond in a timely fashion. I'll
add a patch for the port itself.


--Chris
Comment 6 Chris Hutchinson 2024-05-17 05:29:45 UTC
(In reply to Fernando Apesteguía from comment #2)
Thanks, Fernando! :)