Date: Mon, 8 May 2023 16:03:18 GMT From: John Baldwin <jhb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 221b0277ed94 - main - mail/ctm: Fix build with -Wdeprecated-non-prototype. Message-ID: <202305081603.348G3IJo009409@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/ports/commit/?id=221b0277ed94e617d3aeafedb4fd76506204bf47 commit 221b0277ed94e617d3aeafedb4fd76506204bf47 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-05-08 16:02:57 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-05-08 16:02:57 +0000 mail/ctm: Fix build with -Wdeprecated-non-prototype. Differential Revision: https://reviews.freebsd.org/D39819 --- misc/ctm/Makefile | 4 ++-- misc/ctm/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/ctm/Makefile b/misc/ctm/Makefile index 1788842ca49f..30ce4a0ad9b2 100644 --- a/misc/ctm/Makefile +++ b/misc/ctm/Makefile @@ -1,6 +1,6 @@ PORTNAME= ctm PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= se@FreeBSD.org @@ -20,7 +20,7 @@ USES= tar:txz USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= ef289f3 +GH_TAGNAME= 5b03b48 OPTIONS_DEFINE= DOCS MAKE_FLAGS= MK_MAN=no diff --git a/misc/ctm/distinfo b/misc/ctm/distinfo index a26a824cb322..9f37d35c5792 100644 --- a/misc/ctm/distinfo +++ b/misc/ctm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540728904 -SHA256 (freebsd-ctm-2.0-ef289f3_GH0.tar.gz) = 793d88b328699e41a68f214fbd581b5730f86631532728e01ad0a08cd8807bfb -SIZE (freebsd-ctm-2.0-ef289f3_GH0.tar.gz) = 40160 +TIMESTAMP = 1682456427 +SHA256 (freebsd-ctm-2.0-5b03b48_GH0.tar.gz) = 8690e4f7a32b62aea9fb087bfc56c857f1d16d63e7f5c343aabd3584163433e0 +SIZE (freebsd-ctm-2.0-5b03b48_GH0.tar.gz) = 40149
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305081603.348G3IJo009409>