Skip to content

Commit

Permalink
mulators/x16-emulator: update to r47
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBrazhnikov committed Jun 26, 2024
1 parent f30dd4d commit 99cade0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions emulators/x16-emulator/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= x16-emulator
DISTVERSION= r46
DISTVERSION= r47
CATEGORIES= emulators

MAINTAINER= makc@FreeBSD.org
Expand Down Expand Up @@ -30,11 +30,6 @@ PLIST_FILES= bin/x16emu

post-patch:
${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/src/main.c
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS=-Wno-error=deprecated-non-prototype |g' \
${WRKSRC}/Makefile
.endif


do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x16emu ${STAGEDIR}${PREFIX}/bin
Expand Down
6 changes: 3 additions & 3 deletions emulators/x16-emulator/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1699460965
SHA256 (X16Community-x16-emulator-r46_GH0.tar.gz) = b3a092586b02faaca77679eb086847a01a747e8a0ca2cd00d3f0230ed22d8c73
SIZE (X16Community-x16-emulator-r46_GH0.tar.gz) = 300653
TIMESTAMP = 1719312293
SHA256 (X16Community-x16-emulator-r47_GH0.tar.gz) = 8ff048f413c9d74842576fd0a2789961063d1451d8d7584615c6c8adde1bce75
SIZE (X16Community-x16-emulator-r47_GH0.tar.gz) = 313027

0 comments on commit 99cade0

Please sign in to comment.