From owner-svn-ports-all@freebsd.org Tue Jul 14 22:47:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1A9735208F; Tue, 14 Jul 2020 22:47:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B5wcp3M0hz45M1; Tue, 14 Jul 2020 22:47:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FA97D7CE; Tue, 14 Jul 2020 22:47:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06EMl5EB077696; Tue, 14 Jul 2020 22:47:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06EMl51m077693; Tue, 14 Jul 2020 22:47:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202007142247.06EMl51m077693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 14 Jul 2020 22:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542239 - in head/games/warzone2100: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/warzone2100: . files X-SVN-Commit-Revision: 542239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2020 22:47:07 -0000 Author: amdmi3 Date: Tue Jul 14 22:47:04 2020 New Revision: 542239 URL: https://svnweb.freebsd.org/changeset/ports/542239 Log: - Update to 3.4.0 Deleted: head/games/warzone2100/files/ Modified: head/games/warzone2100/Makefile head/games/warzone2100/distinfo head/games/warzone2100/pkg-descr head/games/warzone2100/pkg-plist Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Tue Jul 14 21:54:06 2020 (r542238) +++ head/games/warzone2100/Makefile Tue Jul 14 22:47:04 2020 (r542239) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= warzone2100 -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}_src +DISTNAME= ${PORTNAME}_src +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Innovative 3D real-time strategy game @@ -12,46 +13,38 @@ COMMENT= Innovative 3D real-time strategy game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= zip:archivers/zip +BUILD_DEPENDS= 7z:archivers/p7zip \ + a2x:textproc/asciidoc LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ - libfribidi.so:converters/fribidi \ libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig \ - libharfbuzz.so:print/harfbuzz + libharfbuzz.so:print/harfbuzz \ + libsodium.so:security/libsodium \ + libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu -USES= autoreconf bison compiler:c++11-lib gl gmake localbase openal:al pkgconfig \ - qmake:no_env qt:5 sdl ssl tar:xz xorg -GNU_CONFIGURE= yes +USES= cmake bison compiler:c++11-lib gl openal:al pkgconfig \ + qmake:no_env qt:5 sdl tar:xz USE_GL= gl glu glew USE_SDL= sdl2 -USE_XORG= x11 xrandr -USE_QT= core gui widgets script buildtools_build -CONFIGURE_ARGS= --program-transform-name="" --with-distributor="FreeBSD ports" -CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \ - LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ - CCOMPILER="${CC}" CXXCOMPILER="${CXX}" +USE_QT= core gui widgets script buildtools_build qmake_build +CMAKE_ARGS= -DWZ_DISTRIBUTOR="FreeBSD ports" \ + -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=TRUE \ + -DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE \ + -DWZ_ENABLE_WARNINGS_AS_ERRORS=FALSE WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * PORTDATA= * -OPTIONS_DEFINE= DOCS NLS MANPAGES -OPTIONS_DEFAULT=MANPAGES +OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext -NLS_USES_OFF= gettext-tools -NLS_CONFIGURE_ENABLE= nls - -MANPAGES_BUILD_DEPENDS= a2x:textproc/asciidoc - -post-patch: - @${REINPLACE_CMD} -e 's|./build_tools/autorevision|& -f|g' ${WRKSRC}/src/Makefile.am +NLS_USES= gettext +NLS_CMAKE_BOOL= ENABLE_NLS .include Modified: head/games/warzone2100/distinfo ============================================================================== --- head/games/warzone2100/distinfo Tue Jul 14 21:54:06 2020 (r542238) +++ head/games/warzone2100/distinfo Tue Jul 14 22:47:04 2020 (r542239) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568381470 -SHA256 (warzone2100-3.3.0_src.tar.xz) = cc48c8128d17a499e833996470d843855389d9fc985c71f05be08901f33116e8 -SIZE (warzone2100-3.3.0_src.tar.xz) = 86605304 +TIMESTAMP = 1594156268 +SHA256 (warzone2100-3.4.0/warzone2100_src.tar.xz) = fe0128b4fe590d29d6f03fc1bc72016448fdb282dd8d9f9fbb4403fe53e4983c +SIZE (warzone2100-3.4.0/warzone2100_src.tar.xz) = 89178604 Modified: head/games/warzone2100/pkg-descr ============================================================================== --- head/games/warzone2100/pkg-descr Tue Jul 14 21:54:06 2020 (r542238) +++ head/games/warzone2100/pkg-descr Tue Jul 14 22:47:04 2020 (r542239) @@ -10,4 +10,4 @@ In late 2004 warzone was released by its copyright hol to the public under the GNU General Public License (GPL), and the Warzone 2100 Resurrection Project was born. -WWW: http://wz2100.net/ +WWW: https://wz2100.net/ Modified: head/games/warzone2100/pkg-plist ============================================================================== --- head/games/warzone2100/pkg-plist Tue Jul 14 21:54:06 2020 (r542238) +++ head/games/warzone2100/pkg-plist Tue Jul 14 22:47:04 2020 (r542239) @@ -1,5 +1,5 @@ bin/warzone2100 -%%MANPAGES%%man/man6/warzone2100.6.gz +man/man6/warzone2100.6.gz share/applications/warzone2100.desktop share/icons/warzone2100.png %%NLS%%share/locale/ca_ES/LC_MESSAGES/warzone2100.mo