games/bsdgames: Update 0.75 → 0.76 which fixes a current compile error
Currently doesn't compile, apparently due to an API change in ncurses. More precisely, "mille" uses functions that are no longer available. Version 0.76 includes a workaround. Commit log: https://github.com/pianojockl/bsdgames/compare/v0.75...v0.76 PR: 281559 MFH: 2024Q3
This commit is contained in:
parent
23ac00be48
commit
4a1226f7c6
@ -1,7 +1,6 @@
|
|||||||
PORTNAME= bsdgames
|
PORTNAME= bsdgames
|
||||||
PORTVERSION= 0.75
|
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 2
|
DISTVERSION= 0.76
|
||||||
PORTEPOCH= 2
|
PORTEPOCH= 2
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
@ -36,8 +35,10 @@ pre-install:
|
|||||||
post-install:
|
post-install:
|
||||||
# avoid conflict with games/bs and shells/fish
|
# avoid conflict with games/bs and shells/fish
|
||||||
.for prog in bs fish
|
.for prog in bs fish
|
||||||
${MV} ${STAGEDIR}${PREFIX}/bin/${prog} ${STAGEDIR}${PREFIX}/bin/${prog}-game
|
${MV} ${STAGEDIR}${PREFIX}/bin/${prog} \
|
||||||
${MV} ${STAGEDIR}${PREFIX}/share/man/man6/${prog}.6.gz ${STAGEDIR}${PREFIX}/share/man/man6/${prog}-game.6.gz
|
${STAGEDIR}${PREFIX}/bin/${prog}-game
|
||||||
|
${MV} ${STAGEDIR}${PREFIX}/share/man/man6/${prog}.6.gz \
|
||||||
|
${STAGEDIR}${PREFIX}/share/man/man6/${prog}-game.6.gz
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
@${TOUCH} ${STAGEDIR}/var/games/atc_score
|
@${TOUCH} ${STAGEDIR}/var/games/atc_score
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1583224301
|
TIMESTAMP = 1726606774
|
||||||
SHA256 (pianojockl-bsdgames-v0.75_GH0.tar.gz) = e0b40634300598db73d8ee5fa38cc52098770850c3f0538042b9e4402115a65e
|
SHA256 (pianojockl-bsdgames-v0.76_GH0.tar.gz) = fba58361de9c6c3d4489f60e3d61e6fde1655ef53a6bb12378880af19b2e748f
|
||||||
SIZE (pianojockl-bsdgames-v0.75_GH0.tar.gz) = 2500764
|
SIZE (pianojockl-bsdgames-v0.76_GH0.tar.gz) = 2500755
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user