From owner-dev-commits-ports-main@freebsd.org Sun May 30 20:04:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 E7A986343E0; Sun, 30 May 2021 20:04: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 4FtTsv2g5Lz3nRk; Sun, 30 May 2021 20:04: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 86D3322F36; Sun, 30 May 2021 20:04:50 +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 14UK4ow6078047; Sun, 30 May 2021 20:04:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UK4oMM078046; Sun, 30 May 2021 20:04:50 GMT (envelope-from git) Date: Sun, 30 May 2021 20:04:50 GMT Message-Id: <202105302004.14UK4oMM078046@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c6edf5aae9b5 - main - security/p5-Digest-HMAC: Update to 1.04 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c6edf5aae9b51f6c6f12876440e6edcf18187257 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 20:04:52 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6edf5aae9b51f6c6f12876440e6edcf18187257 commit c6edf5aae9b51f6c6f12876440e6edcf18187257 Author: Po-Chuan Hsieh AuthorDate: 2021-05-30 19:56:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-30 19:56:16 +0000 security/p5-Digest-HMAC: Update to 1.04 - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/Digest-HMAC --- security/p5-Digest-HMAC/Makefile | 7 ++++--- security/p5-Digest-HMAC/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index 172e47c8ee5e..ba4759e1551a 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -1,8 +1,7 @@ # Created by: nork@cityfujisawa.ne.jp PORTNAME= Digest-HMAC -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +11,11 @@ COMMENT= Perl5 interface to HMAC Message-Digest Algorithms LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/security/p5-Digest-HMAC/distinfo b/security/p5-Digest-HMAC/distinfo index e7c327ea05b7..6459834e9406 100644 --- a/security/p5-Digest-HMAC/distinfo +++ b/security/p5-Digest-HMAC/distinfo @@ -1,2 +1,3 @@ -SHA256 (Digest-HMAC-1.03.tar.gz) = 3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59 -SIZE (Digest-HMAC-1.03.tar.gz) = 7251 +TIMESTAMP = 1622214104 +SHA256 (Digest-HMAC-1.04.tar.gz) = d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4 +SIZE (Digest-HMAC-1.04.tar.gz) = 14279