diff options
author | Stefan Eßer <se@FreeBSD.org> | 2023-02-20 17:34:18 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2023-02-20 17:34:18 +0000 |
commit | 2367752faf776769c9a0ac93c84a62a045882d61 (patch) | |
tree | 140e00df147e9dea331d73f32cdf20d1d533901d | |
parent | 528abfd9439f2c0fdba15f7e83f0b6344666f7dd (diff) | |
download | ports-2367752faf776769c9a0ac93c84a62a045882d61.tar.gz ports-2367752faf776769c9a0ac93c84a62a045882d61.zip |
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)
-rw-r--r-- | net/lavinmq/Makefile | 1 | ||||
-rw-r--r-- | net/lavinmq/pkg-descr | 2 |
2 files changed, 1 insertions, 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/ |