| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-26 | readline-incdec 0.0.2 | Teddy Wing | |
| 2021-09-05 | Add license (MPL 2.0) | Teddy Wing | |
| 2021-09-05 | readline-incdec: Install Bash files to `${prefix}/share/readline-incdec` | Teddy Wing | |
| Previously, the files would be installed directly into `prefix`, meaning you would have `/opt/local/incdec.bash`. That doesn't make sense, and caused the following MacPorts error: Warning: violation by /opt/local/incdec-bindings.bash Warning: violation by /opt/local/incdec.bash Warning: readline-incdec violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! Instead, install the Bash files to `${prefix}/share/readline-incdec/`. | |||
| 2021-09-05 | readline-incdec: Fix distfile size | Teddy Wing | |
| I had used `du` output. This time use `ls -l` output. Right, `du` uses blocks, but we need bytes. | |||
| 2021-09-05 | readline-incdec 0.0.1 | Teddy Wing | |
| Haven't tested this yet, and I may need or want to require a specific version of Bash. Can't test it on 10.8 because I'm getting a TLS/SSL error when trying to connect to GitHub to download the distfile archive. | |||
