git: f7668a0f9d7d - main - Update LibreDWG to version 0.12.4, another bugfix release.
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Apr 7 12:17:23 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7668a0f9d7d55964c4da7578d5c116bcfcce2ea
commit f7668a0f9d7d55964c4da7578d5c116bcfcce2ea
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-04-07 12:09:49 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-04-07 12:16:39 +0000
Update LibreDWG to version 0.12.4, another bugfix release.
---
cad/libredwg/Makefile | 4 +++-
cad/libredwg/distinfo | 5 ++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/cad/libredwg/Makefile b/cad/libredwg/Makefile
index 9be773c3745b..993e45efa03e 100644
--- a/cad/libredwg/Makefile
+++ b/cad/libredwg/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
PORTNAME= libredwg
-PORTVERSION= 0.12.3
+PORTVERSION= 0.12.4
CATEGORIES= cad devel
MASTER_SITES= GNU
@@ -46,6 +46,8 @@ post-patch:
# which are still based on gcc-4.2.1 (should be no-op elsewhere)
@${REINPLACE_CMD} -e '/#include "com/ { x; s/^/#include <stdlib.h>/; \
G; }; 24d' ${WRKSRC}/src/common.c
+# Get rid of bashisms
+ @${REINPLACE_CMD} -e '/GPERF_VER/s,:2:1,##*.,' ${WRKSRC}/configure
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/cad/libredwg/distinfo b/cad/libredwg/distinfo
index fdab8e44c2aa..44da2419f3af 100644
--- a/cad/libredwg/distinfo
+++ b/cad/libredwg/distinfo
@@ -1,3 +1,2 @@
-TIMESTAMP = 1614330629
-SHA256 (libredwg-0.12.3.tar.xz) = b31a33466ba23312119138d0ac022399841ee0f40d9bbd970410a2fc471e15ee
-SIZE (libredwg-0.12.3.tar.xz) = 9528116
+SHA256 (libredwg-0.12.4.tar.xz) = 918857f119c34d9bef17321b646c4ba0fbfaa93dcaced403bae1933e1d9a6517
+SIZE (libredwg-0.12.4.tar.xz) = 9535732
More information about the dev-commits-ports-all
mailing list