Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24b389f9228cf07cb0dbe98ac6281299c7178ebb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24b389f9228cf07cb0dbe98ac6281299c7178ebb)
  • Date: Tue, 9 Nov 2021 01:07:50 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

libs/ncurses/DETAILS | 13 ++++++-------
libs/ncurses/HISTORY | 5 +++++
libs/ncurses/INSTALL | 2 +-
3 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 24b389f9228cf07cb0dbe98ac6281299c7178ebb
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

libs/ncurses: version 6.3

diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index 5da53a9..feeb17a 100755
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -1,17 +1,16 @@
SPELL=ncurses
- VERSION=6.2
- PATCHLEVEL=1
+ VERSION=6.3
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://invisible-island.net/ncurses/$SOURCE
SOURCE_URL[2]="https://invisible-mirror.net/archives/$SPELL/$SOURCE";
- SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
- SOURCE2_URL[2]=${SOURCE_URL[2]}.sig
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
SOURCE2_IGNORE=signature
- SOURCE_GPG=dickey.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.gnu.org/software/ncurses/
ENTERED=20010922
LICENSE[0]=MIT
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index dce769f..61e02a4 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,8 @@
+2021-11-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 6.3, sig -> asc
+ * INSTALL: fixed sediting Makefile, commenting the line caused error,
+ deleting works
+
2021-08-20 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* BUILD: fixed path of pkgconfig files
diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index f9c9611..40032d0 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -18,7 +18,7 @@ fixlinks $INSTALL_ROOT &&

# Do not install the libs again. Causes problems. Bug #13408

-sedit 's/cd ncurses /# cd ncurses /' Makefile &&
+sed '/cd ncurses /d' -i Makefile &&

# really install it -- all the libs should be in place
make install DESTDIR="$INSTALL_ROOT" &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24b389f9228cf07cb0dbe98ac6281299c7178ebb), Pavel Vinogradov, 11/08/2021

Archive powered by MHonArc 2.6.24.

Top of Page