public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] nano: Update to 3.2
@ 2018-11-24 20:19 Matthias Fischer
  2018-11-26 11:19 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2018-11-24 20:19 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

Hi,

Changed archive to 'xz' - this saves about 1.4MB (thanks Marcel ;-))

For further details see:
https://www.nano-editor.org/news.php

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/nano | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lfs/nano b/lfs/nano
index 671cf6731..4b636f4ea 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,15 +24,15 @@
 
 include Config
 
-VER        = 3.1
+VER        = 3.2
 
 THISAPP    = nano-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nano
-PAK_VER    = 24
+PAK_VER    = 25
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2fb85e86c5b14ac9e9465d3ba7506364
+$(DL_FILE)_MD5 = 2606dc0dc31a088f16c7d603b42d23d0
 
 install : $(TARGET)
 
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc/nano \
-- 
2.18.0


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

* Re: [PATCH] nano: Update to 3.2
  2018-11-24 20:19 [PATCH] nano: Update to 3.2 Matthias Fischer
@ 2018-11-26 11:19 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2018-11-26 11:19 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]

Thanks! Merged.

On Sat, 2018-11-24 at 21:19 +0100, Matthias Fischer wrote:
> Hi,
> 
> Changed archive to 'xz' - this saves about 1.4MB (thanks Marcel ;-))
> 
> For further details see:
> https://www.nano-editor.org/news.php
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/nano | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/lfs/nano b/lfs/nano
> index 671cf6731..4b636f4ea 100644
> --- a/lfs/nano
> +++ b/lfs/nano
> @@ -24,15 +24,15 @@
>  
>  include Config
>  
> -VER        = 3.1
> +VER        = 3.2
>  
>  THISAPP    = nano-$(VER)
> -DL_FILE    = $(THISAPP).tar.gz
> +DL_FILE    = $(THISAPP).tar.xz
>  DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = nano
> -PAK_VER    = 24
> +PAK_VER    = 25
>  
>  DEPS       = ""
>  
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 2fb85e86c5b14ac9e9465d3ba7506364
> +$(DL_FILE)_MD5 = 2606dc0dc31a088f16c7d603b42d23d0
>  
>  install : $(TARGET)
>  
> @@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
>  
>  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  	@$(PREBUILD)
> -	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> +	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
>  	cd $(DIR_APP) && ./configure \
>  		--prefix=/usr \
>  		--sysconfdir=/etc/nano \


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

end of thread, other threads:[~2018-11-26 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24 20:19 [PATCH] nano: Update to 3.2 Matthias Fischer
2018-11-26 11:19 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox