Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jul 2020 18:11:42
1.5.1_4

|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
09 Apr 2019 14:04:50
1.5.1_3

|
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
26 Jan 2019 12:44:18
1.5.1_2

|
sunpoet  |
Update WWW |
30 Nov 2017 15:50:34
1.5.1_2

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
30 Nov 2017 06:13:35
1.5.1_2

|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
27 Jun 2017 13:46:53
1.5.1_2

|
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
01 Mar 2017 02:16:14
1.5.1_1

|
linimon  |
Mark as broken on armv6. Although there is an assembler routine for arm,
the label "0:" is rejected.
Perhaps an update to 1.8.7 could help.
Approved by: portmgr (tier-2 blanket) |
22 Jan 2017 22:27:55
1.5.1_1

|
rene  |
Reset mva@'s ports, he handed in his ports bit. |
09 Jan 2017 10:00:14
1.5.1_1

|
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
Approved by: portmgr blanket |
03 Jan 2017 18:12:13
1.5.1_1

|
mat  |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
20 Nov 2016 09:38:09
1.5.1_1

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
01 Apr 2016 14:08:38
1.5.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
16 Dec 2015 09:35:10
1.5.1

|
mva  |
- Update to version 1.5.1
A full list of changes since version 1.4.1 can be found at
https://github.com/micropython/micropython/releases.
Changelog: https://github.com/micropython/micropython/releases/tag/v1.5.1 |
08 Dec 2015 09:05:15
1.4

|
mat  |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight |
03 Apr 2015 13:00:00
1.4.0

|
mva  |
- Update to version 1.4
Major changes since 1.3.1:
- new builtins, ujson, uheapq, ubinascii modules
- new memoryview and compile builtins
- improvements for eval and exec
- array slice assignment support
- basix regex support
- x86 support for the native emitter
- many other fixes and improvements
Changelogs: https://github.com/micropython/micropython/release |
24 Sep 2014 08:10:21
1.3.1

|
mva  |
- Update to version 1.3.1
Changelog: https://github.com/micropython/micropython/releases/tag/v1.3.1 |
10 Aug 2014 08:55:08
1.2

|
mva  |
- Convert my ports to USES=python |
28 Jul 2014 08:57:33
1.2

|
mva  |
- Update to version 1.2
- Respect CFLAGS and CPPFLAGS |
23 Jul 2014 13:24:53
1.0.1

|
adamw  |
Add USES=readline to fix build on -current. |
07 Jun 2014 11:16:09
1.0.1

|
mva  |
Micro Python is a lean and fast implementation of the Python 3 programming
language that is optimised to run on a microcontroller.
WWW: http://www.micropython.org |