Skip to Content.
Sympa Menu

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

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 (a31bb6d3853a2ff846090d89b0ed3f7e5ef9a6de)
  • Date: Sun, 27 Apr 2014 13:35:32 -0500

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

ftp/uget/BUILD | 5 +++++
ftp/uget/DEPENDS | 5 +++++
ftp/uget/DETAILS | 6 +++---
ftp/uget/HISTORY | 5 +++++
4 files changed, 18 insertions(+), 3 deletions(-)

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

uget: => 1.10.4

diff --git a/ftp/uget/BUILD b/ftp/uget/BUILD
new file mode 100755
index 0000000..981e094
--- /dev/null
+++ b/ftp/uget/BUILD
@@ -0,0 +1,5 @@
+if is_depends_enabled $SPELL gnutls; then
+ LDFLAGS="-lgcrypt $LDFLAGS"
+fi &&
+
+default_build
diff --git a/ftp/uget/DEPENDS b/ftp/uget/DEPENDS
index b6065cd..785a4ee 100755
--- a/ftp/uget/DEPENDS
+++ b/ftp/uget/DEPENDS
@@ -6,6 +6,11 @@ optional_depends curl \
"--disable-plugin-curl" \
"for cURL plug-in" &&

+optional_depends gnutls \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "for GnuTLS support" &&
+
optional_depends aria2 \
"--enable-plugin-aria2" \
"--disable-plugin-aria2" \
diff --git a/ftp/uget/DETAILS b/ftp/uget/DETAILS
index 75e268f..5347b51 100755
--- a/ftp/uget/DETAILS
+++ b/ftp/uget/DETAILS
@@ -1,10 +1,10 @@
SPELL=uget
- VERSION=1.10.3
+ VERSION=1.10.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/urlget/$SOURCE
-
SOURCE_HASH=sha512:c939832ad2b635e5b1d1e448bf075c13362e3f69f708e6669ad435f6467b258441d5adef34cea176082fa107865c2edd3ceb54c5b9074f0d71f94496e4995a34
+
SOURCE_HASH=sha512:013654ea6d06e8075bb216082dd85e7a4d1ed8510af4ecaf49c816dbf127f1adb157ca275a574f87900d7980cbe70e1e918fe54f0ceb4d0115da0ba07d4f2273
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://uget.visuex.com/
+ WEB_SITE=http://ugetdm.com/
LICENSE[0]=LGPL
ENTERED=20100626
SHORT="download manager written in GTK+"
diff --git a/ftp/uget/HISTORY b/ftp/uget/HISTORY
index 0986b8b1..c802090 100644
--- a/ftp/uget/HISTORY
+++ b/ftp/uget/HISTORY
@@ -1,3 +1,8 @@
+2014-04-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.4; updated website
+ * DEPENDS: added gnutls optional dependency
+ * BUILD: added, to fix linker error when gnutls is enabled
+
2013-01-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.10.3




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a31bb6d3853a2ff846090d89b0ed3f7e5ef9a6de), Vlad Glagolev, 04/27/2014

Archive powered by MHonArc 2.6.24.

Top of Page