git: 61a8ba859c82 - main - misc/gpsim: Fix fetch

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 06 Dec 2023 09:20:04 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61a8ba859c821868f90ba8ec2f0247bf9a1bb640

commit 61a8ba859c821868f90ba8ec2f0247bf9a1bb640
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-06 09:18:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-06 09:19:33 +0000

    misc/gpsim: Fix fetch
    
    There's a version mismatch in the URL: directory is of a different version than the file so SF doesn't work.
    
    Reported by:    fallout
---
 misc/gpsim/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/gpsim/Makefile b/misc/gpsim/Makefile
index 3be81697f65d..6dffcb2f0da5 100644
--- a/misc/gpsim/Makefile
+++ b/misc/gpsim/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gpsim
 DISTVERSION=	0.32.1
 CATEGORIES=	misc
-MASTER_SITES=	SF
+MASTER_SITES=	https://download.sourceforge.net/project/gpsim/gpsim/0.32.0/ # SF
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Software simulator for Microchip PIC microcontrollers