HEAnet is discontinuing their public mirror services. See below:
Please update your records at the next opportunity to remove references
to the HEAnet mirroring service. This service will be discontinued at
the end of August, so to avoid any confusion or incorrect redirects you
should update your records.
It has been a great experience to be part of the open-source mirroring
community. However, this service no longer suits the business objectives
and the decision has been made to discontinue. Thankfully, mirroring has
become much more robust compared to when HEAnet began hosting this
service over two decades ago.
Approved by: portmgr (just-fix-it)
Adjust one more *.csproj file to avoid ``The reference assemblies
for framework ".NETFramework,Version=v4.8" were not found'' error.
Reported by: portscout
Comparing changes:
7d6751a..b327343
Port changes:
- remove PORTDOCS from Makefile, keep it listed in pkg-plist instead
- set DATADIR to its actual non-standard directory
- remove patch, install with COPYTREE_SHARE instead
- use the more commonly used post-install-DOCS-on target again
- pet portclippy, portfmt, portlint
PR: 280700
What's new in version 1.18.2:
Translations
* Updated translations: Chinese (Simplified), French, Ukrainian
WML Engine
* Fixed out of sync errors due to bad undo/redo handling.
Miscellaneous and Bug Fixes
* Server-side fix for the "Something is wrong with the addon version check database supporting the multiplayer lobby." error (issue #8805)
* Potential fix for log files not being written on Windows.
Gargoyle is an interactive fiction player that supports all the major
interactive fiction formats.
Gargoyle is based on the standard interpreters for the formats it
supports: Agility, Alan 2 and 3, Frotz, Glulxe, Hugo, Level 9, Magnetic,
Scare, Tads 2 and 3.
PR: 280542
Drop explicit types from the `std::make_pair' template argument lists
when they inhibit type deduction and compiler thus cannot find viable
candidate function template. While here, shorten one regex which was
making the line overly long so it did not fit standard terminal width.
Changes to the port:
- take maintainership
- update COMMENT and pkg-descr to point out that the shaders originate
from the libretro project but that they can also be used for other
projects, e.g. librashader
- update LICENSE in accordance to
https://github.com/libretro/slang-shaders/issues/150
(it's actual unclear which shader has which license for the most part)
- add DOCS option which handles README.md
- update files/patch-Makefile to also delete Makefile.orig, or else it
will be listed in pkg-plist
Comparing changes:
3c28137..7d6751a
PR: 280439