Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Sep 2020 05:05:25
0.7.1_2

|
tobik  |
Reset MAINTAINER |
16 Aug 2020 07:56:19
0.7.1_2

|
arrowd  |
lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well. |
04 Jul 2020 18:11:42
0.7.1_1

|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
05 Apr 2020 07:05:39
0.7.1

|
tobik  |
devel/hs-ShellCheck: Update to 0.7.1
The pregenerated man page is gone and we have to build it with
pandoc now.
Changes: https://github.com/koalaman/shellcheck/blob/v0.7.1/CHANGELOG.md |
24 Feb 2020 13:10:25
0.7.0

|
tobik  |
devel/hs-ShellCheck: Update to 0.7.0
- Install man page
- Assign to myself
Changes: https://github.com/koalaman/shellcheck/blob/v0.7.0/CHANGELOG.md
PR: 244329
Approved by: pizzamig (maintainer) |
20 Jun 2019 16:03:10
0.6.0_4

|
arrowd  |
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real
program
PR: 238719
Approved by: tcberner (mentor, implicit) |
13 Jun 2019 13:57:14
0.6.0_3

|
arrowd  |
For ports with USES=cabal install a wrapper shell script instead of a real
executable into /bin/, that sets some environment variables to workaround
https://github.com/haskell/cabal/issues/5997
While there, update bunch of Haskell ports, install their data files.
PR: 237878
Reviewed by: tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20556 |
09 May 2019 14:39:30
0.6.0_2

|
arrowd  |
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730 |
06 Jan 2019 12:18:07
0.6.0_1

|
arrowd  |
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`
During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18707 |
06 Dec 2018 16:51:51
0.6.0

|
pizzamig  |
devel/hs-ShellCheck: Update to 0.6.0 |
28 Nov 2018 17:20:30
0.5.0

|
pizzamig  |
devel/hs-ShellCheck: update to 0.5.0
Submitted by: voidanix_420blaze.it
Differential Revision: https://reviews.freebsd.org/D17715 |
22 Nov 2018 04:36:54
0.4.7.129_2

|
tobik  |
devel/hs-ShellCheck: Link Haskell dependencies statically
ShellCheck is an essential tool that should not require having the
entire Haskell toolchain installed which most users do not need.
The installed size (including all run dependencies) goes down from
~2 GiB to ~35 MiB. This brings the hs-ShellCheck package more in
line with what is provided by various Linux distributions and
OpenBSD.
PR: 233376
Submitted by: tobik
Approved by: pizzamig (maintainer), haskell (arrowd) |
30 Jun 2018 09:58:00
0.4.7.129_1

|
arrowd  |
lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038 |
28 May 2018 15:43:36
0.4.7.129

|
mat  |
Update to latest commit from GitHub to unbreak.
PR: 228563
Approved by: maintainer
Sponsored by: Absolight |
25 May 2018 21:44:13
0.4.7_1

|
tcberner  |
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005 |
10 Feb 2018 08:03:22
0.4.7_1

|
tcberner  |
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime
libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043 |
28 Dec 2017 10:59:47
0.4.7

|
pizzamig  |
devel/hs-ShellCheck: Update to 0.4.7 |
29 Aug 2017 13:05:21
0.4.6

|
pizzamig  |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150 |
08 Aug 2017 17:21:46
0.4.6

|
tcberner  |
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
(Only the first 15 lines of the commit message are shown above ) |
15 Feb 2017 11:56:53
0.4.5

|
tcberner  |
Update devel/hs-ShellCheck to 0.4.5
PR: 217113
Submitted by: luca.pizzamiglio@gmail.com
Approved by: luca.pizzamiglio@gmail.com (maintainer), rakuco (mentor) |
20 Jun 2016 08:12:45
0.4.4

|
olivier  |
Update devel/hs-ShellCheck to 0.4.4
PR: 209933
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
Approved by: jadawin (mentor)
Differential Revision: https://reviews.freebsd.org/D6887 |
04 Apr 2016 12:09:42
0.4.3

|
mat  |
Update to 0.4.3.
PR: 208504
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight |
20 Aug 2015 23:02:17
0.3.8

|
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above ) |
15 Feb 2015 21:45:53
0.3.5

|
pgj  |
Add new port: devel/hs-ShellCheck
The goals of ShellCheck are:
* To point out and clarify typical beginner's syntax issues, that causes
a shell to give cryptic error messages.
* To point out and clarify typical intermediate level semantic problems,
that causes a shell to behave strangely and counter-intuitively.
* To point out subtle caveats, corner cases and pitfalls, that may cause
an advanced user's otherwise working script to fail under future
circumstances.
WWW: http://www.shellcheck.net/
PR: 197302
Submitted by: luca.pizzamiglio@gmail.com
Obtained from: FreeBSD Haskell |