mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/openmsx: remove USE_GITHUB
Use MASTER_SITES instead of USE_GITHUB, see https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github PR: 280018 Reported by: diizzy
This commit is contained in:
parent
01623d80e0
commit
e91ba47763
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= openmsx
|
PORTNAME= openmsx
|
||||||
DISTVERSION= 19.1
|
DISTVERSION= 19.1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
|
MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_19_1/
|
||||||
|
|
||||||
MAINTAINER= dmenelkir@gmail.com
|
MAINTAINER= dmenelkir@gmail.com
|
||||||
COMMENT= Open source MSX emulator
|
COMMENT= Open source MSX emulator
|
||||||
|
@ -20,11 +21,6 @@ LIB_DEPENDS= libao.so:audio/libao \
|
||||||
USES= gl gmake pkgconfig python sdl tcl
|
USES= gl gmake pkgconfig python sdl tcl
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= openMSX
|
|
||||||
GH_PROJECT= openMSX
|
|
||||||
GH_TAGNAME= RELEASE_19_1
|
|
||||||
|
|
||||||
USE_GL= gl glew
|
USE_GL= gl glew
|
||||||
USE_SDL= sdl2 ttf2
|
USE_SDL= sdl2 ttf2
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1724307536
|
TIMESTAMP = 1724517832
|
||||||
SHA256 (openMSX-openMSX-19.1-RELEASE_19_1_GH0.tar.gz) = 06b204ed5e126be9af6a268717c911a9d67415745e02845f7d5657fbb89b38ee
|
SHA256 (openmsx-19.1.tar.gz) = 979b1322215095d82d5ea4a455c5e089fcbc4916c0725d6362a15b7022c0e249
|
||||||
SIZE (openMSX-openMSX-19.1-RELEASE_19_1_GH0.tar.gz) = 5832487
|
SIZE (openmsx-19.1.tar.gz) = 4216833
|
||||||
|
|
Loading…
Add table
Reference in a new issue