Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 19:38:28 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: aa98a443c0f9 - 2024Q3 - multimedia/arcan: update to 0.6.3.3
Message-ID:  <202408041938.474JcSWM091488@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by jbeich:

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

commit aa98a443c0f94285417209859cb1c41499258186
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-08-04 13:53:15 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-08-04 19:38:24 +0000

    multimedia/arcan: update to 0.6.3.3
    
    Changes:        https://github.com/letoram/arcan/releases/tag/0.6.3.3
    Reported by:    portscout
    
    (cherry picked from commit cedf0c3d6e33ab69332adc76ba32972056dd591c)
---
 graphics/aloadimage/Makefile                |  2 +-
 graphics/aloadimage/distinfo                |  6 +++---
 multimedia/arcan/Makefile                   |  2 +-
 multimedia/arcan/distinfo                   |  6 +++---
 multimedia/arcan/files/patch-CMakeLists.txt | 16 ----------------
 sysutils/acfgfs/Makefile                    |  2 +-
 sysutils/acfgfs/distinfo                    |  6 +++---
 x11/aclip/Makefile                          |  2 +-
 x11/aclip/distinfo                          |  6 +++---
 x11/arcan-trayicon/Makefile                 |  2 +-
 x11/arcan-trayicon/distinfo                 |  6 +++---
 11 files changed, 20 insertions(+), 36 deletions(-)

