Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2024 14:53:55 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a84003edceb1 - main - devel/global: Update to 6.6.13
Message-ID:  <202407071453.467Ertqx082006@gitrepo.freebsd.org>

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

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

commit a84003edceb1aae0568ed903d57098b2743b51c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-07 14:37:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-07 14:37:22 +0000

    devel/global: Update to 6.6.13
    
    Changes:        https://www.gnu.org/software/global/whatsnew.html
---
 devel/global/Makefile                              |  2 +-
 devel/global/distinfo                              |  6 ++---
 .../global/files/patch-plugin-factory-Makefile.in  | 26 ++++++++++++++++++++++
 3 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/devel/global/Makefile b/devel/global/Makefile
index b657e962ba7d..86eab6708153 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	global
-PORTVERSION=	6.6.12
+PORTVERSION=	6.6.13
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
diff --git a/devel/global/distinfo b/devel/global/distinfo
index 11a646dc1843..5d15f5213b96 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712316
-SHA256 (global-6.6.12.tar.gz) = 542a5b06840e14eca548b4bb60b44c0adcf01024e68eb362f8bf716007885901
-SIZE (global-6.6.12.tar.gz) = 3000633
+TIMESTAMP = 1720355100
+SHA256 (global-6.6.13.tar.gz) = 945f349730da01f77854d9811ca8f801669c9461395a29966d8d88cb6703347b
+SIZE (global-6.6.13.tar.gz) = 3003671
diff --git a/devel/global/files/patch-plugin-factory-Makefile.in b/devel/global/files/patch-plugin-factory-Makefile.in
new file mode 100644
index 000000000000..a9a09c9a3b07
--- /dev/null
+++ b/devel/global/files/patch-plugin-factory-Makefile.in
@@ -0,0 +1,26 @@
+--- plugin-factory/Makefile.in.orig	2024-07-02 00:03:56 UTC
++++ plugin-factory/Makefile.in
+@@ -411,19 +411,19 @@ exuberant_ctags_la_SOURCES = exuberant-ctags.c
+ 
+ # Exuberant Ctags parser
+ exuberant_ctags_la_SOURCES = exuberant-ctags.c
+-exuberant_ctags_la_LDFLAGS = -module -avoid-version -no-undefined -shared
++exuberant_ctags_la_LDFLAGS = -module -avoid-version -no-undefined
+ # Univercal Ctags parser
+ universal_ctags_la_SOURCES = exuberant-ctags.c
+ universal_ctags_la_CFLAGS = -DUSE_EXTRA_FIELDS
+-universal_ctags_la_LDFLAGS = -module -avoid-version -no-undefined -shared
++universal_ctags_la_LDFLAGS = -module -avoid-version -no-undefined
+ 
+ # Pygments parser
+ pygments_parser_la_SOURCES = pygments-parser.c
+-pygments_parser_la_LDFLAGS = -module -avoid-version -no-undefined -shared
++pygments_parser_la_LDFLAGS = -module -avoid-version -no-undefined
+ 
+ # skeleton
+ user_custom_la_SOURCES = user-custom.c
+-user_custom_la_LDFLAGS = -module -avoid-version -no-undefined -shared
++user_custom_la_LDFLAGS = -module -avoid-version -no-undefined
+ gtagsdir = ${datadir}/gtags
+ gtags_DATA = PLUGIN_HOWTO PLUGIN_HOWTO.pygments PLUGIN_HOWTO.universal-ctags \
+ 	     	uctags-scheme.c-diff



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