Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2022 14:06:32 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3a357ef84a0c - main - games/melonds: Fix WWW url
Message-ID:  <202209231406.28NE6WSK073411@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209231406.28NE6WSK073411>