| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.8.1.1 30 Jun 2026 20:03:57
    |
Tijl Coosemans (tijl)  |
*/*: Use C.UTF-8 locale
Ports 02f27a83b44d fixed the ports tree to the C locale so it would work
correctly in environments where users use a locale that isn't compatible
with the C locale, e.g. xx_YY.UTF-8 where [A-Z] includes more than just
upper case letters. USE_LOCALE was introduced to let ports use another
locale if they needed it. The C.UTF-8 locale was created later on to be
mostly compatible with the C locale.
Switch the ports tree locale to C.UTF-8 and remove USE_LOCALE. The
world has moved to Unicode so all ports either require it or know how to
build correctly in a Unicode environment.
PR: 295945
Exp-run by: antoine |
0.8.1.1 16 Jun 2026 17:41:44
    |
Älven (alven)  |
devel/hs-ormolu: Update 0.8.1.0 => 0.8.1.1
Approved by: haskell@ (alven@)
Approved by: db@, yuri@ (Mentors, implicit) |
0.8.1.0 24 May 2026 18:37:20
    |
Älven (alven)  |
devel/hs-ormolu: Update 0.8.0.2 => 0.8.1.0
Approved by: haskell@ (alven@)
Approved by: db@, yuri@ (Mentors, implicit) |
0.8.0.2 04 Jan 2026 21:50:49
    |
Gleb Popov (arrowd)  |
devel/hs-ormolu: Update to 0.8.0.2 |
0.7.7.0_1 17 May 2025 18:07:44
    |
Gleb Popov (arrowd)  |
Haskell ports: Workaround the Cabal bug when building ghc-lib-parser
Upstream issue: https://github.com/haskell/cabal/issues/10963
Reported by: pkg-fallout |
0.7.7.0_1 11 May 2025 09:33:05
    |
Gleb Popov (arrowd)  |
devel/hs-ormolu: Bump deps to unbreak the build
Reported by: pkg-fallout |
0.7.7.0 09 Aug 2024 14:22:50
    |
Gleb Popov (arrowd)  Author: Älven |
devel/hs-ormolu: Update to 0.7.7.0
PR: 280656 |
0.7.5.0 22 Jun 2024 19:55:21
    |
Gleb Popov (arrowd)  Author: Älven |
devel/hs-ormolu: Update to 0.7.5.0
PR: 279432 |
0.7.3.0 01 Feb 2024 15:49:50
    |
Gleb Popov (arrowd)  Author: awoonya |
devel/hs-ormolu: update to 0.7.3.0 |
0.5.3.0 12 Mar 2023 16:10:34
    |
Gleb Popov (arrowd)  |
devel/hs-ormolu: Update to 0.5.3.0 |
0.5.1.0 20 Nov 2022 17:39:28
    |
Gleb Popov (arrowd)  |
devel/hs-ormolu: Update to 0.5.1.0 |
0.4.0.0_2 20 Nov 2022 17:39:28
    |
Gleb Popov (arrowd)  |
Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.
This change removes duplicated entries from MASTER_SITES and DISTFILES
variables. Now the MASTER_SITES variable will contain single Hackage URL without
any group for the simplest case and with :_cabal_mk_hackage group in nodefault
case.
This change opens a path to using non-Hackage Cabal repositories
(needed for Cardano) and pulling in .cabal revisions without using patches.
Unfortunately, this change results in a large churn in Haskell ports distinfos.
To make this churn less useless, refresh all Haskell dependencies in all ports. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.0.0_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.0.0_1 07 Jul 2022 10:24:31
    |
Gleb Popov (arrowd)  |
devel/hs-ormolu: Fix build after GHC update. |
0.4.0.0_1 08 Jun 2022 11:35:07
    |
Gleb Popov (arrowd)  |
devel/hs-ormolu: Fix permissions on Makefile and distinfo files.
PR: 264540 |
0.4.0.0_1 09 May 2022 19:23:51
    |
Kevin Bowling (kbowling)  |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
0.4.0.0 26 Dec 2021 17:36:04
    |
Gleb Popov (arrowd)  Author: Alexis Praga |
devel/hs-ormolu: Update to 0.4.0.0 |
0.3.0.1 22 Oct 2021 14:25:14
    |
Gleb Popov (arrowd)  Author: Alexis Praga |
devel/hs-ormolu: Update to 0.3.0.1 |
0.3.0.0 15 Sep 2021 16:35:31
    |
Neel Chauhan (nc)  Author: Alexis Praga |
devel/hs-ormolu: New port: formatter for Haskell source code
PR: 258137 |