Skip to Content.
Sympa Menu

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

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 (7ed3296a3dcc80457f08aeeb34328c631eca6bd1)
  • Date: Fri, 25 Jan 2019 00:29:39 +0000

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

graphics-libs/harfbuzz/DETAILS | 5 ++---
graphics-libs/harfbuzz/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 7ed3296a3dcc80457f08aeeb34328c631eca6bd1
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/harfbuzz: scm repo is GitHub now, quoting++, substitution++

diff --git a/graphics-libs/harfbuzz/DETAILS b/graphics-libs/harfbuzz/DETAILS
index 20eb475..52b4f92 100755
--- a/graphics-libs/harfbuzz/DETAILS
+++ b/graphics-libs/harfbuzz/DETAILS
@@ -4,8 +4,7 @@ if [[ "$HARFBUZZ_BRANCH" == "scm" ]]; then
VERSION=$(get_scm_version)
SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
- SOURCE_URL[0]=git://anongit.freedesktop.org/harfbuzz:harfbuzz-git
-
SOURCE_URL[1]=git_http://anongit.freedesktop.org/git/harfbuzz.git:harfbuzz-git
+ SOURCE_URL[0]="git://github.com/${SPELL}/${SPELL}.git:${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
@@ -13,7 +12,7 @@ else

SOURCE_HASH=sha512:830c5b96384554fb6d2502713e9b2eff384dbe6aa3feb08830226944bcb07c8fb55237f389e1e6416d0942e3efba8b1ed54a49ff8c4762fec230f2404095e85a
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.freedesktop.org/software/harfbuzz/release/$SOURCE
+
SOURCE_URL[0]="http://www.freedesktop.org/software/${SPELL}/release/${SOURCE}";
fi
WEB_SITE=http://www.freedesktop.org/wiki/Software/HarfBuzz
ENTERED=20111217
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index cee41cc5..1e59a6f 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,7 @@
+2019-01-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: scm url is now GitHub, Freedesktop repo is inactive,
+ quoting++, substitution++
+
2018-12-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.3.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7ed3296a3dcc80457f08aeeb34328c631eca6bd1), Pavel Vinogradov, 01/24/2019

Archive powered by MHonArc 2.6.24.

Top of Page