mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
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
This commit is contained in:
parent
9dc359ab09
commit
61a8ba859c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= gpsim
|
PORTNAME= gpsim
|
||||||
DISTVERSION= 0.32.1
|
DISTVERSION= 0.32.1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= https://download.sourceforge.net/project/gpsim/gpsim/0.32.0/ # SF
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Software simulator for Microchip PIC microcontrollers
|
COMMENT= Software simulator for Microchip PIC microcontrollers
|
||||||
|
|
Loading…
Add table
Reference in a new issue