Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2024 17:36:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9837a1a24ee2 - main - www/rubygem-protocol-hpack: Add LICENSE_FILE
Message-ID:  <202405191736.44JHago1002411@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9837a1a24ee2e0d5f54c11c7ee727ed24cd89d56

commit 9837a1a24ee2e0d5f54c11c7ee727ed24cd89d56
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:28:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:18:17 +0000

    www/rubygem-protocol-hpack: Add LICENSE_FILE
    
    - Update WWW
---
 www/rubygem-protocol-hpack/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/rubygem-protocol-hpack/Makefile b/www/rubygem-protocol-hpack/Makefile
index 8e05c618e4d9..845b3a842566 100644
--- a/www/rubygem-protocol-hpack/Makefile
+++ b/www/rubygem-protocol-hpack/Makefile
@@ -5,9 +5,11 @@ MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Compresssor and decompressor for HTTP 2.0 HPACK
-WWW=		https://github.com/socketry/protocol-hpack
+WWW=		https://socketry.github.io/protocol-hpack/ \
+		https://github.com/socketry/protocol-hpack
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/license.md
 
 USES=		gem
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191736.44JHago1002411>