Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0p1 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |
2.9.0p1 10 May 2015 08:51:51 |
antoine |
Unbreak |
2.9.0p1 09 May 2015 20:31:53 |
olgeni |
Upgrade to version 1.10.8.
- Simplify RUN_DEPENDS.
- Add support for DOCS and EXAMPLES.
- Use pkg-plist for the docs (remove PORTDOCS).
- Use PORTNAME in install code. |
1.5.1p7 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.5.1p7 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
1.5.1p7 04 Jan 2015 13:43:27 |
olgeni |
Remove unnecessary @dirrm entries. |
1.5.1p7 04 Jan 2015 13:16:11 |
olgeni |
Upgrade to version 1.5.1p7. |
1.5.1p6 29 Oct 2013 21:37:59 |
olgeni |
Upgrade to version 1.5.1p6. |
1.5.1p5 29 Oct 2013 21:27:13 |
olgeni |
- Add staging support.
- Do not mute install commands.
- Cleanup pkg-plist. |
1.5.1p5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.5.1p5 24 Apr 2013 16:35:52 |
olgeni |
- Use bsd.port.options.mk.
- PORTDOCS should not be conditional.
Noticed by: jgh |
1.5.1p5 23 Apr 2013 16:05:17 |
olgeni |
Add www/mochiweb-basho, the Basho fork of MochiWeb used in the
Webmachine application. |