Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1fa519a7c2ea1930886fabc02ec2080ce7b8e76f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1fa519a7c2ea1930886fabc02ec2080ce7b8e76f)
  • Date: Thu, 30 Apr 2009 15:52:02 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

archive/unzip/DETAILS | 4 ++--
archive/unzip/HISTORY | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 1fa519a7c2ea1930886fabc02ec2080ce7b8e76f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

unzip: fixed tarball's extension

diff --git a/archive/unzip/DETAILS b/archive/unzip/DETAILS
index 8147638..2bb5172 100755
--- a/archive/unzip/DETAILS
+++ b/archive/unzip/DETAILS
@@ -2,14 +2,14 @@
VERSION=6.0
VX=${VERSION/./}

SOURCE_HASH=sha512:0694e403ebc57b37218e00ec1a406cae5cc9c5b52b6798e0d4590840b6cdbf9ddc0d9471f67af783e960f8fa2e620394d51384257dca23d06bcd90224a80ce5d
- SOURCE=${SPELL}${VX}.tar.gz
+ SOURCE=${SPELL}${VX}.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VX}
SOURCE_URL[0]=ftp://ftp.info-zip.org/pub/infozip/src/$SOURCE

WEB_SITE=http://www.ctan.org/tex-archive/tools/zip/info-zip/UnZip.html
ENTERED=20010922
LICENSE[0]=BSD
KEYWORDS="archive"
- SHORT="unzip is a PKWARE compatible decompressor."
+ SHORT="PKWARE compatible decompressor"
cat << EOF
unzip
Info-ZIP's purpose is to provide free, portable, high-quality versions
diff --git a/archive/unzip/HISTORY b/archive/unzip/HISTORY
index 26cf27b..f07f466 100644
--- a/archive/unzip/HISTORY
+++ b/archive/unzip/HISTORY
@@ -1,3 +1,6 @@
+2009-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed tarball's extension
+
2009-04-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.0

@@ -60,4 +63,3 @@
Jean Michel Smith to sgl-spells
* See DETAILS for details ;-)
* updated the UPDATED tag to 2002031
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1fa519a7c2ea1930886fabc02ec2080ce7b8e76f), Vlad Glagolev, 04/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page