From 61a8ba859c821868f90ba8ec2f0247bf9a1bb640 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 6 Dec 2023 01:18:25 -0800 Subject: [PATCH] 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