git: 9d29d5d49082 - main - databases/casstcl: fix ldconfig, bump PORTREVISION

Pietro Cerutti gahr at FreeBSD.org
Thu Apr 22 15:37:28 UTC 2021


The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d29d5d49082010a9e3b8458f20dbe871b1a8bb1

commit 9d29d5d49082010a9e3b8458f20dbe871b1a8bb1
Author:     Pietro Cerutti <gahr at FreeBSD.org>
AuthorDate: 2021-04-22 15:36:17 +0000
Commit:     Pietro Cerutti <gahr at FreeBSD.org>
CommitDate: 2021-04-22 15:37:26 +0000

    databases/casstcl: fix ldconfig, bump PORTREVISION
---
 databases/casstcl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/casstcl/Makefile b/databases/casstcl/Makefile
index 7425b844ebf5..97953d31b374 100644
--- a/databases/casstcl/Makefile
+++ b/databases/casstcl/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	casstcl
 PORTVERSION=	2.15.0
 DISTVERSIONPREFIX=v
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	gahr at FreeBSD.org
@@ -18,7 +18,7 @@ USES=		autoreconf tcl:tea
 USE_GITHUB=	yes
 GH_ACCOUNT=	flightaware
 
-USE_LDCONFIG=	${PREFIX}/lib/casstcl${PORTVERSION}
+USE_LDCONFIG=	${PREFIX}/lib/casstcl${PORTVERSION:R}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION:R}
 
 post-patch:


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