aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-07-14 09:39:20 +0800
committerleeym <leeym@FreeBSD.org>2003-07-14 09:39:20 +0800
commit807d20d60bf536c178a14dc5762827794738cd76 (patch)
tree34874bac2234659e02e4af07cfec6a86d324c555
parent2701041dc5995cefbe8757c20a11c9a024583cde (diff)
downloadfreebsd-ports-gnome-807d20d60bf536c178a14dc5762827794738cd76.tar.gz
freebsd-ports-gnome-807d20d60bf536c178a14dc5762827794738cd76.tar.zst
freebsd-ports-gnome-807d20d60bf536c178a14dc5762827794738cd76.zip
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>
-rw-r--r--devel/pcre++/Makefile4
-rw-r--r--devel/pcre++/distinfo2
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