summaryrefslogtreecommitdiff
path: root/devel/pcre/Makefile
diff options
context:
space:
mode:
authorkim <kim>2000-04-26 21:59:53 +0000
committerkim <kim>2000-04-26 21:59:53 +0000
commite11c46167c296aec62a31c6c11807d82a6dcfbb1 (patch)
tree1270e61add9f2d69be783f0acb7da9442aa07dbf /devel/pcre/Makefile
parent259182528f8515bc12b614e266bb56d991deb852 (diff)
downloadpkgsrc-e11c46167c296aec62a31c6c11807d82a6dcfbb1.tar.gz
Update to pcre-2.08, notable changes:
1. When startoffset was not zero and the pattern began with ".*", PCRE was not trying to match at the startoffset position, but instead was moving forward to the next newline as if a previous match had failed. 2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g and /G, and could get into a loop if a null string was matched other than at the start of the subject.
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r--devel/pcre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 4aafdadebd0..4852a59cee0 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 1999/09/19 00:55:35 ad Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/26 21:59:53 kim Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $
-DISTNAME= pcre-2.07
+DISTNAME= pcre-2.08
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/