| Age | Commit message (Collapse) | Author |
|
Setting `MVN` with env didn't override the default. Change this to
`build.args` so we can correctly override the build executable.
|
|
Ensure Maven runs as the latest `mvn3`.
|
|
Thanks to the finance/portfolio-performance port for the
`maven_local_repository` idea.
|
|
|
|
|
|
|
|
Used the wrong OpenSSL flag.
|
|
Add a script to generate the `checksums` line in Portfiles.
|
|
|
|
Describe how to add this custom repository as a local MacPorts source.
Based on this tutorial:
https://trac.macports.org/wiki/howto/SyncingWithGit
|
|
|
|
|
|
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/`.
|
|
I had used `du` output. This time use `ls -l` output. Right, `du` uses
blocks, but we need bytes.
|
|
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.
|
|
|