mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 3.32
- fix build error - I'll maintain it Approved by: portmgr (marcus)
This commit is contained in:
parent
4e9ba4ab24
commit
4c6b42b067
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175326
@ -7,11 +7,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= fastdb
|
||||
PORTVERSION= 3.30
|
||||
PORTVERSION= 3.32
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.garret.ru/~knizhnik/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Main Memory Relational Database Management System
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -33,4 +33,11 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/FastDB.htm ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} < 601105
|
||||
${REINPLACE_CMD} -e 's|^#define HAVE_GETHOSTBYNAME_R||' ${WRKSRC}/inc/config.h
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (fastdb-3.30.tar.gz) = d2bbe725d1f8afcaafc1d0f8a7ce7807
|
||||
SHA256 (fastdb-3.30.tar.gz) = 776cc245c54cd0020459bd6a23f38450b9f5c421b17f66b6721aa36dbccfc1d9
|
||||
SIZE (fastdb-3.30.tar.gz) = 1115674
|
||||
MD5 (fastdb-3.32.tar.gz) = 5df4f1602f77d939bc5f6c6cb221aa44
|
||||
SHA256 (fastdb-3.32.tar.gz) = 5df50ea49e1e48fdff072dcb9a398ff1cb0aa45b714705d875537403c796058d
|
||||
SIZE (fastdb-3.32.tar.gz) = 1117219
|
||||
|
Loading…
Reference in New Issue
Block a user