New commits:
commit c69e247d75396817ac478945694523628e5c1363
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
udev: fixed syntax errors
commit e3a5b7237c1d78eec064130cb8023c88b914f257
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
phpmyadmin: Updated to version 3.4.3.1
commit ba86ba6cfdb239fec7019012aa63b0a24b69f82c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
imagemagick: Updated to version 6.7.1-0
commit bf5e40f1f022759bb3c76a574023a6832b067f1d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
ruby-1.8: => 1.8.7-p352 (security)
diff --git a/devel/phpmyadmin/DETAILS b/devel/phpmyadmin/DETAILS
index 0f6ef6f..7cd066f 100755
--- a/devel/phpmyadmin/DETAILS
+++ b/devel/phpmyadmin/DETAILS
@@ -1,7 +1,7 @@
SPELL=phpmyadmin
- VERSION=3.4.1
+ VERSION=3.4.3.1
SECURITY_PATCH=17
-
SOURCE_HASH=sha512:0ffde339c249a143b83b13582d4af2bbc1d6bbce1b334030ac59fb61ed2a4ce41c3d3ab3771f248ae3f58c1baa158cd6471fcbc2a74ef658216d54b4445c6b2a
+
SOURCE_HASH=sha512:b77cd44acec7c38402a5f196a8ce99c2cd3f5ea1ff517b1fbf653f5130bd62450091e5a67d057251755870bb4f26b6d1acf7d51be6d3af2f4e2a072cb76ee16a
SOURCE=phpMyAdmin-$VERSION-all-languages.tar.bz2
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/phpMyAdmin-$VERSION-all-languages
diff --git a/devel/phpmyadmin/HISTORY b/devel/phpmyadmin/HISTORY
index e058697..d85200d 100644
--- a/devel/phpmyadmin/HISTORY
+++ b/devel/phpmyadmin/HISTORY
@@ -1,3 +1,6 @@
+2011-07-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.4.3.1
+
2011-05-21 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.4.1
diff --git a/disk/udev/BUILD b/disk/udev/BUILD
index 6119ad6..4f92773 100755
--- a/disk/udev/BUILD
+++ b/disk/udev/BUILD
@@ -11,7 +11,7 @@ if [[ "${UDEV_HWDB}" = '--enable-hwdb' ]]; then
elif [[ "$(get_spell_provider ${SPELL} USBIDS)" == 'usbids' ]]; then
OPTS="$OPTS --with-usb-ids-path=/usr/share/usb.ids"
else
- message "${PROBLEM_COLOR}"unknown USBIDS provider, you are on your
own.${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}unknown USBIDS provider, you are on your
own.${DEFAULT_COLOR}"
fi &&
if [[ "$(get_spell_provider ${SPELL} PCIIDS)" == 'hwdata' ]]; then
@@ -19,7 +19,7 @@ if [[ "${UDEV_HWDB}" = '--enable-hwdb' ]]; then
elif [[ "$(get_spell_provider ${SPELL} PCIIDS)" == 'pciutils' ]]; then
OPTS="$OPTS --with-pci-ids-path=/usr/share/pci.ids"
else
- message "${PROBLEM_COLOR}"unknown PCIIDS provider, you are on your
own.${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}unknown PCIIDS provider, you are on your
own.${DEFAULT_COLOR}"
fi
fi &&
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index e33886d..cb906df 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2011-07-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed syntax errors
+
2011-07-14 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed gudev warning -- udevd isn't linked to anything in
/usr; libgudev and libudev in /usr are just symlinks to /lib; works
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 5e16b65..9bd85de 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,5 +1,5 @@
SPELL=imagemagick
- VERSION=6.7.0-2
+ VERSION=6.7.1-0
SECURITY_PATCH=1
SOURCE=ImageMagick-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ImageMagick-${VERSION}
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ImageMagick-${VERSION}
SOURCE_URL[2]=ftp://ftp.nluug.nl/pub/ImageMagick/$SOURCE
SOURCE_URL[3]=http://image_magick.veidrodis.com/image_magick/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-
SOURCE_HASH=sha512:710e2892eef06f2167a62a066f3ce5cd91588497277c210128d92df57487e61ead991e0475052404cc525dc52e15ba0b5a274bcc33be9c2fa74555ce9a01464c
+
SOURCE_HASH=sha512:ae5c8340e77c6310ca472c941cb2277c80b28a1ec2c566de3bcb8fd53e62cff4ef74d86efbe6aaff161b6be4c43075a5e59fef1bb143a54e49275d0469f4c589
CCACHE="off"
WEB_SITE=http://www.imagemagick.org/
ENTERED=20010922
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index e881fbe..d14b193 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2011-07-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 6.7.1-0
+
2011-06-01 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 6.7.0-2