git: d84643fc3d15 - main - devel/universal-ctags: Update to p5.9.20210704.0
Fernando Apesteguía
fernape at FreeBSD.org
Wed Jul 7 08:22:33 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d84643fc3d15350c748112d75009439abe049b81
commit d84643fc3d15350c748112d75009439abe049b81
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-07-06 16:38:33 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-07-07 08:17:56 +0000
devel/universal-ctags: Update to p5.9.20210704.0
ChangeLog:
https://github.com/universal-ctags/ctags/compare/p5.9.20210411.0...p5.9.20210704.0
PR: 257007
Reported by: dereks at lifeofadishwasher.com (maintainer)
---
devel/universal-ctags/Makefile | 2 +-
devel/universal-ctags/distinfo | 6 +++---
devel/universal-ctags/files/patch-misc_packcc_src_packcc.c | 11 -----------
devel/universal-ctags/pkg-plist | 3 +++
4 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile
index bc0928f17ccc..60ef5a419854 100644
--- a/devel/universal-ctags/Makefile
+++ b/devel/universal-ctags/Makefile
@@ -1,7 +1,7 @@
# Created by: Derek Schrock <dereks at lifeofadishwasher.com>
PORTNAME= universal-ctags
-PORTVERSION= p5.9.20210411.0
+PORTVERSION= p5.9.20210704.0
CATEGORIES= devel
MAINTAINER= dereks at lifeofadishwasher.com
diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo
index f936a3fea1d2..5afb7f6073cc 100644
--- a/devel/universal-ctags/distinfo
+++ b/devel/universal-ctags/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618176583
-SHA256 (universal-ctags-ctags-p5.9.20210411.0_GH0.tar.gz) = 5eb104570742de9b52b97880a1cbbfa48920f8f02ada22b7adff3c5287aecc72
-SIZE (universal-ctags-ctags-p5.9.20210411.0_GH0.tar.gz) = 2141061
+TIMESTAMP = 1625523297
+SHA256 (universal-ctags-ctags-p5.9.20210704.0_GH0.tar.gz) = 07c01e3ed8163100c9f17d6e74683cdb676a803b43f9ae3c3f2f828c027131d9
+SIZE (universal-ctags-ctags-p5.9.20210704.0_GH0.tar.gz) = 2221940
diff --git a/devel/universal-ctags/files/patch-misc_packcc_src_packcc.c b/devel/universal-ctags/files/patch-misc_packcc_src_packcc.c
deleted file mode 100644
index 5bc12de4c8f2..000000000000
--- a/devel/universal-ctags/files/patch-misc_packcc_src_packcc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- misc/packcc/src/packcc.c.orig 2021-04-16 22:31:22 UTC
-+++ misc/packcc/src/packcc.c
-@@ -910,7 +910,7 @@ static size_t populate_bits(size_t x) {
- x |= x >> 4;
- x |= x >> 8;
- x |= x >> 16;
--#ifndef _M_IX86 /* not Windows for x86 (32-bit) */
-+#if (defined __SIZEOF_SIZE_T__ && __SIZEOF_SIZE_T__ == 8)
- x |= x >> 32;
- #endif
- return x;
diff --git a/devel/universal-ctags/pkg-plist b/devel/universal-ctags/pkg-plist
index 4db159f3b303..86ce250c8841 100644
--- a/devel/universal-ctags/pkg-plist
+++ b/devel/universal-ctags/pkg-plist
@@ -1,14 +1,17 @@
bin/uctags
bin/ureadtags
+bin/uoptscript
%%MANPAGES%%man/man1/uctags.1.gz
%%MANPAGES%%man/man1/ureadtags.1.gz
%%MANPAGES%%man/man5/utags.5.gz
%%MANPAGES%%man/man7/uctags-client-tools.7.gz
%%MANPAGES%%man/man7/uctags-faq.7.gz
%%MANPAGES%%man/man7/uctags-incompatibilities.7.gz
+%%MANPAGES%%man/man7/uctags-lang-iPythonCell.7.gz
%%MANPAGES%%man/man7/uctags-lang-inko.7.gz
%%MANPAGES%%man/man7/uctags-lang-julia.7.gz
%%MANPAGES%%man/man7/uctags-lang-python.7.gz
%%MANPAGES%%man/man7/uctags-lang-r.7.gz
+%%MANPAGES%%man/man7/uctags-lang-sql.7.gz
%%MANPAGES%%man/man7/uctags-lang-verilog.7.gz
%%MANPAGES%%man/man7/uctags-optlib.7.gz
More information about the dev-commits-ports-all
mailing list