diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-17 09:41:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-17 09:41:33 +0000 |
commit | 620f8cf1e13aef3591f6fc943a2a40f06bea8d68 (patch) | |
tree | 82fd239cca94e31dfbcf9c6c0a9e96b9d8026f90 /databases/dbtool | |
parent | a1d63a1ccb89598118b6d4c740c6b8f014d9604f (diff) | |
download | ports-620f8cf1e13aef3591f6fc943a2a40f06bea8d68.tar.gz ports-620f8cf1e13aef3591f6fc943a2a40f06bea8d68.zip |
Notes
Diffstat (limited to 'databases/dbtool')
-rw-r--r-- | databases/dbtool/Makefile | 8 | ||||
-rw-r--r-- | databases/dbtool/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 880f6c808b47..c5b1ce2cd72c 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -7,12 +7,12 @@ # PORTNAME= dbtool -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre @@ -41,7 +41,7 @@ post-extract: .endif post-patch: -.for file in dbtool.h engine.cc main.cc +.for file in dbtool.cc engine.cc engine.h @${PERL} -pi -e "s,stdin,input,g" ${WRKSRC}/${file} .endfor @${PERL} -pi -e "s,==,=,g" ${WRKSRC}/configure diff --git a/databases/dbtool/distinfo b/databases/dbtool/distinfo index 59517380573f..6cb2fe2486c8 100644 --- a/databases/dbtool/distinfo +++ b/databases/dbtool/distinfo @@ -1 +1 @@ -MD5 (dbtool-1.3.tar.gz) = cdc9550e0632feb74f4dff6220a52a42 +MD5 (dbtool-1.4.tar.gz) = 01898c578efaf0dae2d62cc9b55c3bc0 |