Date: Wed, 11 Sep 2024 08:17:41 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 940151a201f1 - main - emulators/x16-rom: update to r48 Message-ID: <202409110817.48B8HfHV057080@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=940151a201f14521ff0287baabdd320a0e2e94a1 commit 940151a201f14521ff0287baabdd320a0e2e94a1 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2024-09-11 08:14:38 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2024-09-11 08:14:38 +0000 emulators/x16-rom: update to r48 --- emulators/x16-rom/Makefile | 11 +++-------- emulators/x16-rom/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/emulators/x16-rom/Makefile b/emulators/x16-rom/Makefile index 2c53fd36ec28..c0ef667adb21 100644 --- a/emulators/x16-rom/Makefile +++ b/emulators/x16-rom/Makefile @@ -1,5 +1,5 @@ PORTNAME= x16-rom -DISTVERSION= r47 +DISTVERSION= r48 CATEGORIES= emulators MAINTAINER= makc@FreeBSD.org @@ -10,23 +10,18 @@ BUILD_DEPENDS= lzsa:archivers/lzsa \ cc65:devel/cc65 \ bash:shells/bash -USES= gmake python:build shebangfix +USES= gmake python:build USE_GITHUB= yes GH_ACCOUNT= X16Community -SHEBANG_FILES= findsymbols MAKE_JOBS_UNSAFE= yes NO_ARCH= yes DATADIR= ${PREFIX}/share/x16-emulator -BINARY_ALIAS= make=${MAKE_CMD} \ - python3=${PYTHON_CMD} +BINARY_ALIAS= python3=${PYTHON_CMD} PORTDATA= rom.bin -post-patch: - ${REINPLACE_CMD} '1s,bash,sh,' ${WRKSRC}/scripts/symbolize.sh - do-install: ${MKDIR} ${STAGEDIR}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/build/x16/rom.bin ${STAGEDIR}/${DATADIR} diff --git a/emulators/x16-rom/distinfo b/emulators/x16-rom/distinfo index bafd77d84fec..0a3543ba4db4 100644 --- a/emulators/x16-rom/distinfo +++ b/emulators/x16-rom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719312106 -SHA256 (X16Community-x16-rom-r47_GH0.tar.gz) = 5a3d12cca2b7b17af9f475b1c66bd86651b3503c081badfec32544bc1cd78f87 -SIZE (X16Community-x16-rom-r47_GH0.tar.gz) = 1028489 +TIMESTAMP = 1725962768 +SHA256 (X16Community-x16-rom-r48_GH0.tar.gz) = 1ab6c8ce6e26a3f62fbbc5f1c6214efe7ea5cd2be5d1107ec2016ed16555e75d +SIZE (X16Community-x16-rom-r48_GH0.tar.gz) = 1039326
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409110817.48B8HfHV057080>