- Update to 3.47
This commit is contained in:
parent
1f7ed15904
commit
c533c03419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211646
3 changed files with 6 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= fastdb
|
PORTNAME= fastdb
|
||||||
PORTVERSION= 3.40
|
PORTVERSION= 3.47
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -27,14 +27,14 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
PORTDOCS= FastDB.htm
|
PORTDOCS= FastDB.htm
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/FastDB.htm ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/FastDB.htm ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.if ${OSVERSION} < 601105
|
.if ${OSVERSION} < 601105
|
||||||
${REINPLACE_CMD} -e 's|^#define HAVE_GETHOSTBYNAME_R||' ${WRKSRC}/inc/config.h
|
${REINPLACE_CMD} -e 's|^#define HAVE_GETHOSTBYNAME_R||' ${WRKSRC}/inc/config.h
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (fastdb-3.40.tar.gz) = 6d6443bacb084052983331078e4366a1
|
MD5 (fastdb-3.47.tar.gz) = feb3ed52cf141bf0732cb0c182efaa92
|
||||||
SHA256 (fastdb-3.40.tar.gz) = 95060546a83812d77894fef158d1e9b81883c56a9e51335a363df8c5eb9c277d
|
SHA256 (fastdb-3.47.tar.gz) = 7989ae8ece3f3bfd0371316728e97f2500fac16faca1d35d3f9e20384ae8a4e0
|
||||||
SIZE (fastdb-3.40.tar.gz) = 987022
|
SIZE (fastdb-3.47.tar.gz) = 1002194
|
||||||
|
|
|
@ -29,6 +29,4 @@ lib/libcli_r.so.2
|
||||||
lib/libfastdb_r.a
|
lib/libfastdb_r.a
|
||||||
lib/libfastdb_r.so
|
lib/libfastdb_r.so
|
||||||
lib/libfastdb_r.so.2
|
lib/libfastdb_r.so.2
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/FastDB.htm
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
||||||
@dirrmtry include/fastdb
|
@dirrmtry include/fastdb
|
||||||
|
|
Loading…
Reference in a new issue