Date: Mon, 20 Feb 2023 17:35:22 GMT From: =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2367752faf77 - main - net/lavinmq: Remove obsolete WWW: lines from pkg-descr Message-ID: <202302201735.31KHZMVH066264@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=2367752faf776769c9a0ac93c84a62a045882d61 commit 2367752faf776769c9a0ac93c84a62a045882d61 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-02-20 17:34:18 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-02-20 17:34:18 +0000 net/lavinmq: Remove obsolete WWW: lines from pkg-descr The WWW: lines at the end of pkg-descr files has been replaced by the WWW macro in the ports' Makefiles on September 7, 2022 (see commit b7f05445c00f26 for details). Approved by: portmgr (implicit) --- net/lavinmq/Makefile | 1 + net/lavinmq/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile index 0957fb1fe958..c82506a6f3f6 100644 --- a/net/lavinmq/Makefile +++ b/net/lavinmq/Makefile @@ -9,6 +9,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ MAINTAINER= dch@FreeBSD.org COMMENT= Next-generation AMQP 0.9.1 based message broker +WWW= https://www.lavinmq.com/ LICENSE= APACHE20 diff --git a/net/lavinmq/pkg-descr b/net/lavinmq/pkg-descr index 1f89ac1f604f..ccf0467cb5d9 100644 --- a/net/lavinmq/pkg-descr +++ b/net/lavinmq/pkg-descr @@ -12,5 +12,3 @@ processing. lavinmq is written in Crystal, a statically compiled LLVM-based language with a ruby-like syntax. - -WWW: https://www.lavinmq.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201735.31KHZMVH066264>