git: d6c13d599297 - main - x11/wmenu: Add terminating / to website to avoid redirection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 21:06:46 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6c13d59929744da25d425821e8f5dd1b2343987 commit d6c13d59929744da25d425821e8f5dd1b2343987 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2023-03-24 21:02:25 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-03-24 21:04:52 +0000 x11/wmenu: Add terminating / to website to avoid redirection Reported by: jbeich Sponsored by: The FreeBSD Foundation --- x11/wmenu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/wmenu/Makefile b/x11/wmenu/Makefile index b645b52c8235..b0ca219105ef 100644 --- a/x11/wmenu/Makefile +++ b/x11/wmenu/Makefile @@ -1,11 +1,12 @@ PORTNAME= wmenu DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~adnano/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= o.hushchenkov@gmail.com COMMENT= Efficient dynamic menu for Wayland -WWW= https://sr.ht/~adnano/wmenu +WWW= https://sr.ht/~adnano/wmenu/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE