summaryrefslogtreecommitdiffstats
path: root/devel/pcre/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2005-07-27 13:46:12 +0000
committerosa <osa@FreeBSD.org>2005-07-27 13:46:12 +0000
commit55f48ed8a5b3b04e8e928d477fde459e62588e68 (patch)
tree64a36c0427d3449f45f552a98a88ff2db856cbfc /devel/pcre/Makefile
parent6105c41cd876c2ae6d86c7c939ae93700d95860a (diff)
downloadFreeBSD-ports-55f48ed8a5b3b04e8e928d477fde459e62588e68.zip
FreeBSD-ports-55f48ed8a5b3b04e8e928d477fde459e62588e68.tar.gz
Update to 6.1.
CXX patches flamed by: #bsd-unix Approved by: krion (maintainer) Special thanks to: fjoe@, vsevolod@, Umka
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r--devel/pcre/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 0cc99f6..a54655f 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pcre
-PORTVERSION= 5.0
+PORTVERSION= 6.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
@@ -37,14 +37,15 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= pcregrep.1 pcretest.1
MAN3= pcre.3 pcre_compile.3 pcre_config.3 \
- pcre_copy_named_substring.3 pcre_copy_substring.3 pcre_exec.3 \
- pcre_free_substring.3 pcre_free_substring_list.3 pcre_fullinfo.3 \
- pcre_get_named_substring.3 pcre_get_stringnumber.3 pcre_get_substring.3 \
- pcre_get_substring_list.3 pcre_info.3 pcre_maketables.3 \
- pcre_study.3 pcre_version.3 pcreapi.3 \
- pcrebuild.3 pcrecallout.3 pcrecompat.3 \
- pcrepattern.3 pcreperform.3 pcreposix.3 \
- pcresample.3
+ pcre_copy_named_substring.3 pcre_copy_substring.3 \
+ pcre_dfa_exec.3 pcre_exec.3 pcre_free_substring.3 \
+ pcre_free_substring_list.3 pcre_fullinfo.3 \
+ pcre_get_named_substring.3 pcre_get_stringnumber.3 \
+ pcre_get_substring.3 pcre_get_substring_list.3 pcre_info.3 \
+ pcre_maketables.3 pcre_refcount.3 pcre_study.3 pcre_version.3 \
+ pcreapi.3 pcrebuild.3 pcrecallout.3 pcrecompat.3 \
+ pcrecpp.3 pcrematching.3 pcrepattern.3 \
+ pcreperform.3 pcreposix.3 pcresample.3
post-install:
@${STRIP_CMD} ${DESTDIR}${PREFIX}/bin/pcregrep ${DESTDIR}${PREFIX}/bin/pcretest
OpenPOWER on IntegriCloud