Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 05:23:29 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 460ead9aa4e2 - main - graphics/gowall: Fix fetch
Message-ID:  <6a152e51.3d54a.3c537ac@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=460ead9aa4e23f7a58251b20b30defb80396f24d

commit 460ead9aa4e23f7a58251b20b30defb80396f24d
Author:     Yusuf Yaman <nxjoseph@FreeBSD.org>
AuthorDate: 2026-05-26 05:19:03 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-05-26 05:23:10 +0000

    graphics/gowall: Fix fetch
    
    The PATCH_SITES field was wrong.
    
    Reported by:    pkg-fallout
    Approved by:    osa, vvd (Mentors, implicit)
    Fixes:          1dd7b2aff213
    MFH:            2026Q2
---
 graphics/gowall/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gowall/Makefile b/graphics/gowall/Makefile
index 3fdb08346a1c..98b040629bf2 100644
--- a/graphics/gowall/Makefile
+++ b/graphics/gowall/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	graphics
 
 # Pull the patches that aren't upstreamed yet from my own fork
 # Ongoing PR: https://github.com/Achno/gowall/pull/87
-PATCH_SITES=	https://github.com/hpesojxn/gowall
+PATCH_SITES=	https://github.com/hpesojxn/gowall/commit/
 PATCHFILES=	fdf8f677cbc3b5931df3527e1dbd218625f49e7e.patch:-p1
 
 MAINTAINER=	nxjoseph@FreeBSD.org


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a152e51.3d54a.3c537ac>