summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-02-25 21:17:03 +0400
committerGeorge Sherwood2007-02-25 21:17:03 +0400
commitc85ba74ce6c584d9422fecf33cdb086fa8c9aa0a (patch)
treeecde9e808499877d6f3e2160ed300fa6b7a14615
parent9187130c3850da1d7e6b8140c38a161151879564 (diff)
parent4ef6429f7eec8fe0603cd5d59df2884b898a8962 (diff)
Merge branch 'master' of ssh://gsherwood@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ftp/wget/HISTORY3
-rwxr-xr-xftp/wget/REPAIR^all^POST_REMOVE2
-rwxr-xr-xlibs/stlport/DETAILS4
-rw-r--r--libs/stlport/HISTORY3
-rwxr-xr-xutils/grep/HISTORY3
-rwxr-xr-xutils/grep/REPAIR^all^POST_REMOVE2
6 files changed, 15 insertions, 2 deletions
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index f2fa21282a..403efa650e 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * REPAIR^all^POST_REMOVE: added for #13495
+
2007-01-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
* POST_REMOVE, INSTALL: fixing bug #12807 (problems with install-info
* from dpkg spell).
diff --git a/ftp/wget/REPAIR^all^POST_REMOVE b/ftp/wget/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000000..76b363f0d3
--- /dev/null
+++ b/ftp/wget/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/wget.info
diff --git a/libs/stlport/DETAILS b/libs/stlport/DETAILS
index d9444585f6..30ed4ef70e 100755
--- a/libs/stlport/DETAILS
+++ b/libs/stlport/DETAILS
@@ -5,8 +5,8 @@ if [[ "$STLPORT_LATEST" == y ]]; then
SOURCE_URL[0]=cvs://:pserver:cvs@cvs.stlport.com:/stlport:STLport:STLPORT_${VERSION//./_}
SOURCE_IGNORE=volatile
else
- VERSION=5.1.1
- SOURCE_HASH=sha512:7840491563877d46e349c11d792110e0a3d4722596dfccc5384b752eeb592adca00272049f570790d248825ea1037bf4d5fa912246f72db894e6ec1cd591c83e
+ VERSION=5.1.2
+ SOURCE_HASH=sha512:0485b90bbdb3477fca7ddf7565aeb0e7f9b7bce0696a896131f64b0a59dbc5ee3d5b77087b702d27104b6319c15d8e6cc3fcb1f0750f0855b6ef25f8d1481a83
SOURCE=STLport-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/stlport/$SOURCE
fi
diff --git a/libs/stlport/HISTORY b/libs/stlport/HISTORY
index 0b6a34adfb..5bc12a2d4b 100644
--- a/libs/stlport/HISTORY
+++ b/libs/stlport/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Treeve Jelbert <treeve@pi.be>
+ * DETAILS: version 5.1.2
+
2007-02-16 Treeve Jelbert <treeve@pi.be>
* DETAILS: version 5.1.1
allow CCACHE
diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index 4d9bde799a..160d11564d 100755
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * REPAIR^all^POST_REMOVE:added for #13495
+
2007-01-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
* INSTALL, POST_REMOVE: fixing bug #12808 (problems with install-info
* from dpkg spell)
diff --git a/utils/grep/REPAIR^all^POST_REMOVE b/utils/grep/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000000..2ab5fc5323
--- /dev/null
+++ b/utils/grep/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/grep.info