www/cutelyst: update to 3.5.0, relicense
Cutelyst has been re-licensed as BSD-3-Clause, see https://dantti.wordpress.com/2022/07/18/cutelyst-v3-5-relicensed-as-bsd-3-clause/ There was no 3.4 release. Aside from the re-licensing, the major thing this time is start/stop support when embedded.
This commit is contained in:
parent
7113af59ac
commit
1332e95698
2 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
PORTNAME= cutelyst
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.3.0
|
||||
DISTVERSION= 3.5.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
COMMENT= C++/Qt web framework
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++11-lang localbase qt:5
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1647027110
|
||||
SHA256 (cutelyst-cutelyst-v3.3.0_GH0.tar.gz) = f2f1bf46908f1d36d9f2ab8dcf4a73b31ef3d3f3647739301c56c7a19b460c15
|
||||
SIZE (cutelyst-cutelyst-v3.3.0_GH0.tar.gz) = 495091
|
||||
TIMESTAMP = 1658233255
|
||||
SHA256 (cutelyst-cutelyst-v3.5.0_GH0.tar.gz) = 351578d495213c438365f988a70bb8f8c14b1d7dcef79ce0f723dd584388aa77
|
||||
SIZE (cutelyst-cutelyst-v3.5.0_GH0.tar.gz) = 481812
|
||||
|
|
Loading…
Reference in a new issue