From owner-dev-commits-ports-all@freebsd.org Sun Sep 26 15:22:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 644B467AB18; Sun, 26 Sep 2021 15:22:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHTzb2MNCz4bll; Sun, 26 Sep 2021 15:22:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 309D91FBED; Sun, 26 Sep 2021 15:22:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18QFMpeG068734; Sun, 26 Sep 2021 15:22:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18QFMpwH068733; Sun, 26 Sep 2021 15:22:51 GMT (envelope-from git) Date: Sun, 26 Sep 2021 15:22:51 GMT Message-Id: <202109261522.18QFMpwH068733@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: 50ae64ad8fa1 - main - devel/universal-ctags: Update to p5.9.20210926.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 50ae64ad8fa1b644b7388e9f8aae19ec82cb5f2e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2021 15:22:51 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=50ae64ad8fa1b644b7388e9f8aae19ec82cb5f2e commit 50ae64ad8fa1b644b7388e9f8aae19ec82cb5f2e Author: Derek Schrock AuthorDate: 2021-09-26 15:19:04 +0000 Commit: Nuno Teixeira CommitDate: 2021-09-26 15:22:39 +0000 devel/universal-ctags: Update to p5.9.20210926.0 ChangeLog: https://github.com/universal-ctags/ctags/releases/tag/p5.9.20210926.0 PR: 258728 --- devel/universal-ctags/Makefile | 2 +- devel/universal-ctags/distinfo | 6 +++--- devel/universal-ctags/files/patch-makefiles_testing.mak | 11 +++++++++++ devel/universal-ctags/pkg-plist | 1 + 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile index e03a2ebaabcd..4406b9348b4f 100644 --- a/devel/universal-ctags/Makefile +++ b/devel/universal-ctags/Makefile @@ -1,7 +1,7 @@ # Created by: Derek Schrock PORTNAME= universal-ctags -PORTVERSION= p5.9.20210815.0 +PORTVERSION= p5.9.20210926.0 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo index 475843761a1c..07b0d4d21575 100644 --- a/devel/universal-ctags/distinfo +++ b/devel/universal-ctags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628987862 -SHA256 (universal-ctags-ctags-p5.9.20210815.0_GH0.tar.gz) = a56de2c39090bbe1baa1fc7fcdb50834503f8b2b02edf304d7ab61c76ad82c0d -SIZE (universal-ctags-ctags-p5.9.20210815.0_GH0.tar.gz) = 2532710 +TIMESTAMP = 1632630353 +SHA256 (universal-ctags-ctags-p5.9.20210926.0_GH0.tar.gz) = 87a19089fe1cf16b4780a24a6ab4e847280182ffba95ab3db76a0ddc0a7b170d +SIZE (universal-ctags-ctags-p5.9.20210926.0_GH0.tar.gz) = 2541906 diff --git a/devel/universal-ctags/files/patch-makefiles_testing.mak b/devel/universal-ctags/files/patch-makefiles_testing.mak new file mode 100644 index 000000000000..d4f1cf74281d --- /dev/null +++ b/devel/universal-ctags/files/patch-makefiles_testing.mak @@ -0,0 +1,11 @@ +--- makefiles/testing.mak.orig 2021-09-26 04:43:19 UTC ++++ makefiles/testing.mak +@@ -5,7 +5,7 @@ EXTRA_DIST += misc/units misc/units.py misc/man-test.p + EXTRA_DIST += misc/tlib misc/mini-geany.expected + MAN_TEST_TMPDIR = ManTest + +-check: tmain units tlib man-test check-genfile ++check: tmain units tlib man-test + + # We may use CLEANFILES, DISTCLEANFILES, or etc. + # clean-tlib and clean-gcov are not included diff --git a/devel/universal-ctags/pkg-plist b/devel/universal-ctags/pkg-plist index 86ce250c8841..7dfd8ae64d45 100644 --- a/devel/universal-ctags/pkg-plist +++ b/devel/universal-ctags/pkg-plist @@ -13,5 +13,6 @@ bin/uoptscript %%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-tcl.7.gz %%MANPAGES%%man/man7/uctags-lang-verilog.7.gz %%MANPAGES%%man/man7/uctags-optlib.7.gz