Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.9_2 30 Sep 2021 20:19:24
    |
Rene Ladan (rene)  |
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use
security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD
11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep
instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use
multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD
11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >=
3.6 requires OpenSSL >= 1.1.x) |
0.9.9_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.9_2 01 Jan 2020 17:27:55
  |
brnrd  |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
0.9.9_2 26 Feb 2019 08:47:42
  |
tobik  |
devel/erlang-exmpp: Use gsed during the build
Parts of erlang-exmpp's build use base sed with expressions that
don't actually work correctly in our sed as of yet. In this case,
the replacement of \xa9 with a © entity. The former should
be interpreted as the character \xa9 (copyright symbol), but sed
does not currently interpret it as such (or \r, \n, \t). Switch
to textproc/gsed for now, which does the right thing.
PR: 233424
Submitted by: kevans
Approved by: erlang (maintainer timeout, 3 months) |
0.9.9_1 13 Dec 2018 06:59:35
  |
tobik  |
There is no security/openssl-devel anymore |
0.9.9_1 22 Nov 2018 18:06:57
  |
dumbbell  |
devel/erlang-exmpp: Mark as broken with OpenSSL 1.1.x
MFH: 2018Q4 |
0.9.9_1 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.9.9_1 08 Jun 2018 13:43:26
  |
olgeni  |
Transfer more Erlang ports to erlang@. |
0.9.9_1 12 Sep 2016 08:33:56
  |
olgeni  |
Unbreak on Erlang 19.
Switch to USES=ssl while I'm here.
Submitted by: Walter Schwarzenfeld |
0.9.9_1 23 Aug 2016 11:30:39
  |
olgeni  |
Mark as BROKEN: does not build with Erlang 19. |
0.9.9_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.9_1 01 Sep 2015 16:20:48
  |
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.9.9_1 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. |