Date: Mon, 17 Apr 2023 08:50:29 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ae98c47f8cf - main - games/exult-devel: Update to 20230415 snapshot Message-ID: <202304170850.33H8oTOY085145@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ae98c47f8cf034d26d3b67659b3ce767589806e commit 1ae98c47f8cf034d26d3b67659b3ce767589806e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-04-17 07:04:35 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-04-17 08:50:16 +0000 games/exult-devel: Update to 20230415 snapshot ChangeLog: https://github.com/exult/exult/compare/snapshot-v1.9.0.20230322...snapshot-v1.9.0.20230415 --- games/exult-devel/Makefile | 8 +++----- games/exult-devel/distinfo | 6 +++--- games/exult/Makefile | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/games/exult-devel/Makefile b/games/exult-devel/Makefile index c26852bcb068..7bd6baffd49a 100644 --- a/games/exult-devel/Makefile +++ b/games/exult-devel/Makefile @@ -1,14 +1,12 @@ DISTVERSIONPREFIX= v -DISTVERSION= 1.9.0.20230322 +DISTVERSION= 1.9.0.20230415 PORTREVISION= 0 PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= exult -LIB_DEPENDS= libogg.so:audio/libogg \ - libpng.so:graphics/png \ - libvorbis.so:audio/libvorbis -STUDIO_LIB_DEPENDS= libfreetype.so:print/freetype2 +STUDIO_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ + libicuuc.so:devel/icu MASTERDIR= ${.CURDIR}/../exult DISTINFO_FILE= ${.CURDIR}/distinfo diff --git a/games/exult-devel/distinfo b/games/exult-devel/distinfo index 805e8e0db159..a9cc49c14bbc 100644 --- a/games/exult-devel/distinfo +++ b/games/exult-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679491873 -SHA256 (exult-exult-v1.9.0.20230322-snapshot-v1.9.0.20230322_GH0.tar.gz) = b5f8022193f56d5c4ffaf2d8491463b17de3b36e88eb4d737e957316da2f14c4 -SIZE (exult-exult-v1.9.0.20230322-snapshot-v1.9.0.20230322_GH0.tar.gz) = 19304596 +TIMESTAMP = 1681648099 +SHA256 (exult-exult-v1.9.0.20230415-snapshot-v1.9.0.20230415_GH0.tar.gz) = b3c6fcbf3a17bb9cd0d73c72e613562eb340bd050b589bf51350a03c2e204314 +SIZE (exult-exult-v1.9.0.20230415-snapshot-v1.9.0.20230415_GH0.tar.gz) = 19304789 diff --git a/games/exult/Makefile b/games/exult/Makefile index 4a540f98c694..904f2a6f5ed4 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -11,7 +11,7 @@ WWW= http://exult.info LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS?= libfreetype.so:print/freetype2 \ +LIB_DEPENDS= libfreetype.so:print/freetype2 \ libogg.so:audio/libogg \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis @@ -71,7 +71,7 @@ GIMP_USE= GNOME=gtk20 \ pango GIMP_CONFIGURE_ENABLE= gimp-plugin -STUDIO_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz +STUDIO_LIB_DEPENDS?= libharfbuzz.so:print/harfbuzz STUDIO_USES= gnome STUDIO_USE= GNOME=libglade2 STUDIO_CONFIGURE_ENABLE= exult-studio exult-studio-support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304170850.33H8oTOY085145>