1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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@lifeofadishwasher.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2021-07-06 18:38:33 +02:00
parent 9c3ff40a53
commit d84643fc3d
4 changed files with 7 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Created by: Derek Schrock <dereks@lifeofadishwasher.com>
PORTNAME= universal-ctags
PORTVERSION= p5.9.20210411.0
PORTVERSION= p5.9.20210704.0
CATEGORIES= devel
MAINTAINER= dereks@lifeofadishwasher.com

View File

@ -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

View File

@ -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;

View File

@ -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