svn commit: r533890 - in head: . emulators emulators/openmsx
Hiroki Tagato
tagattie at FreeBSD.org
Mon May 4 03:53:23 UTC 2020
Author: tagattie
Date: Mon May 4 03:53:22 2020
New Revision: 533890
URL: https://svnweb.freebsd.org/changeset/ports/533890
Log:
- Resurrect port and undeprecate
- Pass maintainership to submitter
- Add LICENSE_FILE
- Drop dependency on python2
PR: 245731
Submitted by: Daniel Menelkir <menelkir at itroll.org>
Approved by: ehaupt (mentor)
Added:
head/emulators/openmsx/
- copied from r528756, head/emulators/openmsx/
Modified:
head/MOVED
head/emulators/Makefile
head/emulators/openmsx/Makefile
head/emulators/openmsx/distinfo
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon May 4 01:02:47 2020 (r533889)
+++ head/MOVED Mon May 4 03:53:22 2020 (r533890)
@@ -14480,7 +14480,6 @@ audio/py-vorbis||2020-03-20|Has expired: Unmaintained,
databases/py-cdb||2020-03-20|Has expired: Unmaintained, uses EOLed python27
devel/py-libplist||2020-03-20|Has expired: Unmaintained, uses EOLed python27
devel/py-mwlib||2020-03-20|Has expired: Unmaintained, uses EOLed python27
-emulators/openmsx||2020-03-20|Has expired: Unmaintained, uses EOLed python27
graphics/py-soya3d||2020-03-20|Has expired: Unmaintained, uses EOLed python27
irc/py-supybot||2020-03-20|Has expired: Unmaintained, uses EOLed python27
net-mgmt/py-pdagent||2020-03-20|Has expired: Unmaintained, uses EOLed python27
Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile Mon May 4 01:02:47 2020 (r533889)
+++ head/emulators/Makefile Mon May 4 03:53:22 2020 (r533890)
@@ -95,6 +95,7 @@
SUBDIR += ods2reader
SUBDIR += open-vm-tools
SUBDIR += open-vm-tools-nox11
+ SUBDIR += openmsx
SUBDIR += p5-Acme-6502
SUBDIR += parallels-tools
SUBDIR += pcem
Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile Fri Mar 20 02:30:24 2020 (r528756)
+++ head/emulators/openmsx/Makefile Mon May 4 03:53:22 2020 (r533890)
@@ -2,29 +2,34 @@
PORTNAME= openmsx
PORTVERSION= 0.15.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
-MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= menelkir at itroll.org
COMMENT= Open source MSX emulator
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/doc/GPL.txt
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-03-19
-
LIB_DEPENDS= libpng.so:graphics/png \
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis \
libtheora.so:multimedia/libtheora \
libao.so:audio/libao \
- libfreetype.so:print/freetype2
+ libfreetype.so:print/freetype2 \
+ libasound.so:audio/alsa-lib
-USES= gl gmake python:2.7 sdl tcl
+USES= gl gmake python sdl tcl
USE_GCC= yes
USE_GL= gl glew
-USE_SDL= sdl ttf
+USE_SDL= sdl2 ttf2
+
+USE_GITHUB= yes
+GH_ACCOUNT= openMSX
+GH_PROJECT= openMSX
+GH_TAGNAME= 0f2b558
+
+BINARY_ALIAS= python3=${PYTHON_CMD}
MAKEFILE= GNUmakefile
MAKE_ARGS= INSTALL_BINARY_DIR=${PREFIX}/bin \
Modified: head/emulators/openmsx/distinfo
==============================================================================
--- head/emulators/openmsx/distinfo Fri Mar 20 02:30:24 2020 (r528756)
+++ head/emulators/openmsx/distinfo Mon May 4 03:53:22 2020 (r533890)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561288248
-SHA256 (openmsx-0.15.0.tar.gz) = 93f209d8fed2e04e62526469bb6bb431b82ea4d07ecdc45dab2b8cc4ca21d62a
-SIZE (openmsx-0.15.0.tar.gz) = 3748998
+TIMESTAMP = 1588351340
+SHA256 (openMSX-openMSX-0.15.0-0f2b558_GH0.tar.gz) = 4be0852c3eed442771dc450ad5385a5b30c97927be543da91bd685e5484d560d
+SIZE (openMSX-openMSX-0.15.0-0f2b558_GH0.tar.gz) = 5589585
More information about the svn-ports-all
mailing list