Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c7d2c725246d31fef60a36485ce2d6c2ea869a11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c7d2c725246d31fef60a36485ce2d6c2ea869a11)
  • Date: Fri, 12 Apr 2013 19:15:19 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

x11-libs/wine/DEPENDS | 10 ++++++----
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit c7d2c725246d31fef60a36485ce2d6c2ea869a11
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Updated devel to 1.5.28
OpenSSL no longer used, it's all GNUTLS baby.

diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index b718845..3f2b6cb 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -94,10 +94,12 @@ optional_depends openldap
\
'--without-ldap' \
'for Lightweight Directory Access Protocol support' &&

-optional_depends openssl \
- '--with-openssl' \
- '--without-openssl' \
- 'for some cryptographic support in ADVAPI32' &&
+if [[ "x$WINE_BRANCH" == "xstable" ]]; then
+ optional_depends openssl \
+ '--with-openssl' \
+ '--without-openssl' \
+ 'for some cryptographic support in ADVAPI32'
+fi &&

optional_depends gnutls \
'--with-gnutls' \
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 7ba4968..510ae79 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.5.27
+ VERSION=1.5.28
else
VERSION=1.4.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 36fdd8e..a84740e 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2013-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated devel to 1.5.28
+ * DEPENDS: OpenSSL no longer used, it's all GNUTLS baby.
+
2013-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.27 (devel)




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c7d2c725246d31fef60a36485ce2d6c2ea869a11), Eric Sandall, 04/12/2013

Archive powered by MHonArc 2.6.24.

Top of Page