git: 912ab64cc1b0 - main - cad/openscad*: Fix build against CGAL 5.3

Loïc Bartoletti lbartoletti at FreeBSD.org
Thu Sep 2 19:09:52 UTC 2021


The branch main has been updated by lbartoletti:

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

commit 912ab64cc1b09f73447e18d1172a338ad97afd93
Author:     Loïc Bartoletti <lbartoletti at FreeBSD.org>
AuthorDate: 2021-09-02 18:44:59 +0000
Commit:     Loïc Bartoletti <lbartoletti at FreeBSD.org>
CommitDate: 2021-09-02 18:44:59 +0000

    cad/openscad*: Fix build against CGAL 5.3
    
    PR:             258085
    Approved by:    wen
    Obtained from:  https://github.com/openscad/openscad/pull/3844
---
 cad/openscad-devel/Makefile | 6 +++---
 cad/openscad-devel/distinfo | 2 ++
 cad/openscad/Makefile       | 9 +++------
 cad/openscad/distinfo       | 4 +++-
 4 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile
index 0645d0aa294f..f671d58fdd80 100644
--- a/cad/openscad-devel/Makefile
+++ b/cad/openscad-devel/Makefile
@@ -2,12 +2,12 @@
 
 PORTNAME=	openscad
 PORTVERSION=	2021.02.09
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-devel
 
-#PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-#PATCHFILES+=	b6c170cc5dd1.patch:-p1
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	cc49ad8dac24.patch:-p1
 
 MAINTAINER=	mr at FreeBSD.org
 COMMENT=	Programmer's solid 3D CAD modeller #'
diff --git a/cad/openscad-devel/distinfo b/cad/openscad-devel/distinfo
index b6a606af691d..ded771b81d20 100644
--- a/cad/openscad-devel/distinfo
+++ b/cad/openscad-devel/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1612905122
 SHA256 (openscad-openscad-2021.02.09-63a7c77740030c63d646eb0684ba6947eecb0db7_GH0.tar.gz) = 18342253697115d16a6d81ff9b05d8128cf8aac3138ac4d339fb722869113e4d
 SIZE (openscad-openscad-2021.02.09-63a7c77740030c63d646eb0684ba6947eecb0db7_GH0.tar.gz) = 15687873
+SHA256 (cc49ad8dac24.patch) = 43cebd358d152f7a6dc1fc27294c67c4938b207d6a06f26fd60117e3a3c71412
+SIZE (cc49ad8dac24.patch) = 1610
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 458ea44332b8..75f8d383d61b 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -2,14 +2,11 @@
 
 PORTNAME=	openscad
 PORTVERSION=	2021.01.01
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad
 
-#PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-#PATCHFILES+=	b6c170cc5dd1.patch:-p1 \
-#		15acf6700674.patch:-p1 \
-#		9c4d5ae7ab05.patch:-p1 \
-#		07a56df933a3.patch:-p1
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	cc49ad8dac24.patch:-p1
 
 MAINTAINER=	mr at FreeBSD.org
 COMMENT=	Programmer's solid 3D CAD modeller #'
diff --git a/cad/openscad/distinfo b/cad/openscad/distinfo
index 09f8e0e423c5..2e4d7b3164be 100644
--- a/cad/openscad/distinfo
+++ b/cad/openscad/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1612904882
+TIMESTAMP = 1629893805
 SHA256 (openscad-openscad-2021.01.01-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78_GH0.tar.gz) = e8f94682dc3331c86d1cdc8d8bb0088a9910f1d1694ff9310524ca2d11e37ccc
 SIZE (openscad-openscad-2021.01.01-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78_GH0.tar.gz) = 15656495
+SHA256 (cc49ad8dac24.patch) = 43cebd358d152f7a6dc1fc27294c67c4938b207d6a06f26fd60117e3a3c71412
+SIZE (cc49ad8dac24.patch) = 1610


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