* [PATCH] nano: Update to 2.8.1
@ 2017-04-25 19:13 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2017-04-25 19:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2565 bytes --]
For details see:
https://www.nano-editor.org/news.php
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/packages/nano | 3 ++-
lfs/nano | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/packages/nano b/config/rootfiles/packages/nano
index f8171b4df..0e9341d68 100644
--- a/config/rootfiles/packages/nano
+++ b/config/rootfiles/packages/nano
@@ -1,11 +1,12 @@
#etc/nano
-etc/nano/nanorc.sample
+etc/nano/sample.nanorc
usr/bin/nano
usr/bin/pico
usr/bin/rnano
#usr/share/doc/nano
#usr/share/doc/nano/faq.html
#usr/share/doc/nano/nano.1.html
+#usr/share/doc/nano/nano.html
#usr/share/doc/nano/nanorc.5.html
#usr/share/doc/nano/rnano.1.html
#usr/share/info/nano.info
diff --git a/lfs/nano b/lfs/nano
index 2ecb1a5f8..34e8444f9 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2016 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2017 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 2.7.3
+VER = 2.8.1
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 = 14
+PAK_VER = 15
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 007ba6321212d3ec38f46236465b6ea8
+$(DL_FILE)_MD5 = 0dec96d839657e7f1a8396d7dbb19c07
install : $(TARGET)
@@ -87,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
- cd $(DIR_APP) && install -v -m644 -D doc/nanorc.sample /etc/nano/nanorc.sample
+ cd $(DIR_APP) && install -v -m644 -D doc/sample.nanorc /etc/nano/sample.nanorc
ln -sf /usr/bin/nano /usr/bin/pico
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
2.11.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-25 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 19:13 [PATCH] nano: Update to 2.8.1 Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox