Bug 245444

Summary: devel/godot: Update to v3.2.1
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Keywords: buildisok, needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://godotengine.org/article/maintenance-release-godot-3-2-1
Bug Depends on:    
Bug Blocks: 245278    
Attachments:
Description Flags
maintainer update for devel/godot FreeBSD: maintainer-approval+

Description Shane 2020-04-08 04:29:56 UTC
Created attachment 213182 [details]
maintainer update for devel/godot

Update devel/godot to v3.2.1

Add *_ARGS_OFF settings for the alsa and pulse audio options. When compiled locally with an audio option not defined, it will find the relevant libs and build the audio option without adjusting the depends list.

This update also adds a pkg-message for godot as well as a pkg-descr for the godot-tools slave port. This adjustment is to clarify that godot is a runtime only port and the godot-tools port is required to get the IDE to create games. This is in response to bug #245278
Comment 1 Automation User 2020-04-08 05:24:21 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/133895221
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-09 16:49:43 UTC
A commit references this bug:

Author: fernape
Date: Thu Apr  9 16:48:50 UTC 2020
New revision: 531218
URL: https://svnweb.freebsd.org/changeset/ports/531218

Log:
  devel/godot: Update to 3.2.1

  Add *_ARGS_OFF settings for the alsa and pulse audio options
  Add pkg-message in response to bug #245278

  ChangeLog: https://godotengine.org/article/maintenance-release-godot-3-2-1

   * Android: Fix double tap pressed event regression (GH-35701).
   * Android: Fix LineEdit virtual keyboard inputs (GH-35785).
   * Bullet: Fix detection of concave shape in Area (GH-33690).
   * Camera2D: Fix inverted use of Camera2D offset_v (GH-36689).
   * Debugger: Fix crash inspecting freed objects (GH-36532).
   * Expression: Fix parsing integers as 32-bit (GH-36529).
   * HTML5: Fix EMWSClient::get_connection_status() (GH-36250).
   * HTML5: Fix touch events support with Emscripten 1.39.5+ (GH-36557).
   * macOS: Fix gamepad disconnection callback on macOS Catalina (GH-36845).
   * Particles: Fix undefined behavior with atan in GPU Particles (GH-36031).
   * Skin: Add support for named binds (GH-36415).
   * TileSet: Hide TileSet properties from Inspector, fixing OOM crash on huge
     tilesets (GH-35908).
   * Video: Workaround WebM playback bug after AudioServer latency
     fixes (GH-35993).
   * Windows: Fix UPNP regression after upstream update (GH-35953).
   * Windows: Disable NetSocket address reuse (GH-36321).
   * API documentation updates.
   * Editor translation updates.

  PR:	245444
  Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)

Changes:
  head/devel/godot/Makefile
  head/devel/godot/distinfo
  head/devel/godot/pkg-descr
  head/devel/godot/pkg-message
Comment 3 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-04-09 16:50:22 UTC
Committed,

Thanks!