Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 27 |
Nodes: | 6 (0 / 6) |
Uptime: | 40:37:31 |
Calls: | 631 |
Calls today: | 2 |
Files: | 1,187 |
D/L today: |
24 files (29,813K bytes) |
Messages: | 174,719 |
Hi ports@ people,
How does one find the last release that had ports/mail/openwebmail ?
I failed to find it with Log in
https://cgit.freebsd.org/ports/log/mail/Makefile
Maybe because it was gone before 12.4-RELEASE
& maybe old SVN logs were lost converting to Git ?
I could do a tedious series of samples, examining many ports trees,
but I presume git has a method ? (I have a local git tree, but not skilled).
How does one find the last release that had ports/mail/openwebmail ?
I failed to find it with Log in
https://cgit.freebsd.org/ports/log/mail/Makefile
Maybe because it was gone before 12.4-RELEASE
& maybe old SVN logs were lost converting to Git ?
I could do a tedious series of samples, examining many ports trees,
but I presume git has a method ? (I have a local git tree, but not
skilled).
I want to get the last working copy of openwebmail, to port it to 14.3-RELEASE-p2 (as old binaries blow with a perl problem sinceBeware, this has already looked back then as an abandonware, see this
upgrade).
I'd best also instal another server to try (sqwebmail or other ?)
as I've received complaints about Openwebmail within Firefox on
Android.
Any suggestions which Android app best with my dovecot's POP3 & IMAP
https://search.f-droid.org/?q=mail&lang=en
https://en.wikipedia.org/w/index.php?search=android+mail+apps&title=Special%3ASearch&profile=advanced&fulltext=1&ns0=1
Comments welcome, Thanks
In a root of your local hit three for ports do:better:
git log -- mail/openwebmail
This gives you a hash of latest (removal) commit: 3c9b73402268
The do:
git show 3c9b73402268 -- mail/openwebmail/Makefile