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. PR: 54447 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
This commit is contained in:
parent
c0c1479f36
commit
bd5942a49e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84819
@ -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 @@ CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= Pcre.3
|
||||
PLIST_SUB= VERSION=0.9.2
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O -g|\@CXXFLAGS\@|g' ${WRKSRC}/Makefile.in
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pcre++-0.9.2.tar.gz) = d7e1f0fba5e4a8fa2bdce42a9356eeba
|
||||
MD5 (pcre++-0.9.3.tar.gz) = 84826ea7b63e8d020a0aade7258b3c23
|
||||
|
Loading…
Reference in New Issue
Block a user