Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.3 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. |
0.8.3 09 Jun 2015 11:41:36
  |
olgeni  |
Upgrade to version 0.8.3. |
0.8.2 09 May 2015 11:58:24
  |
olgeni  |
Cleanup.
- Simplify dependencies.
- Use pkg-plist for the README (remove PORTDOCS).
- Add support for DOCS.
- Silence portlint warnings (make makepatch). |
0.8.2 06 May 2015 15:16:54
  |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.8.2 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 |
0.8.2 08 Oct 2014 14:05:11
  |
olgeni  |
Upgrade to version 0.8.2.
- Cleanup pkg-plist
- Remove @dirrm entries |
0.8.1 30 Dec 2013 20:55:19
  |
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.8.1 29 Oct 2013 16:31:20
  |
olgeni  |
- Add staging support.
- Do not mute install commands. |
0.8.1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.8.1 02 Sep 2013 13:53:57
  |
olgeni  |
Upgrade to version 0.8.1. |
0.8 27 Aug 2013 13:32:21
  |
olgeni  |
Upgrade to version 0.8. |
0.7.2 21 May 2013 20:58:07
  |
olgeni  |
Add devel/meck, a library to create mock modules in Erlang. |