svn commit: r397517 - in head/emulators: catapult openmsx
Johan van Selst
johans at FreeBSD.org
Mon Sep 21 19:09:03 UTC 2015
Author: johans
Date: Mon Sep 21 19:09:01 2015
New Revision: 397517
URL: https://svnweb.freebsd.org/changeset/ports/397517
Log:
Update OpenMSX and Catapult to 0.12.0
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_12_0/doc/release-notes.txt
Modified:
head/emulators/catapult/Makefile
head/emulators/catapult/distinfo
head/emulators/openmsx/Makefile
head/emulators/openmsx/distinfo
Modified: head/emulators/catapult/Makefile
==============================================================================
--- head/emulators/catapult/Makefile Mon Sep 21 19:03:13 2015 (r397516)
+++ head/emulators/catapult/Makefile Mon Sep 21 19:09:01 2015 (r397517)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= catapult
-PORTVERSION= 0.11.0
-PORTREVISION= 1
+PORTVERSION= 0.12.0
CATEGORIES= emulators
-MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION}
+MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
DISTNAME= openmsx-${PORTNAME}-${PORTVERSION}
MAINTAINER= johans at FreeBSD.org
@@ -23,7 +22,6 @@ USE_GCC= yes
USE_CXXSTD= gnu++0x
USE_GNOME= gtk20 libxml2
USE_WX= 2.8
-WX_UNICODE= yes
MAKEFILE= GNUmakefile
MAKE_ARGS= INSTALL_BASE="${PREFIX}" \
INSTALL_SHARE_DIR="${DATADIR}" \
@@ -75,10 +73,10 @@ post-patch:
>> ${WRKSRC}/build/flavour-portbld.mk
post-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/resources/icons
- @${INSTALL_DATA} ${WRKSRC}/src/catapult.xpm \
+ ${MKDIR} ${STAGEDIR}${DATADIR}/resources/icons
+ ${INSTALL_DATA} ${WRKSRC}/src/catapult.xpm \
${STAGEDIR}${DATADIR}/resources/icons
- @cd ${WRKSRC}/desktop && ${INSTALL_DATA} openMSX-Catapult.desktop \
+ cd ${WRKSRC}/desktop && ${INSTALL_DATA} openMSX-Catapult.desktop \
${STAGEDIR}${DESKTOPDIR}
.include <bsd.port.post.mk>
Modified: head/emulators/catapult/distinfo
==============================================================================
--- head/emulators/catapult/distinfo Mon Sep 21 19:03:13 2015 (r397516)
+++ head/emulators/catapult/distinfo Mon Sep 21 19:09:01 2015 (r397517)
@@ -1,2 +1,2 @@
-SHA256 (openmsx-catapult-0.11.0.tar.gz) = a76d9ab9e2000679d8cbc69622232c3d6647493d402bffc19f469749ead15ad2
-SIZE (openmsx-catapult-0.11.0.tar.gz) = 1404388
+SHA256 (openmsx-catapult-0.12.0.tar.gz) = 2dff844016e62e46e395b8094b1e985d4acf4b86c2670c102f77e5a86eb389c2
+SIZE (openmsx-catapult-0.12.0.tar.gz) = 1394993
Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile Mon Sep 21 19:03:13 2015 (r397516)
+++ head/emulators/openmsx/Makefile Mon Sep 21 19:09:01 2015 (r397517)
@@ -1,10 +1,9 @@
# $FreeBSD$
PORTNAME= openmsx
-PORTVERSION= 0.11.0
-PORTREVISION= 2
+PORTVERSION= 0.12.0
CATEGORIES= emulators
-MASTER_SITES= SF
+MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
MAINTAINER= johans at FreeBSD.org
COMMENT= Open source MSX emulator
Modified: head/emulators/openmsx/distinfo
==============================================================================
--- head/emulators/openmsx/distinfo Mon Sep 21 19:03:13 2015 (r397516)
+++ head/emulators/openmsx/distinfo Mon Sep 21 19:09:01 2015 (r397517)
@@ -1,2 +1,2 @@
-SHA256 (openmsx-0.11.0.tar.gz) = 93611a12b3860f31ef081d625e9e7f68a48c81c564d629801def868a87b75a77
-SIZE (openmsx-0.11.0.tar.gz) = 3249448
+SHA256 (openmsx-0.12.0.tar.gz) = 1d96a466badd625e7b6860a65afb10a7b5283a15721faa4186546693fec06a92
+SIZE (openmsx-0.12.0.tar.gz) = 3277303
More information about the svn-ports-head
mailing list