git: ff16b9a003fc - main - devel/icontheme: Update to 1.2.3

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Tue, 15 Nov 2022 02:48:40 UTC
The branch main has been updated by acm:

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

commit ff16b9a003fc9e21debf20dc17418f5d8feb1eaf
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-11-15 02:48:07 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-11-15 02:48:07 +0000

    devel/icontheme: Update to 1.2.3
---
 devel/icontheme/Makefile             | 6 +++---
 devel/icontheme/distinfo             | 6 +++---
 devel/icontheme/files/patch-dub.json | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/icontheme/Makefile b/devel/icontheme/Makefile
index 97f87f2c0026..b268e9bf7c43 100644
--- a/devel/icontheme/Makefile
+++ b/devel/icontheme/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	icontheme
-PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTVERSION=	1.2.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -22,9 +21,10 @@ GH_ACCOUNT=	FreeSlave
 DUB_CMD=	${LOCALBASE}/bin/dub build --build=release
 D_INCLUDE_DIR=	${PREFIX}/include/d
 D_LIB_DIR=	${PREFIX}/lib/d
+DC=		${PREFIX}/bin/ldmd2
 
 do-build:
-	@cd ${WRKSRC} && ${DUB_CMD}
+	@cd ${WRKSRC} && DC=${DC} ${DUB_CMD}
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${D_INCLUDE_DIR}
diff --git a/devel/icontheme/distinfo b/devel/icontheme/distinfo
index fe00ed7ad9cb..95ecd0d62295 100644
--- a/devel/icontheme/distinfo
+++ b/devel/icontheme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533630789
-SHA256 (FreeSlave-icontheme-v1.2.2_GH0.tar.gz) = b74ff273bcd66452cfedd3ceb1b76a21db5735a74576b0b39a3dbbe480412b10
-SIZE (FreeSlave-icontheme-v1.2.2_GH0.tar.gz) = 42414
+TIMESTAMP = 1668480058
+SHA256 (FreeSlave-icontheme-v1.2.3_GH0.tar.gz) = 788ef8f46cfb2beb65e4e66d23bc4018bfc2caad961245686ce529bad007d895
+SIZE (FreeSlave-icontheme-v1.2.3_GH0.tar.gz) = 42563
diff --git a/devel/icontheme/files/patch-dub.json b/devel/icontheme/files/patch-dub.json
index 1a15b2fb991c..dc5f077bbb9b 100644
--- a/devel/icontheme/files/patch-dub.json
+++ b/devel/icontheme/files/patch-dub.json
@@ -5,8 +5,8 @@
      "copyright": "Copyright © 2015-2016, Roman Chistokhodov",
      "authors": ["Roman Chistokhodov"],
 -    "dependencies": {
--        "inilike": "~>1.1.0",
--        "xdgpaths": "~>0.2.4"
+-        "inilike": "~>1.2.0",
+-        "xdgpaths": "~>0.2.5"
 -    },
      "targetName" : "icontheme",
      "targetPath" : "lib",