Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 12:23:21 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f40769fc2e2 - main - devel/zycore-c: Update to 1.5.0
Message-ID:  <202404041223.434CNL4i044755@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit 2f40769fc2e2cc8e94a01ec98e241039fffd530a
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-04-03 07:04:48 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-04-04 12:23:01 +0000

    devel/zycore-c: Update to 1.5.0
    
    ChangeLog: https://github.com/zyantific/zycore-c/releases/tag/v1.5.0
    
     * Better support for linux kernel
     * Add ZYAN_GETENV macro to LibC.h
     * Add missing (void) on functions without args
     * Set DOXYGEN_GENERATE_MAN config option to generate manpages
     * Add support for loongarch
     * Support for more unix-like systems, such as NetBSD
    
    PR:             278096
---
 devel/zycore-c/Makefile  | 2 +-
 devel/zycore-c/distinfo  | 6 +++---
 devel/zycore-c/pkg-plist | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/zycore-c/Makefile b/devel/zycore-c/Makefile
index 579b1b2cafbd..3f659ed3012c 100644
--- a/devel/zycore-c/Makefile
+++ b/devel/zycore-c/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zycore-c
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.1
+DISTVERSION=	1.5.0
 CATEGORIES=	devel
 
 MAINTAINER=	freebsd@sysctl.cz
diff --git a/devel/zycore-c/distinfo b/devel/zycore-c/distinfo
index 803adcff9a75..7b040192b1ae 100644
--- a/devel/zycore-c/distinfo
+++ b/devel/zycore-c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677398160
-SHA256 (zyantific-zycore-c-v1.4.1_GH0.tar.gz) = 8f610917c4254a69ec7e0c63492e9d0be9d18f4bb8fe91a3ff6ebed917d1f0f8
-SIZE (zyantific-zycore-c-v1.4.1_GH0.tar.gz) = 61002
+TIMESTAMP = 1711977326
+SHA256 (zyantific-zycore-c-v1.5.0_GH0.tar.gz) = 68e287cb6c95a6dede810d1e4fb2aebf7a09473089570a847e9a2b115ff96ff4
+SIZE (zyantific-zycore-c-v1.5.0_GH0.tar.gz) = 61617
diff --git a/devel/zycore-c/pkg-plist b/devel/zycore-c/pkg-plist
index 86082e752531..36ab7662020a 100644
--- a/devel/zycore-c/pkg-plist
+++ b/devel/zycore-c/pkg-plist
@@ -26,5 +26,5 @@ lib/cmake/zycore/zycore-config.cmake
 lib/cmake/zycore/zycore-targets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/zycore/zycore-targets.cmake
 lib/libZycore.so
-lib/libZycore.so.1.4
-lib/libZycore.so.1.4.0.0
+lib/libZycore.so.1.5
+lib/libZycore.so.1.5.0.0



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