mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
* Update to 0.5.3
* Remove FreeBSD 4.x support PR: 113193 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
This commit is contained in:
parent
2e358a3f69
commit
3941c0065b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192738
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vor
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://qualdan.com/vor/ \
|
||||
http://www.amdmi3.ru/distfiles/
|
||||
@ -23,17 +22,11 @@ USE_GMAKE= yes
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/sound.c
|
||||
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/vor|${DATADIR}|' ${WRKSRC}/Makefile
|
||||
.if (${OSVERSION} < 500000)
|
||||
@${REINPLACE_CMD} -e 's|UINT32_MAX|0xffffffffU|' ${WRKSRC}/mt.c
|
||||
@${REINPLACE_CMD} -e 's|INT32_MIN|(-0x7fffffff-1)|' ${WRKSRC}/mt.c
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin
|
||||
@ -49,4 +42,4 @@ do-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vor-0.5.2.tar.bz2) = ea2f36d74d74b99e572beb4c94a519b8
|
||||
SHA256 (vor-0.5.2.tar.bz2) = 3a33087391d25549a88325cd0ad32ad4cc0f8ea77e66470052dc3b42ea1f7b35
|
||||
SIZE (vor-0.5.2.tar.bz2) = 449752
|
||||
MD5 (vor-0.5.3.tar.bz2) = 313142b654d70d1ccb9be6f86859e079
|
||||
SHA256 (vor-0.5.3.tar.bz2) = 9df9676f7dd869cafa1b0fb7605d21673ae073566b7ed1c92cee3e161d75d4cd
|
||||
SIZE (vor-0.5.3.tar.bz2) = 450668
|
||||
|
Loading…
Reference in New Issue
Block a user