aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre++
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-17 09:01:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-17 09:01:21 +0000
commit3b95f1a92cef0de375907d8eb23742e2e319aa9c (patch)
treeae9c95f92406c8aa60cd540f26d2ed82bd965b81 /devel/pcre++
parente2fd45e89b064e7f83f0f3eebdd48e8a07772a67 (diff)
downloadports-3b95f1a92cef0de375907d8eb23742e2e319aa9c.tar.gz
ports-3b95f1a92cef0de375907d8eb23742e2e319aa9c.zip
Notes
Diffstat (limited to 'devel/pcre++')
-rw-r--r--devel/pcre++/Makefile2
-rw-r--r--devel/pcre++/distinfo2
-rw-r--r--devel/pcre++/files/patch-Makefile.in13
-rw-r--r--devel/pcre++/pkg-plist2
4 files changed, 4 insertions, 15 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile
index 681f7eea28cf..91d639a969a9 100644
--- a/devel/pcre++/Makefile
+++ b/devel/pcre++/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pcre++
-PORTVERSION= 0.4
+PORTVERSION= 0.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
diff --git a/devel/pcre++/distinfo b/devel/pcre++/distinfo
index 78f935872efb..c9ad20505a66 100644
--- a/devel/pcre++/distinfo
+++ b/devel/pcre++/distinfo
@@ -1 +1 @@
-MD5 (pcre++-0.4.tar.gz) = 0250d0c1de66c3bf118b71ea41006d71
+MD5 (pcre++-0.6.tar.gz) = c27a27fe1dc078950810a4dfe019612b
diff --git a/devel/pcre++/files/patch-Makefile.in b/devel/pcre++/files/patch-Makefile.in
deleted file mode 100644
index 8b5d46d987e1..000000000000
--- a/devel/pcre++/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Sun Jan 13 00:50:43 2002
-+++ Makefile.in Sun Jan 13 00:51:13 2002
-@@ -275,8 +275,8 @@
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
-- $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
-+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)"; \
-+ $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir); \
- done
-
- uninstall-man3:
diff --git a/devel/pcre++/pkg-plist b/devel/pcre++/pkg-plist
index 6c9ee4b3791f..9ef275f9bd42 100644
--- a/devel/pcre++/pkg-plist
+++ b/devel/pcre++/pkg-plist
@@ -13,6 +13,8 @@ lib/libpcre++.so.0
%%PORTDOCS%%share/doc/pcre++/functions.html
%%PORTDOCS%%share/doc/pcre++/globals.html
%%PORTDOCS%%share/doc/pcre++/index.html
+%%PORTDOCS%%share/doc/pcre++/namespaces.html
+%%PORTDOCS%%share/doc/pcre++/namespacestd.html
%%PORTDOCS%%share/doc/pcre++/pcre++_8cc-source.html
%%PORTDOCS%%share/doc/pcre++/pcre++_8cc.html
%%PORTDOCS%%share/doc/pcre++/pcre++_8h-source.html