Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (56b2099381820f0d75edd246c44002e58d5316d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (56b2099381820f0d75edd246c44002e58d5316d1)
  • Date: Wed, 13 Jan 2021 19:57:55 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/bcpp/DETAILS | 2 +-
devel/bcpp/HISTORY | 3 +++
devel/cproto/DETAILS | 6 +++---
devel/cproto/HISTORY | 4 ++++
devel/mawk/DETAILS | 2 +-
devel/mawk/HISTORY | 3 +++
devel/reflex/DETAILS | 2 +-
devel/reflex/HISTORY | 3 +++
libs/cdk/DETAILS | 2 +-
libs/cdk/HISTORY | 3 +++
utils/dialog/DETAILS | 2 +-
utils/dialog/HISTORY | 3 +++
xorg-extras/xterm/DETAILS | 2 +-
xorg-extras/xterm/HISTORY | 3 +++
14 files changed, 31 insertions(+), 9 deletions(-)

New commits:
commit 56b2099381820f0d75edd246c44002e58d5316d1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cproto 4.7r

commit ce082be4ae81700f97769e7af34cec56710209f3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cproto: switch to invisible-mirror.net

commit 1dc3f511b0ab8e0ff081106b8c64b1c5361d979c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xterm: switch to invisible-mirror.net

commit 5a82bf911c72bd8132604d0f826020711e89a46e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dialog: switch to invisible-mirror.net

commit ed8bf40e779c6fc477961bd56edc09ff5c229c65
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cdk: switch to invisible-mirror.net

commit e7c0763da3483a945882998c0a9e0a150e123506
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

reflex: switch to invisible-mirror.net

commit 6ddf58cdb22792a97595570980008bce4b879fda
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mawk: switch to invisible-mirror.net

commit 867971f89e65e1f6fe5e0ead9549ca2ca9a150b8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bcpp: switch to invisible-mirror.net

diff --git a/devel/bcpp/DETAILS b/devel/bcpp/DETAILS
index b889084..0893359 100755
--- a/devel/bcpp/DETAILS
+++ b/devel/bcpp/DETAILS
@@ -1,7 +1,7 @@
SPELL=bcpp
VERSION=20180401
SOURCE="$SPELL-$VERSION.tgz"
- SOURCE_URL[0]="ftp://ftp.invisible-island.net/bcpp/$SOURCE";
+ SOURCE_URL[0]="https://invisible-mirror.net/archives/bcpp/$SOURCE";

SOURCE_HASH=sha512:f767293749364bca83fda4a71647f395d0e7b1d86d3c4aacb6c2886e27b2a3c5321418a265b0deb3e8fdd2c133818e98e0392271b2cc6459c61b464c64ed7ebd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
WEB_SITE=http://dickey.his.com/bcpp/bcpp.html
diff --git a/devel/bcpp/HISTORY b/devel/bcpp/HISTORY
index eb71a25..3069f27 100644
--- a/devel/bcpp/HISTORY
+++ b/devel/bcpp/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+
2020-04-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE & SOURCE_URL[0]
updated spell to 20180401
diff --git a/devel/cproto/DETAILS b/devel/cproto/DETAILS
index c13d5f6..6d2d787 100755
--- a/devel/cproto/DETAILS
+++ b/devel/cproto/DETAILS
@@ -1,8 +1,8 @@
SPELL=cproto
- VERSION=4.7l
+ VERSION=4.7r
SOURCE="$SPELL-$VERSION.tgz"
- SOURCE_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d764164a34a6c57c993a8b321bff2ebd24bf7ca71836cba0984954d51a1aaa97aeb0295fb84e527dc2e5c26f9633acb000978607b1b326ae810f3d5b222f4e66
+ SOURCE_URL[0]=https://invisible-mirror.net/archives/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:934b9241f8e3ddabb6f0065117f500e716f552bc3593879e03890a22332da8baf6cf0b9c0b13c077e13c4bb692bef0efd3c39e96092154863d318219b7845e57
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://invisible-island.net/cproto/
LICENSE[0]="public domain"
diff --git a/devel/cproto/HISTORY b/devel/cproto/HISTORY
index 87c9b1d..a7b7150 100644
--- a/devel/cproto/HISTORY
+++ b/devel/cproto/HISTORY
@@ -1,3 +1,7 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+ updated spell to 4.7r
+
2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 4.7l
diff --git a/devel/mawk/DETAILS b/devel/mawk/DETAILS
index fc48223..196b6c8 100755
--- a/devel/mawk/DETAILS
+++ b/devel/mawk/DETAILS
@@ -1,7 +1,7 @@
SPELL=mawk
VERSION=1.3.4-20200120
SOURCE="$SPELL-$VERSION.tgz"
- SOURCE_URL[0]=ftp://ftp.invisible-island.net/$SPELL/$SOURCE
+ SOURCE_URL[0]=https://invisible-mirror.net/archives/$SPELL/$SOURCE

SOURCE_HASH=sha512:14d9a6642ce931bf6457d248fc2d6da4f0ea7541976ca282ea708b26df048f86fdf92c27f72d497501ccd43a244d1d1a606f1a2f266a7558306fea35dcc3041b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://invisible-island.net/mawk/mawk.html";
diff --git a/devel/mawk/HISTORY b/devel/mawk/HISTORY
index b1b5f3c..44c5d94 100644
--- a/devel/mawk/HISTORY
+++ b/devel/mawk/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+
2020-04-16 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.3.4-20200120

diff --git a/devel/reflex/DETAILS b/devel/reflex/DETAILS
index 12dbc78..108c83b 100755
--- a/devel/reflex/DETAILS
+++ b/devel/reflex/DETAILS
@@ -3,7 +3,7 @@
SOURCE=${SPELL}-${VERSION}.tgz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=http://invisible-mirror.net/archives/${SPELL}/${SOURCE}
- SOURCE_URL[1]=ftp://ftp.invisible-island.net/${SPELL}/${SOURCE}
+ SOURCE_URL[1]=https://invisible-mirror.net/archives/${SPELL}/${SOURCE}
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
SOURCE_GPG=dickey.gpg:${SOURCE2}:UPSTREAM_KEY
diff --git a/devel/reflex/HISTORY b/devel/reflex/HISTORY
index cea660b..5847ab7 100644
--- a/devel/reflex/HISTORY
+++ b/devel/reflex/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+
2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete gnupg

diff --git a/libs/cdk/DETAILS b/libs/cdk/DETAILS
index a12b506..9710555 100755
--- a/libs/cdk/DETAILS
+++ b/libs/cdk/DETAILS
@@ -2,7 +2,7 @@
VERSION="5.0-20191231"

SOURCE_HASH=sha512:bf7cfc0a9a75b6b07aa45715e5295fd33ec38e6f62109d8fccc35c75e933641bd880f7249e911a64d0f82cab44f47f8e7d0f098f9f5a0b30d50611c8ec4d7d92
SOURCE="${SPELL}-${VERSION}.tgz"
- SOURCE_URL[0]=ftp://ftp.invisible-island.net/cdk/$SOURCE
+ SOURCE_URL[0]=https://invisible-mirror.net/archives/cdk/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tgz}"
WEB_SITE="http://invisible-island.net/cdk/cdk.html";
ENTERED="20041014"
diff --git a/libs/cdk/HISTORY b/libs/cdk/HISTORY
index d6b9131..228b3bf 100644
--- a/libs/cdk/HISTORY
+++ b/libs/cdk/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+
2020-01-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: add missing file
* DETAILS: version 5.0-20191231
diff --git a/utils/dialog/DETAILS b/utils/dialog/DETAILS
index e4d10f3..5ec666f 100755
--- a/utils/dialog/DETAILS
+++ b/utils/dialog/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tgz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=ftp://ftp.invisible-island.net/$SPELL/$SOURCE
+ SOURCE_URL[0]=https://invisible-mirror.net/archives/$SPELL/$SOURCE
SOURCE2_URL[0]=ftp://ftp.invisible-island.net/$SPELL/$SOURCE2
SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/utils/dialog/HISTORY b/utils/dialog/HISTORY
index 7ee529a..bcef6fd 100644
--- a/utils/dialog/HISTORY
+++ b/utils/dialog/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+
2020-12-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3-20201126

diff --git a/xorg-extras/xterm/DETAILS b/xorg-extras/xterm/DETAILS
index 245f10d..f5628b7 100755
--- a/xorg-extras/xterm/DETAILS
+++ b/xorg-extras/xterm/DETAILS
@@ -2,7 +2,7 @@
VERSION=361
SOURCE=$SPELL-$VERSION.tgz
SOURCE2=$SOURCE.asc
- SOURCE_URL[0]=ftp://ftp.invisible-island.net/xterm/$SOURCE
+ SOURCE_URL[0]=https://invisible-mirror.net/archives/xterm/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/xorg-extras/xterm/HISTORY b/xorg-extras/xterm/HISTORY
index be7f1d7..f46769f 100644
--- a/xorg-extras/xterm/HISTORY
+++ b/xorg-extras/xterm/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched to invisible-mirror.net
+
2020-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 361




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (56b2099381820f0d75edd246c44002e58d5316d1), Ismael Luceno, 01/13/2021

Archive powered by MHonArc 2.6.24.

Top of Page