[csw-devel] SF.net SVN: gar:[9251] csw/mgar/pkg/pcre/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Mar 19 14:13:59 CET 2010


Revision: 9251
          http://gar.svn.sourceforge.net/gar/?rev=9251&view=rev
Author:   dmichelsen
Date:     2010-03-19 13:13:59 +0000 (Fri, 19 Mar 2010)

Log Message:
-----------
pcre: Update to 8.02

Modified Paths:
--------------
    csw/mgar/pkg/pcre/trunk/Makefile
    csw/mgar/pkg/pcre/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch

Modified: csw/mgar/pkg/pcre/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pcre/trunk/Makefile	2010-03-19 13:09:34 UTC (rev 9250)
+++ csw/mgar/pkg/pcre/trunk/Makefile	2010-03-19 13:13:59 UTC (rev 9251)
@@ -1,5 +1,5 @@
 GARNAME = pcre
-GARVERSION = 8.01
+GARVERSION = 8.02
 CATEGORIES = lib
 
 DESCRIPTION = Perl-compatible regular expression tools
@@ -12,7 +12,6 @@
 
 MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-PATCHFILES = 0001-Add-missing-inttypes.h.patch
 
 SPKG_SOURCEURL = http://www.pcre.org
 

Modified: csw/mgar/pkg/pcre/trunk/checksums
===================================================================
--- csw/mgar/pkg/pcre/trunk/checksums	2010-03-19 13:09:34 UTC (rev 9250)
+++ csw/mgar/pkg/pcre/trunk/checksums	2010-03-19 13:13:59 UTC (rev 9251)
@@ -1,2 +1 @@
-dc6be5e75d8322e6337161990b8ae424  0001-Add-missing-inttypes.h.patch
-def40e944d2c429cbf563357e61c1ad2  pcre-8.01.tar.gz
+214462e9718e3f9197cba114dc6b00b8  pcre-8.02.tar.gz

Deleted: csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch
===================================================================
--- csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch	2010-03-19 13:09:34 UTC (rev 9250)
+++ csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch	2010-03-19 13:13:59 UTC (rev 9251)
@@ -1,21 +0,0 @@
-From 8d080cb9ee95738c6b446f1a1fcb8cddbbae7559 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Wed, 20 Jan 2010 15:55:55 +0100
-Subject: [PATCH] Add missing inttypes.h
-
----
- pcre_compile.c |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/pcre_compile.c b/pcre_compile.c
-index beae0e4..8a54b54 100644
---- a/pcre_compile.c
-+++ b/pcre_compile.c
-@@ -1,3 +1,4 @@
-+#include <inttypes.h>
- /*************************************************
- *      Perl-Compatible Regular Expressions       *
- *************************************************/
--- 
-1.6.6
-


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list