[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (97444ea9587c30e9c317b864884de80813430e0f)

Elisamuel Resto scm at sourcemage.org
Wed Jul 9 19:15:45 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 ftp/filezilla/DETAILS      |    4 ++--
 ftp/filezilla/HISTORY      |    3 +++
 video-libs/x264/DETAILS    |    5 +++--
 video-libs/x264/HISTORY    |    3 +++
 x11-toolkits/wxgtk/DETAILS |    2 +-
 x11-toolkits/wxgtk/HISTORY |    3 +++
 6 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 97444ea9587c30e9c317b864884de80813430e0f
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    video-libs/x264: added SOURCE_IGNORE=volatile, bug #14565

commit ca424096db7e817ec71f869757de7794cf533597
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    x11-toolkits/wxgtk: updating SOURCE_HASH for devel version (are they imitating the imagemagick devs?)

commit ec3e2db5e3f2b3221a4eb33ce450a7da269f06f6
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    ftp/filezilla: updated version to 3.0.11.1

diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS
index 209e6db..f4f2bf8 100755
--- a/ftp/filezilla/DETAILS
+++ b/ftp/filezilla/DETAILS
@@ -1,8 +1,8 @@
            SPELL=filezilla
-         VERSION=3.0.9.3
+         VERSION=3.0.11.1
           SOURCE="FileZilla_${VERSION}_src.tar.bz2"
    SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
-     SOURCE_HASH=sha512:7c099c9403a841f3c60c47462f250f91126dcf17afca3e8e4f872af8732757674c0dfc6eefc58197a01a637a164748c32c449fbee11a87b8881ef82dba993761
+     SOURCE_HASH=sha512:344853a6e33ac897cd6af017f1893591115ce6fff174117c2932ac802dc8b44a617626176a0b135bfed79634cac7ba2adc086e933928bc5b641fa86164744608
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
         WEB_SITE="http://filezilla-project.org/"
       LICENSE[0]=GPL
diff --git a/ftp/filezilla/HISTORY b/ftp/filezilla/HISTORY
index 6dff46a..c8d0acf 100644
--- a/ftp/filezilla/HISTORY
+++ b/ftp/filezilla/HISTORY
@@ -1,3 +1,6 @@
+2008-07-09 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated version to 3.0.11.1
+
 2008-05-09 Julien "_kaze_" ROZO <julien at rozo.org>
 	* DETAILS: updated version to 3.0.9.3
 
diff --git a/video-libs/x264/DETAILS b/video-libs/x264/DETAILS
index 0ae0b9b..d941f1c 100755
--- a/video-libs/x264/DETAILS
+++ b/video-libs/x264/DETAILS
@@ -1,9 +1,10 @@
            SPELL=x264
          VERSION="$(date --date='1 day ago' +%Y%m%d)"-2245
-  FORCE_DOWNLOAD=on
           SOURCE=$SPELL-snapshot-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-snapshot-$VERSION
    SOURCE_URL[0]=ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$SOURCE
+  FORCE_DOWNLOAD=on
+   SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-snapshot-$VERSION
         WEB_SITE=http://developers.videolan.org/x264.html
       LICENSE[0]=GPL
          ENTERED=20060731
diff --git a/video-libs/x264/HISTORY b/video-libs/x264/HISTORY
index 6a97334..e5d61af 100644
--- a/video-libs/x264/HISTORY
+++ b/video-libs/x264/HISTORY
@@ -1,3 +1,6 @@
+2008-07-09 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: added SOURCE_IGNORE=volatile, bug #14565
+
 2008-07-04 Bearcat M. Sandor <sorcery at feline-soul.com>
 	* DETAILS: since the only avail versions are daily tarballs, download yesterday's tarball
 
diff --git a/x11-toolkits/wxgtk/DETAILS b/x11-toolkits/wxgtk/DETAILS
index 4e396eb..112244c 100755
--- a/x11-toolkits/wxgtk/DETAILS
+++ b/x11-toolkits/wxgtk/DETAILS
@@ -2,7 +2,7 @@
           SPELLX=wxGTK
 if [[ "$WX_DEV" == "y" ]];then
          VERSION=2.8.8
-    SOURCE_HASH=sha512:ae8d1443de8eb4a10b899fee806352d97b441ddc9a8411d8390bc61ade6029513527299927e6484be5ab5eccc55987570a886da00dc0b6182221c1c6884d8d4d
+    SOURCE_HASH=sha512:b5251065ad7a1ebd4ff266034f7479b524f339982964bc9c0b1aaf4b3d559f26152e2f84797e61b44a7d9e036cb49dd8aaab04b8dd0b34e1a98f9ae9490b2441
 else
          VERSION=2.6.4
     SOURCE_HASH=sha512:53b3a1a111288910b18e3743d8e389398bf7e60cddbf0ad609cd72fa4fbd5da2bb9b3b94427ba7ec9d695fb1cbca5fa79a1836a15c652aebf2ae605b1f93f4c5
diff --git a/x11-toolkits/wxgtk/HISTORY b/x11-toolkits/wxgtk/HISTORY
index 596e85d..e06021a 100644
--- a/x11-toolkits/wxgtk/HISTORY
+++ b/x11-toolkits/wxgtk/HISTORY
@@ -1,3 +1,6 @@
+2008-07-09 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated SOURCE_HASH for devel branch
+
 2008-06-26 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: fixed SOURCE_HASH for developer branch
 



More information about the SM-Commit mailing list