diff --git a/graphics/aloadimage/Makefile b/graphics/aloadimage/Makefile
index c2b4ac89b7c2..4823772a8a9c 100644
--- a/graphics/aloadimage/Makefile
+++ b/graphics/aloadimage/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	aloadimage
-DISTVERSION=	0.6.3.2
+DISTVERSION=	0.6.3.3
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/aloadimage/distinfo b/graphics/aloadimage/distinfo
index b26c9ea40cb4..305276508059 100644
--- a/graphics/aloadimage/distinfo
+++ b/graphics/aloadimage/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720655877
-SHA256 (letoram-arcan-0.6.3.2_GH0.tar.gz) = 67f1bcec1b2d26e6a2c8e73058e8db084086ca5a21c0120959379da0d589ec1b
-SIZE (letoram-arcan-0.6.3.2_GH0.tar.gz) = 12949808
+TIMESTAMP = 1722779595
+SHA256 (letoram-arcan-0.6.3.3_GH0.tar.gz) = 38c2d02802389b15e5c24b6b8cf53f946cb3e5f15a1d7af95ad04ffcc9101914
+SIZE (letoram-arcan-0.6.3.3_GH0.tar.gz) = 12949697
diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile
index 4893f69fc256..59ab95b88922 100644
--- a/multimedia/arcan/Makefile
+++ b/multimedia/arcan/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arcan
-DISTVERSION=	0.6.3.2
+DISTVERSION=	0.6.3.3
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/multimedia/arcan/distinfo b/multimedia/arcan/distinfo
index b26c9ea40cb4..305276508059 100644
--- a/multimedia/arcan/distinfo
+++ b/multimedia/arcan/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720655877
-SHA256 (letoram-arcan-0.6.3.2_GH0.tar.gz) = 67f1bcec1b2d26e6a2c8e73058e8db084086ca5a21c0120959379da0d589ec1b
-SIZE (letoram-arcan-0.6.3.2_GH0.tar.gz) = 12949808
+TIMESTAMP = 1722779595
+SHA256 (letoram-arcan-0.6.3.3_GH0.tar.gz) = 38c2d02802389b15e5c24b6b8cf53f946cb3e5f15a1d7af95ad04ffcc9101914
+SIZE (letoram-arcan-0.6.3.3_GH0.tar.gz) = 12949697
diff --git a/multimedia/arcan/files/patch-CMakeLists.txt b/multimedia/arcan/files/patch-CMakeLists.txt
deleted file mode 100644
index 1a504ecc0b90..000000000000
--- a/multimedia/arcan/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-$ CFLAGS="... -fno-strict-aliasing" cmake . && cmake --build .
-/usr/bin/cc  ... -fno-strict-aliasing;-std=gnu11 ...
-cc: error: no input files
-/bin/sh: -std=gnu11: not found
-
---- CMakeLists.txt.orig	2024-07-10 23:57:57 UTC
-+++ CMakeLists.txt
-@@ -257,7 +257,7 @@ endif()
- 		-Wno-macro-redefined
- 	)
- endif()
--list(APPEND CMAKE_C_FLAGS -std=gnu11)
-+set(CMAKE_C_STANDARD 11)
- 
- if (CMAKE_BUILD_TYPE STREQUAL "Profile")
- 	amsg("${CL_WHT}------------------*Profile Build*------------------${CL_RST}")
diff --git a/sysutils/acfgfs/Makefile b/sysutils/acfgfs/Makefile
index 58f46a0bbb79..08ca96a58b81 100644
--- a/sysutils/acfgfs/Makefile
+++ b/sysutils/acfgfs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	acfgfs
-DISTVERSION=	0.6.3.2
+DISTVERSION=	0.6.3.3
 CATEGORIES=	sysutils
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/sysutils/acfgfs/distinfo b/sysutils/acfgfs/distinfo
index b26c9ea40cb4..305276508059 100644
--- a/sysutils/acfgfs/distinfo
+++ b/sysutils/acfgfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720655877
-SHA256 (letoram-arcan-0.6.3.2_GH0.tar.gz) = 67f1bcec1b2d26e6a2c8e73058e8db084086ca5a21c0120959379da0d589ec1b
-SIZE (letoram-arcan-0.6.3.2_GH0.tar.gz) = 12949808
+TIMESTAMP = 1722779595
+SHA256 (letoram-arcan-0.6.3.3_GH0.tar.gz) = 38c2d02802389b15e5c24b6b8cf53f946cb3e5f15a1d7af95ad04ffcc9101914
+SIZE (letoram-arcan-0.6.3.3_GH0.tar.gz) = 12949697
diff --git a/x11/aclip/Makefile b/x11/aclip/Makefile
index e7ad3b623f71..1c9ab65dd8ad 100644
--- a/x11/aclip/Makefile
+++ b/x11/aclip/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	aclip
-DISTVERSION=	0.6.3.2
+DISTVERSION=	0.6.3.3
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/x11/aclip/distinfo b/x11/aclip/distinfo
index b26c9ea40cb4..305276508059 100644
--- a/x11/aclip/distinfo
+++ b/x11/aclip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720655877
-SHA256 (letoram-arcan-0.6.3.2_GH0.tar.gz) = 67f1bcec1b2d26e6a2c8e73058e8db084086ca5a21c0120959379da0d589ec1b
-SIZE (letoram-arcan-0.6.3.2_GH0.tar.gz) = 12949808
+TIMESTAMP = 1722779595
+SHA256 (letoram-arcan-0.6.3.3_GH0.tar.gz) = 38c2d02802389b15e5c24b6b8cf53f946cb3e5f15a1d7af95ad04ffcc9101914
+SIZE (letoram-arcan-0.6.3.3_GH0.tar.gz) = 12949697
diff --git a/x11/arcan-trayicon/Makefile b/x11/arcan-trayicon/Makefile
index 4de1b8a02548..7715f793c030 100644
--- a/x11/arcan-trayicon/Makefile
+++ b/x11/arcan-trayicon/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arcan-trayicon
-DISTVERSION=	0.6.3.2
+DISTVERSION=	0.6.3.3
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/x11/arcan-trayicon/distinfo b/x11/arcan-trayicon/distinfo
index b26c9ea40cb4..305276508059 100644
--- a/x11/arcan-trayicon/distinfo
+++ b/x11/arcan-trayicon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720655877
-SHA256 (letoram-arcan-0.6.3.2_GH0.tar.gz) = 67f1bcec1b2d26e6a2c8e73058e8db084086ca5a21c0120959379da0d589ec1b
-SIZE (letoram-arcan-0.6.3.2_GH0.tar.gz) = 12949808
+TIMESTAMP = 1722779595
+SHA256 (letoram-arcan-0.6.3.3_GH0.tar.gz) = 38c2d02802389b15e5c24b6b8cf53f946cb3e5f15a1d7af95ad04ffcc9101914
+SIZE (letoram-arcan-0.6.3.3_GH0.tar.gz) = 12949697



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408041938.474JcSWM091488>