FreeBSD Bugzilla – Attachment 234246 Details for
Bug 264212
games/opengfx update to 7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
opengfx-7.1.patch
opengfx-7.1.patch (text/plain), 2.34 KB, created by
Alastair Hogge
on 2022-05-27 02:23:35 UTC
(
hide
)
Description:
opengfx-7.1.patch
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2022-05-27 02:23:35 UTC
Size:
2.34 KB
patch
obsolete
>diff --git a/games/opengfx/Makefile b/games/opengfx/Makefile >index 24d1a6272f96..457b65c29adf 100644 >--- a/games/opengfx/Makefile >+++ b/games/opengfx/Makefile >@@ -1,9 +1,10 @@ > # Created by: Ilya A. Arkhipov <rum1cro@yandex.ru> > > PORTNAME= opengfx >-PORTVERSION= 0.6.0 >+PORTVERSION= 7.1 > CATEGORIES= games > MASTER_SITES= https://cdn.openttd.org/${PORTNAME}-releases/${PORTVERSION}/ >+PKGNAMEPREFIX= openttd- > DISTFILES= ${PORTNAME}-${PORTVERSION}-all.zip > > MAINTAINER= rum1cro@yandex.ru >@@ -12,18 +13,20 @@ COMMENT= Free alternative graphics for OpenTTD game engine > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/license.txt > >-USES= zip >- >-NO_BUILD= yes > NO_ARCH= yes >-DATADIR= ${PREFIX}/share/openttd/baseset/opengfx >+NO_BUILD= yes > >-# upstream zipped a tar file, unpack it. > post-extract: > @cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar > > do-install: >- @${MKDIR} ${STAGEDIR}${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR} >+ @${MKDIR} \ >+ ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME} >+ ${INSTALL_DATA} \ >+ ${WRKSRC}/*.grf \ >+ ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME} >+ ${INSTALL_DATA} \ >+ ${WRKSRC}/opengfx.obg \ >+ ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME} > > .include <bsd.port.mk> >diff --git a/games/opengfx/distinfo b/games/opengfx/distinfo >index 2c53e3b65235..571ee79da1af 100644 >--- a/games/opengfx/distinfo >+++ b/games/opengfx/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1585775685 >-SHA256 (opengfx-0.6.0-all.zip) = d419c0f5f22131de15f66ebefde464df3b34eb10e0645fe218c59cbc26c20774 >-SIZE (opengfx-0.6.0-all.zip) = 3551230 >+TIMESTAMP = 1653450074 >+SHA256 (opengfx-7.1-all.zip) = 928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846 >+SIZE (opengfx-7.1-all.zip) = 3547160 >diff --git a/games/opengfx/pkg-plist b/games/opengfx/pkg-plist >index 5c8c3d57d844..cdd515bac524 100644 >--- a/games/opengfx/pkg-plist >+++ b/games/opengfx/pkg-plist >@@ -1,5 +1,3 @@ >-share/openttd/baseset/opengfx/changelog.txt >-share/openttd/baseset/opengfx/license.txt > share/openttd/baseset/opengfx/ogfx1_base.grf > share/openttd/baseset/opengfx/ogfxc_arctic.grf > share/openttd/baseset/opengfx/ogfxe_extra.grf >@@ -7,4 +5,3 @@ share/openttd/baseset/opengfx/ogfxh_tropical.grf > share/openttd/baseset/opengfx/ogfxi_logos.grf > share/openttd/baseset/opengfx/ogfxt_toyland.grf > share/openttd/baseset/opengfx/opengfx.obg >-share/openttd/baseset/opengfx/readme.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264212
:
234179
|
234246
|
234253