Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 16:13:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3da8b29b4b08 - main - math/alberta: Fix WWW to use https:// scheme; Add LICENSE_FILE
Message-ID:  <202406091613.459GD7NI090248@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3da8b29b4b0897ded72a2444b25145c95fe3ec47

commit 3da8b29b4b0897ded72a2444b25145c95fe3ec47
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-06-09 16:04:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-09 16:07:24 +0000

    math/alberta: Fix WWW to use https:// scheme; Add LICENSE_FILE
    
    PR:             279601
---
 math/alberta/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/alberta/Makefile b/math/alberta/Makefile
index 705e9308d621..3a555b9d4d8c 100644
--- a/math/alberta/Makefile
+++ b/math/alberta/Makefile
@@ -6,9 +6,10 @@ PKGNAMESUFFIX=	-fem
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Adaptive multi-level finite element toolbox
-WWW=		http://www.alberta-fem.de/
+WWW=		https://www.alberta-fem.de/
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gsed:textproc/gsed \
 		opendx>0:graphics/opendx



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