From nobody Mon Oct 18 19:03:49 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E906B17F0B52; Mon, 18 Oct 2021 19:03:49 +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 4HY5rP6Fhmz4W2n; Mon, 18 Oct 2021 19:03:49 +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 B6A5325D3A; Mon, 18 Oct 2021 19:03:49 +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 19IJ3nlT066280; Mon, 18 Oct 2021 19:03:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19IJ3nVd066279; Mon, 18 Oct 2021 19:03:49 GMT (envelope-from git) Date: Mon, 18 Oct 2021 19:03:49 GMT Message-Id: <202110181903.19IJ3nVd066279@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 7faf3caa2884 - main - devel/valgrind: Update to 3.18.1 and switch to use sourceware List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7faf3caa288457fc1180e1e37ce373c21a3479bf Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=7faf3caa288457fc1180e1e37ce373c21a3479bf commit 7faf3caa288457fc1180e1e37ce373c21a3479bf Author: Paul Floyd AuthorDate: 2021-10-18 19:00:05 +0000 Commit: Li-Wen Hsu CommitDate: 2021-10-18 19:03:29 +0000 devel/valgrind: Update to 3.18.1 and switch to use sourceware The FreeBSD port of Valgrind has now been merged upstream and a new release of Valgrind is out, 3.18.1. This updates Makefile, distinfo and pkg-descr to reflect that. Also remove pkg-message which has been incorrect and obsolete for a fair time. PR: 259224 --- devel/valgrind/Makefile | 15 ++++----------- devel/valgrind/distinfo | 6 +++--- devel/valgrind/pkg-descr | 1 - devel/valgrind/pkg-message | 15 --------------- devel/valgrind/pkg-plist | 2 ++ 5 files changed, 9 insertions(+), 30 deletions(-) diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 0afc0e4758d9..90a304c96554 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -1,12 +1,10 @@ # Created by: Simon Barner PORTNAME= valgrind -PORTVERSION= 3.17.0.g20210319 -DISTVERSIONPREFIX= freebsd- -PORTREVISION= 0 +PORTVERSION= 3.18.1 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= https://valgrind.org/ +MASTER_SITES= SOURCEWARE/valgrind MAINTAINER= pjfloyd@wanadoo.fr COMMENT= Memory debugging and profiling tool @@ -16,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 -USES= cpe pathfix pkgconfig gmake perl5 shebangfix autoreconf +USES= cpe pathfix pkgconfig gmake perl5 shebangfix autoreconf tar:bz2 USE_PERL5= build GNU_CONFIGURE= yes @@ -24,12 +22,7 @@ SHEBANG_FILES= callgrind/callgrind_annotate.in callgrind/callgrind_control.in SSP_UNSAFE= yes LIB32_PATH?= /usr/lib32/libc.so -CONFLICTS= valgrind-[0-9]* - -USE_GITHUB= yes -GH_ACCOUNT= paulfloyd -GH_PROJECT= freebsd_valgrind -GH_TAGNAME= d333c54 +CONFLICTS= valgrind-devel-[0-9]* CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} diff --git a/devel/valgrind/distinfo b/devel/valgrind/distinfo index c7364c85ea6f..03634cf9998b 100644 --- a/devel/valgrind/distinfo +++ b/devel/valgrind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616493211 -SHA256 (paulfloyd-freebsd_valgrind-freebsd-3.17.0.g20210319-d333c54_GH0.tar.gz) = 2f631d7768fda08a62d6327cea0ea56062becad0083ba2751262215c2390387e -SIZE (paulfloyd-freebsd_valgrind-freebsd-3.17.0.g20210319-d333c54_GH0.tar.gz) = 15796240 +TIMESTAMP = 1634460994 +SHA256 (valgrind-3.18.1.tar.bz2) = 00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5 +SIZE (valgrind-3.18.1.tar.bz2) = 16149159 diff --git a/devel/valgrind/pkg-descr b/devel/valgrind/pkg-descr index 8a88d8b1cf4e..ae6db068ded1 100644 --- a/devel/valgrind/pkg-descr +++ b/devel/valgrind/pkg-descr @@ -16,5 +16,4 @@ The Valgrind distribution includes 10 tools: Valgrind was initially ported to FreeBSD by Doug Rabson. -WWW: https://github.com/paulfloyd/freebsd_valgrind WWW: http://www.valgrind.org/ diff --git a/devel/valgrind/pkg-message b/devel/valgrind/pkg-message deleted file mode 100644 index 999db08e752f..000000000000 --- a/devel/valgrind/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -[ -{ type: install - message: <