git: 3816f76a0a65 - main - devel/stdx-allocator: Bump PORTREVISION because devel/dub was updated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Nov 2022 01:49:23 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3816f76a0a653099fff622c0244afb19f0d471ca
commit 3816f76a0a653099fff622c0244afb19f0d471ca
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-11-15 00:35:53 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-11-15 01:49:11 +0000
devel/stdx-allocator: Bump PORTREVISION because devel/dub was updated
---
devel/stdx-allocator/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/stdx-allocator/Makefile b/devel/stdx-allocator/Makefile
index 2a528c04922e..18e74dd91983 100644
--- a/devel/stdx-allocator/Makefile
+++ b/devel/stdx-allocator/Makefile
@@ -1,5 +1,6 @@
PORTNAME= stdx-allocator
PORTVERSION= 3.0.2
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -19,12 +20,13 @@ GH_ACCOUNT= dlang-community
DUB_CMD= ${LOCALBASE}/bin/dub build --build=release
D_INCLUDE_DIR= ${PREFIX}/include/d
D_LIB_DIR= ${PREFIX}/lib/d
+DC= ${PREFIX}/bin/ldmd2
post-patch:
${REINPLACE_CMD} '6d' ${WRKSRC}/dub.sdl
do-build:
- @cd ${WRKSRC} && ${DUB_CMD}
+ @cd ${WRKSRC} && DC=${DC} ${DUB_CMD}
do-install:
@${MKDIR} ${STAGEDIR}${D_INCLUDE_DIR}