Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 19:15:38 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54447: Update devel/pcre++ (maintainer): 0.9.2 -> 0.9.3	
Message-ID:  <E19bkRm-000Kyi-0S@voodoo.oberon.net>
Resent-Message-ID: <200307131720.h6DHK1CW091667@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 10:20:00 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19bkRm-000Kyi-0S>