git: 854350e51fd8 - main - misc/units: fix bad WWW line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 May 2025 19:03:24 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=854350e51fd89369408fa071bb043d6343d466f4 commit 854350e51fd89369408fa071bb043d6343d466f4 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-05-17 19:01:36 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-05-17 19:03:22 +0000 misc/units: fix bad WWW line This makes the ports tree generate an invalid manifest containing the following line: www: "https://units.readthedocs.io/en/latest\" Note that I kept the multi line WWW in the port but it is invalid anyway and unsupported by pkg which will use only the first line. --- misc/units/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/units/Makefile b/misc/units/Makefile index b2f5ab394d41..eccb25dc0f29 100644 --- a/misc/units/Makefile +++ b/misc/units/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -library MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for working with units of measurement -WWW= https://units.readthedocs.io/en/latest\ \ +WWW= https://units.readthedocs.io/en/latest \ https://github.com/LLNL/units LICENSE= BSD3CLAUSE