git: c5e154ad98ff - main - devel/cereal: Unbreak by upgrading to 1.3.2

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 30 Apr 2022 18:01:01 UTC
The branch main has been updated by yuri:

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

commit c5e154ad98ffc2290e406c6bc6dc65873d6b30f8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-04-30 16:58:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-30 18:00:59 +0000

    devel/cereal: Unbreak by upgrading to 1.3.2
    
    Reference explaining why cereal-1.3.1 is broken:
    https://github.com/symengine/symengine/issues/1907#issuecomment-1114016265
    
    Approved by:    portmgr (blanket; unbreak)
---
 devel/cereal/Makefile                   |  4 ++--
 devel/cereal/distinfo                   |  6 +++---
 devel/cereal/files/patch-CMakeLists.txt | 15 ---------------
 3 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/devel/cereal/Makefile b/devel/cereal/Makefile
index 55d6506168b8..a3ec4fc7df38 100644
--- a/devel/cereal/Makefile
+++ b/devel/cereal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		cereal
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.1
+DISTVERSION=	1.3.2
 CATEGORIES=	devel
 
 MAINTAINER=	teodor@sigaev.ru
@@ -21,7 +21,7 @@ GH_ACCOUNT=	USCiLab
 CFLAGS+=	-Wno-unused-private-field
 
 CMAKE_ON=	SKIP_PORTABILITY_TEST
-CMAKE_OFF=	BUILD_TESTS WITH_WERROR
+CMAKE_OFF=	BUILD_TESTS BUILD_SANDBOX WITH_WERROR
 
 NO_ARCH=	yes
 
diff --git a/devel/cereal/distinfo b/devel/cereal/distinfo
index b8b116ce3832..796bc1693034 100644
--- a/devel/cereal/distinfo
+++ b/devel/cereal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642791829
-SHA256 (USCiLab-cereal-v1.3.1_GH0.tar.gz) = 65ea6ddda98f4274f5c10fb3e07b2269ccdd1e5cbb227be6a2fd78b8f382c976
-SIZE (USCiLab-cereal-v1.3.1_GH0.tar.gz) = 385863
+TIMESTAMP = 1651337034
+SHA256 (USCiLab-cereal-v1.3.2_GH0.tar.gz) = 16a7ad9b31ba5880dac55d62b5d6f243c3ebc8d46a3514149e56b5e7ea81f85f
+SIZE (USCiLab-cereal-v1.3.2_GH0.tar.gz) = 385903
diff --git a/devel/cereal/files/patch-CMakeLists.txt b/devel/cereal/files/patch-CMakeLists.txt
deleted file mode 100644
index 4b7815c4a7f2..000000000000
--- a/devel/cereal/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-- Same change that is proposed here: https://github.com/USCiLab/cereal/issues/668
-- Otherwise sandbox is always built.
-
---- CMakeLists.txt.orig	2020-11-17 20:50:06 UTC
-+++ CMakeLists.txt
-@@ -115,6 +115,8 @@ if(BUILD_TESTS)
-     add_subdirectory(unittests)
- endif()
- 
--add_subdirectory(sandbox)
-+if(BUILD_SANDBOX)
-+    add_subdirectory(sandbox)
-+endif()
- 
- add_subdirectory(doc)