From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] nano: Update to 2.5.3
Date: Tue, 29 Mar 2016 13:16:36 +0100 [thread overview]
Message-ID: <1459253796.30749.180.camel@ipfire.org> (raw)
In-Reply-To: <1458847748-13229-1-git-send-email-matthias.fischer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1809 bytes --]
Merged. Thanks.
On Thu, 2016-03-24 at 20:29 +0100, Matthias Fischer wrote:
> Contains several bugfixes and improvements, for details see:
> http://www.nano-editor.org/dist/v2.5/ChangeLog
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/nano | 16 +++++++++++-----
> 1 file changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/lfs/nano b/lfs/nano
> index 0d92c6b..70991d2 100644
> --- a/lfs/nano
> +++ b/lfs/nano
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.5.1
> +VER = 2.5.3
>
> THISAPP = nano-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = nano
> -PAK_VER = 8
> +PAK_VER = 9
>
> DEPS = ""
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = f25c7da9813ae5f1df7e5dd1072de4ce
> +$(DL_FILE)_MD5 = a04d77611422ab4b6a7b489650c7a793
>
> install : $(TARGET)
>
> @@ -77,8 +77,14 @@ $(subst %,%_MD5,$(objects)) :
> $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @$(PREBUILD)
> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/nano \
> - --enable-color --enable-multibuffer --enable-nanorc --disable-nls
> + cd $(DIR_APP) && ./configure \
> + --prefix=/usr \
> + --sysconfdir=/etc/nano \
> + --enable-color \
> + --enable-multibuffer \
> + --enable-nanorc \
> + --disable-nls
> +
> cd $(DIR_APP) && make $(MAKETUNING)
> cd $(DIR_APP) && make install
> cd $(DIR_APP) && install -v -m644 -D doc/nanorc.sample
> /etc/nano/nanorc.sample
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-03-29 12:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 19:29 Matthias Fischer
2016-03-29 12:16 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459253796.30749.180.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox