diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-14 01:39:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-14 01:39:20 +0000 |
commit | bd5942a49ec64198aa34fd89ef898da1e765bb7a (patch) | |
tree | 2672cc424a3ca21d8fece2351df56b2b8e2badce /devel/pcre++ | |
parent | Update to 2003.07.14. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=84819
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre++/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index aaf0a27a152e..224373a88978 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -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 diff --git a/devel/pcre++/distinfo b/devel/pcre++/distinfo index 4257f30f450e..5e70abc7ca83 100644 --- a/devel/pcre++/distinfo +++ b/devel/pcre++/distinfo @@ -1 +1 @@ -MD5 (pcre++-0.9.2.tar.gz) = d7e1f0fba5e4a8fa2bdce42a9356eeba +MD5 (pcre++-0.9.3.tar.gz) = 84826ea7b63e8d020a0aade7258b3c23 |