Created attachment 191644 [details] Updating mail/alpine to version 2.21.1. Hi. - update to version 2.21.1 - update MASTER_SITES (the old is gone) - Maildir OPTION removed (source gone) - update WWW to the new address Cheers! :-)
Hi Alexandre, Thanks for the patch. I'm aware of the missing master site of Alpine. The upstream developer (Eduardo Chappa) is currently trying to find a new host, but this takes some time. I'm also aware of the existence of the git site. What I didn't know is how to use the git site for the FreeBSD port, so thanks for that. I'll try to update the Alpine port to 2.21.1 with the git site. I'm a little bit hesitant of removing the maildir patch because it's possible that a lot of Alpine users are using it. But on the other hand if the sources stay gone, then removing it is the only option. So I'll probably remove it for the time being, and maybe the upstream patch reappears again and I can put it back. Also I can't remove the gettext-runtime dependency because textproc-aspell and editors/pico depend on it. Regards, Marco
Hi. I was also wondering about the maildir feature, I would need of that if I used Alpine. However, I considered the possibility of that being imported, IDK. :) I removed 'gettext-runtime:run' to make some tests and forgot to add it again. Well, he can use GitHub or GitLab. :D Cheers!
Created attachment 191662 [details] Updating to 2.21.1 Bring gettext-runtime back. If you still have the patch source, I think it would be justifiable if you host it somewhere, update the current port (2.21) with that new source home, and add to pkg-message the patch is not supported upstream anymore and may not be available in a near future. That would give users time to re-organize. However, if the patch still build against 2.21.1 (or if not but you can make it) you could keep it until not possible anymore. Just let the users be aware of. Cheers!
Comment on attachment 191662 [details] Updating to 2.21.1 If this must use the Git repository please use the ?dummy= trick, so that the distfile gets a proper filename i.e. remove DISTNAME again and set MASTER_SITES= http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
Created attachment 191669 [details] Updating to v2.21.1. Done.
Created attachment 191670 [details] Updating to v2.21.1. Just cleaning.
Created attachment 191674 [details] mail/alpine update to 2.21.1 - Update to new version 2.21.1 - New master site http://repo.or.cz/alpine.git (old one is gone) - The maildir option is removed for now. If the package reappears, we can always add it again - Update of slave port editors/pico-alpine
Comment on attachment 191674 [details] mail/alpine update to 2.21.1 The patch seems to be missing the update to editors/pico-alpine, or the PORTNAME, CATEGORIES, COMMENT variables need to keep ?= like before so that the slave port can override them.
(In reply to Tobias Kortkamp from comment #8) I see now that you've opened bug #226810 for pico-alpine. Can you please keep the patches to it in this PR only? Whatever we do to mail/alpine will also affect editors/pico-alpine. My comment about ?= for the slave port still applies regardless.
*** Bug 226810 has been marked as a duplicate of this bug. ***
These ports can easily become flavored, but I do not know if it is possible to have flavors in different categories, I guess not. Flavored ports what bring new packages should wait ports-mgmt/poudriere-3.3 come out, but I do not know about moving between categories, if that would be the case.
Well, a flavored version of 'pico-alpine' would automatically be called 'alpine-pico', and so it would fall in the ports-mgmt/poudriere-3.3 rule.
Created attachment 191686 [details] mail/alpine update to 2.21.1 Patch for the update with "?=" restored.
The commit we use now [1] seems to actually be for version 2.21 not 2.21.1... So right now this update is a no-op. [1] http://repo.or.cz/alpine.git/commit/672d6838a9babf2faeb9f79267525a4ab9d20b14
Created attachment 191702 [details] mail/alpine update to 2.21.1 Patch with update to the correct version.
A commit references this bug: Author: tobik Date: Wed Mar 21 22:40:08 UTC 2018 New revision: 465245 URL: https://svnweb.freebsd.org/changeset/ports/465245 Log: mail/alpine: Update to 2.21.1 - Move to new master site. The old one is gone. - The maildir patch is gone too, so remove the MAILDIR option for now. - While here add LICENSE_FILE and fix plist PR: 226790 Submitted by: Alexandre C. Guimar?es <lebarondemerde@privacychain.ch> Approved by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer) Changes: head/mail/alpine/Makefile head/mail/alpine/distinfo head/mail/alpine/pkg-descr head/mail/alpine/pkg-plist
Committed. Thanks!