diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-17 09:01:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-17 09:01:21 +0000 |
commit | 3b95f1a92cef0de375907d8eb23742e2e319aa9c (patch) | |
tree | ae9c95f92406c8aa60cd540f26d2ed82bd965b81 /devel/pcre++ | |
parent | upgrade to 2.10.1 (diff) |
upgrade to 0.6
PR: 40681
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 2 | ||||
-rw-r--r-- | devel/pcre++/distinfo | 2 | ||||
-rw-r--r-- | devel/pcre++/files/patch-Makefile.in | 13 | ||||
-rw-r--r-- | devel/pcre++/pkg-plist | 2 |
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 |