mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 1.4
drop maintainership
This commit is contained in:
parent
a1d63a1ccb
commit
620f8cf1e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57793
2 changed files with 5 additions and 5 deletions
|
@ -7,12 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dbtool
|
PORTNAME= dbtool
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/
|
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/
|
||||||
|
|
||||||
MAINTAINER= ijliao@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ post-extract:
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
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}
|
@${PERL} -pi -e "s,stdin,input,g" ${WRKSRC}/${file}
|
||||||
.endfor
|
.endfor
|
||||||
@${PERL} -pi -e "s,==,=,g" ${WRKSRC}/configure
|
@${PERL} -pi -e "s,==,=,g" ${WRKSRC}/configure
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dbtool-1.3.tar.gz) = cdc9550e0632feb74f4dff6220a52a42
|
MD5 (dbtool-1.4.tar.gz) = 01898c578efaf0dae2d62cc9b55c3bc0
|
||||||
|
|
Loading…
Add table
Reference in a new issue