Bug 230035 - games/golly: Update to 3.2
Summary: games/golly: Update to 3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-25 09:41 UTC by Kai Knoblich
Modified: 2018-07-25 12:56 UTC (History)
0 users

See Also:


Attachments
golly-3.2.patch (55.33 KB, patch)
2018-07-25 09:41 UTC, Kai Knoblich
kai: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!