Skip to Content.
Sympa Menu

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

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 (201391831cbbc86d749041010b43a40a3fe2c9e1)
  • Date: Fri, 9 Jan 2015 16:23:17 -0600

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

archive/pbzip2/DETAILS | 6 +++---
archive/pbzip2/HISTORY | 3 +++
ftp/lftp/DEPENDS | 2 +-
ftp/lftp/HISTORY | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 201391831cbbc86d749041010b43a40a3fe2c9e1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pbzip2 1.1.12

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

lftp: Fixed dependency on xz-utils

diff --git a/archive/pbzip2/DETAILS b/archive/pbzip2/DETAILS
index 972bd9e..885e57d 100755
--- a/archive/pbzip2/DETAILS
+++ b/archive/pbzip2/DETAILS
@@ -1,8 +1,8 @@
SPELL=pbzip2
- VERSION=1.1.8
-
SOURCE_HASH=sha512:a3314d1f465e6016bf79ca8bd734fc1485515e9688319ee5a6a837058599546848018f28e2e2cef2afde68ee8f3c26d16e4e6da4c74c75d1cb12068f1d1e1a83
+ VERSION=1.1.12
+
SOURCE_HASH=sha512:bb68e87867295b89ee6fb76a8b72834daebf0ca6c16b2f10bce67fe7386716a728acd28bf46a9732087202ca0cc774f02c741b0b58801184bb7550f6fd119cd6
SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]="http://compression.ca/pbzip2/$SOURCE";
+
SOURCE_URL[0]="https://launchpad.net/$SPELL/${VERSION%.*}/$VERSION/+download/$SOURCE";
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://compression.ca/$SPELL/";
FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/";
diff --git a/archive/pbzip2/HISTORY b/archive/pbzip2/HISTORY
index a2df9aa..accfa43 100644
--- a/archive/pbzip2/HISTORY
+++ b/archive/pbzip2/HISTORY
@@ -1,3 +1,6 @@
+2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.12
+
2014-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.8

diff --git a/ftp/lftp/DEPENDS b/ftp/lftp/DEPENDS
index b58f6ab..9a8e155 100755
--- a/ftp/lftp/DEPENDS
+++ b/ftp/lftp/DEPENDS
@@ -1,4 +1,4 @@
-depends xz &&
+depends xz-utils &&
depends -sub CXX gcc &&
depends readline '--without-included-readline' &&

diff --git a/ftp/lftp/HISTORY b/ftp/lftp/HISTORY
index 2923d51..4c23717 100644
--- a/ftp/lftp/HISTORY
+++ b/ftp/lftp/HISTORY
@@ -1,7 +1,7 @@
2015-01-08 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, DEPENDS: Fixed SOURCE_URL[0]
Updated spell to 4.6.1
- Added dependency on xz
+ Added dependency on xz-utils

2014-08-24 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: fix bad with-SSL usage



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (201391831cbbc86d749041010b43a40a3fe2c9e1), Ismael Luceno, 01/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page