git: 5876e2f09e48 - main - devel/astyle: Update to 3.6.5

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:18:10 UTC
The branch main has been updated by sunpoet:

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

commit 5876e2f09e488d650ef035ab4b5a3ddacf80da65
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:45:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:01 +0000

    devel/astyle: Update to 3.6.5
    
    Changes:        https://astyle.sourceforge.net/news.html
                    https://astyle.sourceforge.net/notes.html
---
 devel/astyle/Makefile  | 2 +-
 devel/astyle/distinfo  | 6 +++---
 devel/astyle/pkg-descr | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile
index a605afe90686..5b0555e24b9e 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	astyle
-PORTVERSION=	3.6.4
+PORTVERSION=	3.6.5
 CATEGORIES=	devel textproc
 MASTER_SITES=	SF/astyle/astyle/astyle%20${PORTVERSION:R}
 
diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo
index db6e0d6b4ec6..976af7b6cb4f 100644
--- a/devel/astyle/distinfo
+++ b/devel/astyle/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1730540896
-SHA256 (astyle-3.6.4.tar.bz2) = 1e94b64f4f06461f9039d094aefe9d4b28c66d34916b27a456055e7d62d73702
-SIZE (astyle-3.6.4.tar.bz2) = 218851
+TIMESTAMP = 1734888030
+SHA256 (astyle-3.6.5.tar.bz2) = f231cd641047adb6c01adb2511573326a8bb7a293d17b54c770550993deade8b
+SIZE (astyle-3.6.5.tar.bz2) = 218869
diff --git a/devel/astyle/pkg-descr b/devel/astyle/pkg-descr
index d4e4f8cec7a9..3819c4a18f3d 100644
--- a/devel/astyle/pkg-descr
+++ b/devel/astyle/pkg-descr
@@ -17,6 +17,6 @@ ONLY use spaces or tabs, looking at other people's source code can still be
 problematic.
 
 To address this problem, Artistic Style was created -- a filter written in C++
-that automatically re-indents and re-formats C / C++ / Objective-C / C++/CLI / C#
-/ Java source files. It can be used from a command line, or it can be
+that automatically re-indents and re-formats C / C++ / Objective-C / C++/CLI /
+C# / Java source files. It can be used from a command line, or it can be
 incorporated as a library in another program.