From krion@voodoo.oberon.net  Sun Jul 13 10:15:39 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C83B237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 10:15:39 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3183B43FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 10:15:39 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.20)
	id 19bkRk-0007ws-RS
	for FreeBSD-gnats-submit@freebsd.org; Sun, 13 Jul 2003 19:15:36 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.20)
	id 19bkRm-000Kyi-0S
	for FreeBSD-gnats-submit@freebsd.org; Sun, 13 Jul 2003 19:15:38 +0200
Message-Id: <E19bkRm-000Kyi-0S@voodoo.oberon.net>
Date: Sun, 13 Jul 2003 19:15:38 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update devel/pcre++ (maintainer): 0.9.2 -> 0.9.3	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54447
>Category:       ports
>Synopsis:       Update devel/pcre++ (maintainer): 0.9.2 -> 0.9.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 10:20:00 PDT 2003
>Closed-Date:    Sun Jul 13 18:39:28 PDT 2003
>Last-Modified:  Sun Jul 13 18:39:28 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update devel/pcre++ (maintainer): 0.9.2 -> 0.9.3

* A memory leak bug in pcrepp::~Pcre() was fixed
* operator[] was added, which makes it possible
  to access substrings using the index notation. 

>How-To-Repeat:
>Fix:
diff -urN pcre++.orig/Makefile pcre++/Makefile
--- pcre++.orig/Makefile	Wed Jul  2 10:45:59 2003
+++ pcre++/Makefile	Sun Jul 13 19:06:38 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pcre++
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.daemon.de/scip/Apps/pcre++/
 
@@ -26,7 +26,7 @@
 INSTALLS_SHLIB=	yes
 
 MAN3=	Pcre.3
-PLIST_SUB=	VERSION=0.9.2
+PLIST_SUB=	VERSION=0.9.3
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O -g|\@CXXFLAGS\@|g' ${WRKSRC}/Makefile.in
diff -urN pcre++.orig/distinfo pcre++/distinfo
--- pcre++.orig/distinfo	Tue Jul  1 15:05:47 2003
+++ pcre++/distinfo	Sun Jul 13 19:06:42 2003
@@ -1 +1 @@
-MD5 (pcre++-0.9.2.tar.gz) = d7e1f0fba5e4a8fa2bdce42a9356eeba
+MD5 (pcre++-0.9.3.tar.gz) = 84826ea7b63e8d020a0aade7258b3c23
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Sun Jul 13 18:39:27 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54447 
>Unformatted:
