Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b21545bdaad5cd04e9d5d6b44e2906c8d6dd9d5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b21545bdaad5cd04e9d5d6b44e2906c8d6dd9d5e)
  • Date: Wed, 5 Jul 2006 15:46:11 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

libs/pcre/DETAILS | 7 +++++--
libs/pcre/HISTORY | 6 ++++++
libs/pcre/PRE_BUILD | 3 ---
libs/pcre/fix.diff | 11 -----------
libs/pcre/pcre.gpg |binary
5 files changed, 11 insertions(+), 16 deletions(-)

New commits:
commit b21545bdaad5cd04e9d5d6b44e2906c8d6dd9d5e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

DETAILS: HASH -> UPSTREAM_KEY
PRE_BUILD, fix.diff: removed, fixed by upstream maintainers without
version change
pcre.gpg: added, maintainer's signature

diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 4a558ae..6e9b96d 100755
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,12 +1,15 @@
SPELL=pcre
VERSION=6.7
-
SOURCE_HASH=sha512:6a485baf4ba7d029a57d5ac9b29266c2ef1427940835b4f08a2d3c15dd71da6791136179c01f8746513a1ae6995febdf0ce7faa45a2f7c3776ffe6942b2d687e
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$SOURCE
SOURCE_URL[1]=ftp://ftp.fu-berlin.de/unix/misc/pcre/$SOURCE
+
SOURCE2_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$SOURCE2
+ SOURCE2_URL[1]=ftp://ftp.fu-berlin.de/unix/misc/pcre/$SOURCE2
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="pcre.gpg:${SOURCE}.sig:UPSTREAM_KEY"
WEB_SITE=http://www.pcre.org/
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
ENTERED=20010922
LICENSE[0]=http://www.pcre.org/license.txt
KEYWORDS="perl libs"
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index a1216cb..ace3449 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,9 @@
+2006-07-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: HASH -> UPSTREAM_KEY
+ * PRE_BUILD, fix.diff: removed, fixed by upstream maintainers
+ without version change
+ * pcre.gpg: added, maintainer's signature
+
2006-07-05 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 6.7
* PRE_BUILD, fix.diff: add
diff --git a/libs/pcre/PRE_BUILD b/libs/pcre/PRE_BUILD
deleted file mode 100755
index 217639b..0000000
--- a/libs/pcre/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
- default_pre_build
- cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/fix.diff
diff --git a/libs/pcre/fix.diff b/libs/pcre/fix.diff
deleted file mode 100644
index ffd978f..0000000
--- a/libs/pcre/fix.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -uNr pcre-6.7/pcrecpp_unittest.cc pcre-6.7.cp/pcrecpp_unittest.cc
---- pcre-6.7/pcrecpp_unittest.cc 2006-07-04 17:06:22.000000000 +0200
-+++ pcre-6.7.cp/pcrecpp_unittest.cc 2006-07-05 13:17:27.000000000 +0200
-@@ -32,6 +32,7 @@
- // TODO: Test extractions for PartialMatch/Consume
-
- #include <stdio.h>
-+#include <assert.h>
- #include <vector>
- #include "config.h"
- #include "pcrecpp.h"
diff --git a/libs/pcre/pcre.gpg b/libs/pcre/pcre.gpg
new file mode 100644
index 0000000..d291401
Binary files /dev/null and b/libs/pcre/pcre.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b21545bdaad5cd04e9d5d6b44e2906c8d6dd9d5e), Pol Vinogradov, 07/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page