Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (364b2f27dd205ff9912eeed80e9c1e66c9ed1906)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (364b2f27dd205ff9912eeed80e9c1e66c9ed1906)
  • Date: Sun, 24 Apr 2016 12:02:52 -0400

Where's the patch itself?

On Sun, Apr 24, 2016 at 11:20:23AM +0000, Florian Franzmann wrote:
> GIT changes to master grimoire by Florian Franzmann
> <siflfran AT hawo.stw.uni-erlangen.de>:
> ...
> diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
> index 93d4b64..4595a06 100755
> --- a/mail/mutt/DETAILS
> +++ b/mail/mutt/DETAILS
> @@ -27,7 +27,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
> SECURITY_PATCH=1
> ;;
> *)
> - VERSION=1.4.2.3
> + VERSION=1.6.0
> SOURCE=${SPELL}-${VERSION}.tar.gz
> SOURCE2=${SOURCE}.asc
> SOURCE_URL[0]=ftp://ftp.mutt.org/pub/mutt/${SOURCE}
> diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
> index 7d57e0b..ea638d2 100644
> --- a/mail/mutt/HISTORY
> +++ b/mail/mutt/HISTORY
> @@ -1,3 +1,8 @@
> +2016-04-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> + * PRE_BUILD, 01-bug-fixes.patch: add bugfix patch from the neomutt
> + project
> + * DETAILS: update stable to 1.6.0
> +
> 2016-04-04 Pavel Vinogradov <public AT sourcemage.org>
> * DETAILS: updated devel branch to 1.6.0
>
> diff --git a/mail/mutt/PRE_BUILD b/mail/mutt/PRE_BUILD
> index bffab7e..ad078c9 100755
> --- a/mail/mutt/PRE_BUILD
> +++ b/mail/mutt/PRE_BUILD
> @@ -1,6 +1,8 @@
> default_pre_build &&
> cd "${SOURCE_DIRECTORY}" &&
>
> +patch -p1 < "$SPELL_DIRECTORY/01-bug-fixes.patch" &&
> +
> for PATCH in ${REAL_PATCHES}; do
> message "${MESSAGE_COLOR}Applying patch ${PATCH}${DEFAULT_COLOR}" &&
> PATCH_SOURCE="" &&
> ...

--
Sincerely,
Pavel Vinogradov

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page