Bug 230035

Summary: games/golly: Update to 3.2
Product: Ports & Packages Reporter: Kai Knoblich <kai>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
golly-3.2.patch kai: maintainer-approval+

Description Kai Knoblich freebsd_committer freebsd_triage 2018-07-25 09:41:03 UTC
Created attachment 195445 [details]
golly-3.2.patch

Hello,

attached is the patch that updates games/golly to 3.2 .

Changes by upstream:
- http://golly.sourceforge.net/Help/changes.html

Changes to the port:
- cmake is no longer required for building the port
- added USE_GL
- added GNU_CONFIGURE with related entries
- added DOCS option
- removed superfluous variable USE_CXXSTD (see also the note at the end of this PR)


QA:
- poudriere (10.4-, 11.1-, 11.2-RELEASE, 12.0-CURRENT @r336303) for each amd64 + i386 archs -> OK
- portlint -> OK


Note:
- The hint about USE_CXXSTD seems stale in bsd.port.mk and there are still a few ports that have this variable in it. Maybe a larger patch to remove these remnants makes sense?
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-25 12:55:39 UTC
A commit references this bug:

Author: swills
Date: Wed Jul 25 12:55:24 UTC 2018
New revision: 475313
URL: https://svnweb.freebsd.org/changeset/ports/475313

Log:
  games/golly: Update to 3.2

  PR:		230035
  Submitted by:	Kai <freebsd_ports@k-worx.org>

Changes:
  head/games/golly/Makefile
  head/games/golly/distinfo
  head/games/golly/files/
  head/games/golly/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-07-25 12:56:30 UTC
Committed, thanks!