mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
multimedia/smplayer: upstream have typo in SF download url - add workaround
Upstream have typo in SF download url: https://sourceforge.net/projects/smplayer/files/SMPlayer/23.5.0/ but must be: https://sourceforge.net/projects/smplayer/files/SMPlayer/24.5.0/ Add temporary workaround.
This commit is contained in:
parent
a00b2df814
commit
6689d18963
@ -1,7 +1,8 @@
|
||||
PORTNAME= smplayer
|
||||
DISTVERSION= 24.5.0
|
||||
CATEGORIES= multimedia audio kde
|
||||
MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} \
|
||||
MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION:S/4/3/} \
|
||||
SF/${PORTNAME}/SMPlayer/${PORTVERSION} \
|
||||
https://github.com/${PORTNAME}-dev/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= vvd@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user