Skip to Content.
Sympa Menu

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

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 (f947b05a4e405cc3f319935fafb5f0299d1103e0)
  • Date: Tue, 30 Jan 2018 23:40:37 +0000

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

http/httrack/BUILD | 2 --
http/httrack/DEPENDS | 13 +++++++++----
http/httrack/DETAILS | 19 +++++++++++--------
http/httrack/HISTORY | 7 +++++++
http/httrack/roche.gpg |binary
5 files changed, 27 insertions(+), 14 deletions(-)

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

httrack: => 3.49.2

diff --git a/http/httrack/BUILD b/http/httrack/BUILD
deleted file mode 100755
index cdd8aab..0000000
--- a/http/httrack/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-sedit 's/-O -g3//' configure &&
-default_build
diff --git a/http/httrack/DEPENDS b/http/httrack/DEPENDS
index d804496..6b78d1b 100755
--- a/http/httrack/DEPENDS
+++ b/http/httrack/DEPENDS
@@ -1,4 +1,9 @@
-optional_depends zlib \
- "" \
- "" \
- "for zlib compression"
+optional_depends SSL \
+ "--enable-https" \
+ "--disable-https" \
+ "for HTTPS support" &&
+
+optional_depends zlib \
+ "--with-zlib=${INSTALL_ROOT}/lib" \
+ "--without-zlib" \
+ "for zlib compression support"
diff --git a/http/httrack/DETAILS b/http/httrack/DETAILS
index 1557d91..6c8325a 100755
--- a/http/httrack/DETAILS
+++ b/http/httrack/DETAILS
@@ -1,12 +1,15 @@
SPELL=httrack
- VERSION=3.43-9C
- VERSIONX=3.43.9
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSIONX}
- SOURCE_URL[0]=http://www.httrack.com/$SOURCE
- SOURCE_URL[1]=http://httrack.free.fr/mirror/$SOURCE
-
SOURCE_HASH=sha512:af08c3011f99eed0495afb224ca6db66360eebd256058454d2161e33375e5edbd38bbef94daeec377c978dd4bbdb56ebe0fc57dad80a3d5f32763c61c92eaeaf
- WEB_SITE=http://www.httrack.com/
+ VERSION=3.49.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=https://mirror.httrack.com/${SOURCE}
+ SOURCE_URL[1]=https://mirror.httrack.com/historical/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE_GPG=roche.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://www.httrack.com/
ENTERED=20020210
LICENSE[0]=GPL
KEYWORDS="http"
diff --git a/http/httrack/HISTORY b/http/httrack/HISTORY
index 879c7fb..9490f76 100644
--- a/http/httrack/HISTORY
+++ b/http/httrack/HISTORY
@@ -1,3 +1,10 @@
+2018-01-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.49.2; converted to upstream gpg checking
+ * DEPENDS: added SSL dependency; added missing zlib flags
+ * BUILD: dropped, fixed by upstream
+ * roche.gpg: added, imported 03F35988, 80598EFB public keys
+ (Xavier Roche <roche AT httrack.com>)
+
2010-06-20 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 3.43-9C

diff --git a/http/httrack/roche.gpg b/http/httrack/roche.gpg
new file mode 100644
index 0000000..12cc8bf
Binary files /dev/null and b/http/httrack/roche.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f947b05a4e405cc3f319935fafb5f0299d1103e0), Vlad Glagolev, 01/30/2018

Archive powered by MHonArc 2.6.24.

Top of Page