diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-21 14:18:27 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-21 14:18:27 +0000 |
commit | 7883fe085a3568642d5793cd3b40a3fe3bbb8c0c (patch) | |
tree | 58251578e949cbd534181cc68c8a82c7640b19ac | |
parent | textproc/randlm: fix build on powerpc* (diff) |
games/dxx-rebirth: fix build on CURRENT
Untested, since I don't run CURRENT. Commit is supposed to fix the error
pkg-fallout is complaining about.
-rw-r--r-- | games/dxx-rebirth/Makefile | 3 | ||||
-rw-r--r-- | games/dxx-rebirth/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index d09740166a65..c333f486699a 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -6,6 +6,9 @@ CATEGORIES= games MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} +PATCH_SITES= https://github.com/dxx-rebirth/dxx-rebirth/commit/ +PATCHFILES= b8ae2c5e55cc9643cd8c3253ff8e12628c754d84.patch:-p1 + MAINTAINER= pkubaj@FreeBSD.org COMMENT= Open source port of Descent and Descent 2 diff --git a/games/dxx-rebirth/distinfo b/games/dxx-rebirth/distinfo index 909d6fd16f45..ec85d30ac4cb 100644 --- a/games/dxx-rebirth/distinfo +++ b/games/dxx-rebirth/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1642967344 +TIMESTAMP = 1645451168 SHA256 (dxx-rebirth_20220121-src.tar.xz) = 3598672542cd11ecd1d0037aaeb14b77d641c7736def87fc1096395b9e431e96 SIZE (dxx-rebirth_20220121-src.tar.xz) = 1355168 +SHA256 (b8ae2c5e55cc9643cd8c3253ff8e12628c754d84.patch) = 7e612dab8182fe753b32f7decbabde3d91c7a69e8bc92e97d93140e3d61df749 +SIZE (b8ae2c5e55cc9643cd8c3253ff8e12628c754d84.patch) = 1103 |