public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Updated: neomutt-2019-10-25-1
@ 2019-10-25 18:13 Federico Kircheis
  2019-10-25 18:55 ` Achim Gratz
  0 siblings, 1 reply; 5+ messages in thread
From: Federico Kircheis @ 2019-10-25 18:13 UTC (permalink / raw)
  To: cygwin

Version 2019-10-25-1 of neomutt has been uploaded.

The command line mail reader neomutt reached version 2019-10-25.

This release contains a lot of changes, both internal as external.

Also the cygwin port is now compiled with more externals/optional 
libraries (adding support for more protocols/configurations), and 
switched from `-ssl` to `-gnutls` like some GNU/Linux distributions.

On GitHub it is possible to find the complete changelog for the new release:
https://github.com/neomutt/neomutt/releases

Federico

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updated: neomutt-2019-10-25-1
  2019-10-25 18:13 Updated: neomutt-2019-10-25-1 Federico Kircheis
@ 2019-10-25 18:55 ` Achim Gratz
  2019-10-26  5:33   ` Federico Kircheis
  0 siblings, 1 reply; 5+ messages in thread
From: Achim Gratz @ 2019-10-25 18:55 UTC (permalink / raw)
  To: cygwin-apps

Federico Kircheis writes:
> Version 2019-10-25-1 of neomutt has been uploaded.

It hasn't, because that version number is not formatted correctly.  Lose
the extra dashes and try again, please.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updated: neomutt-2019-10-25-1
  2019-10-25 18:55 ` Achim Gratz
@ 2019-10-26  5:33   ` Federico Kircheis
  2019-10-26  9:48     ` ASSI
  0 siblings, 1 reply; 5+ messages in thread
From: Federico Kircheis @ 2019-10-26  5:33 UTC (permalink / raw)
  To: cygwin-apps, Achim Gratz



On October 25, 2019 6:55:16 PM UTC, Achim Gratz <Stromeko@nexgo.de> wrote:
>Federico Kircheis writes:
>> Version 2019-10-25-1 of neomutt has been uploaded.
>
>It hasn't, because that version number is not formatted correctly. 
>Lose
>the extra dashes and try again, please.
>
>
>Regards,
>Achim.

Oh, sorry, my fault

I did not see the mails with the warnings :-/

The new neomutt version uses this version number, how do I lose the extra dashes?
Rename the tar package after the download? Remove them from the build folder before the upload?
Are there some reccomended practices?
Or does cygport provide some functionality out of the box?

I could not find much with a search, but I also do not know what exactly to search for.

Federico

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updated: neomutt-2019-10-25-1
  2019-10-26  5:33   ` Federico Kircheis
@ 2019-10-26  9:48     ` ASSI
  2019-10-26 13:04       ` Federico Kircheis
  0 siblings, 1 reply; 5+ messages in thread
From: ASSI @ 2019-10-26  9:48 UTC (permalink / raw)
  To: cygwin-apps

Federico Kircheis writes:
> The new neomutt version uses this version number, how do I lose the
> extra dashes?

The files are named like the tag in Git and they changed that format
with the last release it seems.

> Rename the tar package after the download? Remove them from the build folder before the upload?
> Are there some reccomended practices?

Something along these lines should do it:

--8<---------------cut here---------------start------------->8---
TAG="2019-10-25"
SRC_URI="
  https://github.com/neomutt/neomutt/archive/${TAG}.tar.gz#/${P}.tar.gz
  https://github.com/neomutt/neomutt/archive/${TAG}tar.gz.sig#/${P}.tar.gz.sig
  "
SRC_DIR="neomutt-${TAG}"
--8<---------------cut here---------------end--------------->8---

Another way would probably be to have ORIG_PN and NAME set differently,
but I haven't used that yet.

Also, you should send the announcement to the announcement mailing list,
not cygwin-apps.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updated: neomutt-2019-10-25-1
  2019-10-26  9:48     ` ASSI
@ 2019-10-26 13:04       ` Federico Kircheis
  0 siblings, 0 replies; 5+ messages in thread
From: Federico Kircheis @ 2019-10-26 13:04 UTC (permalink / raw)
  To: cygwin-apps

>> The new neomutt version uses this version number, how do I lose the
>> extra dashes?
> 
> The files are named like the tag in Git and they changed that format
> with the last release it seems.
> 
>> Rename the tar package after the download? Remove them from the build folder before the upload?
>> Are there some reccomended practices?
> 
> Something along these lines should do it:
> 
> --8<---------------cut here---------------start------------->8---
> TAG="2019-10-25"
> SRC_URI="
>    https://github.com/neomutt/neomutt/archive/${TAG}.tar.gz#/${P}.tar.gz
>    https://github.com/neomutt/neomutt/archive/${TAG}tar.gz.sig#/${P}.tar.gz.sig
>    "
> SRC_DIR="neomutt-${TAG}"
> --8<---------------cut here---------------end--------------->8---
> 
> Another way would probably be to have ORIG_PN and NAME set differently,
> but I haven't used that yet.

Ok, thank you for the hints

> 
> Also, you should send the announcement to the announcement mailing list,
> not cygwin-apps.


Oops, again, my fault.

> 
> 
> Regards,
> Achim.
> 

Federico

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-26 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 18:13 Updated: neomutt-2019-10-25-1 Federico Kircheis
2019-10-25 18:55 ` Achim Gratz
2019-10-26  5:33   ` Federico Kircheis
2019-10-26  9:48     ` ASSI
2019-10-26 13:04       ` Federico Kircheis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).