git: 2339b1a1aeff - main - databases/firebird40-client: Fix pkg-plist

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Mon Jun 28 18:31:07 UTC 2021


The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2339b1a1aeffd6424a58806f77cde72b57d82f92

commit 2339b1a1aeffd6424a58806f77cde72b57d82f92
Author:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
AuthorDate: 2021-06-28 18:30:13 +0000
Commit:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
CommitDate: 2021-06-28 18:30:57 +0000

    databases/firebird40-client: Fix pkg-plist
---
 databases/firebird40-server/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/databases/firebird40-server/Makefile b/databases/firebird40-server/Makefile
index 58458196a63d..0e1d46082f12 100644
--- a/databases/firebird40-server/Makefile
+++ b/databases/firebird40-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	firebird
 PORTVERSION=	4.0.0
+PORTREVISION=	1
 CATEGORIES?=	databases
 MASTER_SITES=	https://github.com/FirebirdSQL/${PORTNAME}/releases/download/v${PORTVERSION}/
 PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
@@ -102,7 +103,7 @@ OPTIONS_DEFINE=	DOCS
 
 DOCS_PORTDOCS=	*
 
-FB_DOCS_FILES=	WhatsNew README.* Firebird* ambiguity.txt \
+FB_DOCS_FILES=	README.* Firebird* ambiguity.txt \
 		ods11-index-structure.html
 FB_DOCS_DIRS=	sql.extensions license upgrade
 .endif
@@ -142,7 +143,7 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/${CONFDIR}
 	${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/databases.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/databases.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/fbtrace.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/fbtrace.conf
-	${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/replication.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/replication.conf
+	${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/replication.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/replication.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/plugins.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins/udr_engine.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/udr_engine.conf.sample
 


More information about the dev-commits-ports-main mailing list