diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-10 14:57:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-10 14:57:17 +0000 |
commit | 90d736e6ef7d457ff3fa965580e62253ea58f756 (patch) | |
tree | 1053e9097255cd0a1bb23e1fa3c87bcf77ca50f5 /games/eduke32 | |
parent | 5c166d3b68a88cef693bcce8705841709b78f416 (diff) | |
download | freebsd-ports-90d736e6ef7d457ff3fa965580e62253ea58f756.zip |
games/eduke32: update to 9279, add USES=localbase to fix build with liblz4 installed
PR: 251603
Submitted by: rozhuk.im@gmail.com
Diffstat (limited to 'games/eduke32')
-rw-r--r-- | games/eduke32/Makefile | 6 | ||||
-rw-r--r-- | games/eduke32/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 11a4c27b7ce7..5f5d2fc3127f 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eduke32 -PORTVERSION= 20201128 +PORTVERSION= 20201209 CATEGORIES= games MASTER_SITES= http://dukeworld.com/eduke32/synthesis/${PORTVERSION}-${GITREVISION}/:eduke32 \ http://www.duke4.org/files/nightfright/hrp/:hrp \ @@ -33,12 +33,12 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libvpx.so:multimedia/libvpx \ libpng.so:graphics/png -USES= dos2unix gl gmake gnome pkgconfig sdl tar:xz +USES= dos2unix gl gmake gnome localbase pkgconfig sdl tar:xz USE_GL= gl glu USE_GNOME= gtk20 USE_SDL= sdl2 mixer2 WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${GITREVISION} -GITREVISION= 9276-42c62c58f +GITREVISION= 9279-b89e16fbe DATADIR= ${PREFIX}/share/duke3d SUB_FILES= pkg-message MAKEFILE= GNUmakefile diff --git a/games/eduke32/distinfo b/games/eduke32/distinfo index 7b38e25a8a57..4e1f1bfc740f 100644 --- a/games/eduke32/distinfo +++ b/games/eduke32/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1606749839 -SHA256 (eduke32_src_20201128-9276-42c62c58f.tar.xz) = ebb5b68ae77b503671815f192db2ae9b541014617804e9bf055f83efd4421297 -SIZE (eduke32_src_20201128-9276-42c62c58f.tar.xz) = 19786040 +TIMESTAMP = 1607611738 +SHA256 (eduke32_src_20201209-9279-b89e16fbe.tar.xz) = 4d8e8accbbdf7f099a13c1909f495531efb8a51510bd35dffaf600500c296dd0 +SIZE (eduke32_src_20201209-9279-b89e16fbe.tar.xz) = 19788016 SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5 SIZE (duke3d_hrp.zip) = 933440151 SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534 |