mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
parent
c61770cb80
commit
78a7d0cf22
@ -1,6 +1,6 @@
|
||||
PORTNAME= openbor
|
||||
# Hint: svn revision is git rev-list --count ${GH_TAGNAME}
|
||||
PORTVERSION?= 7103
|
||||
PORTVERSION?= 7123
|
||||
.ifndef PKGNAMESUFFIX
|
||||
PORTREVISION= 0
|
||||
.endif
|
||||
@ -36,7 +36,7 @@ PORTSCOUT= ignore:1
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= DCurrent
|
||||
GH_TAGNAME?= 78764f05
|
||||
GH_TAGNAME?= f5261e7c
|
||||
|
||||
USES+= gmake pkgconfig sdl
|
||||
.if ${PORTVERSION} < 4433
|
||||
@ -44,7 +44,7 @@ USE_CSTD= gnu89
|
||||
.endif
|
||||
.if ${PORTVERSION} < 4108
|
||||
USE_SDL= gfx
|
||||
.elif ${PORTVERSION} < 6639
|
||||
.elif ${PORTVERSION} < 6639 || ${PORTVERSION} >= 7119
|
||||
USE_SDL= gfx2
|
||||
.else
|
||||
USE_SDL= sdl2
|
||||
@ -101,6 +101,7 @@ post-patch:
|
||||
's,malloc\.h,stdlib.h,'
|
||||
@${REINPLACE_CMD} -e 's/^function \(.*\) {/\1() {/' \
|
||||
-e '/^[[:space:]]*VERSION_.*=0000/d' \
|
||||
-e '/.*read -r VERSION_/d' \
|
||||
${WRKSRC}/version.sh
|
||||
|
||||
do-configure:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1614695463
|
||||
SHA256 (DCurrent-openbor-7103-78764f05_GH0.tar.gz) = 694f5fb6e4bb0b13c493828ef29f1511bb2a27921ea14216e796abe7d330f6ac
|
||||
SIZE (DCurrent-openbor-7103-78764f05_GH0.tar.gz) = 26900538
|
||||
TIMESTAMP = 1621341374
|
||||
SHA256 (DCurrent-openbor-7123-f5261e7c_GH0.tar.gz) = f6ab8cc741defeb594a1341d0ef306b5849cb8c593d5d9941164b05d80727e7a
|
||||
SIZE (DCurrent-openbor-7123-f5261e7c_GH0.tar.gz) = 26906486
|
||||
|
Loading…
Reference in New Issue
Block a user