1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

upgrade to 0.6

PR:		40681
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
This commit is contained in:
Ying-Chieh Liao 2002-07-17 09:01:21 +00:00
parent e2fd45e89b
commit 3b95f1a92c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63120
4 changed files with 4 additions and 15 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= pcre++
PORTVERSION= 0.4
PORTVERSION= 0.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/

View File

@ -1 +1 @@
MD5 (pcre++-0.4.tar.gz) = 0250d0c1de66c3bf118b71ea41006d71
MD5 (pcre++-0.6.tar.gz) = c27a27fe1dc078950810a4dfe019612b

View File

@ -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:

View File

@ -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