git: 3a357ef84a0c - main - games/melonds: Fix WWW url
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Sep 2022 14:06:32 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a357ef84a0c77c25103c692e96faab5f82e7c06 commit 3a357ef84a0c77c25103c692e96faab5f82e7c06 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-23 13:59:17 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-23 14:06:16 +0000 games/melonds: Fix WWW url - Fix WWW by removing extra "WWW" in url field - Bump PORTREVISION PR: 266565 Reported by: nimaje+fbz@bureaucracy.de --- games/melonds/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/melonds/Makefile b/games/melonds/Makefile index 6acaf6f549a6..ae46febe12a5 100644 --- a/games/melonds/Makefile +++ b/games/melonds/Makefile @@ -1,11 +1,12 @@ PORTNAME= melonds PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= games PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= henry.hu.sh@gmail.com COMMENT= Nintendo DS emulator -WWW= WWW: https://melonds.kuribo64.net/ +WWW= https://melonds.kuribo64.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE