Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8_10 27 Jan 2020 15:34:18
  |
rene  |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.8_10 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
1.8_10 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.8_9 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.8_8 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.8_7 30 Nov 2017 15:50:34
  |
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 ) |
1.8_7 15 Nov 2016 09:00:18
  |
amdmi3  |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers |
1.8_7 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.8_7 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.8_7 20 Sep 2015 20:54:09
  |
olgeni  |
Typos, whitespace and capitalization fixes (G-P). |
1.8_7 21 Oct 2014 16:54:55
  |
mva  |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit) |
1.8_7 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.8_6 10 Mar 2014 20:55:22
  |
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
1.8_5 28 Dec 2013 11:12:56
  |
wg  |
math/py-gnuplot: support staging |
1.8_5 26 Oct 2013 00:52:36
  |
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
1.8_4 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.8_4 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.8_3 02 May 2011 12:44:53
 |
makc  |
Bump PORTREVISION after open-mofit update |
1.8_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.8_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.8_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.8 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.8 18 Aug 2009 20:15:55
 |
miwi  |
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de> |
1.8 22 May 2008 00:49:34
 |
miwi  |
- Update to 1.8
PR: 123873
Submitted by: Port Fury |
1.7_1 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.7_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.7 25 Nov 2005 15:48:16
 |
pav  |
- Add SHA256 |
1.7 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
1.7 04 Jan 2004 21:34:56
 |
clement  |
- update to 1.7
- Use DOCSDIR macro
- Use PYTHON_SITELIBDIR
PR: 60875
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Approved by: erwin (mentor) (implicitly) |
1.5 29 Jul 2003 09:12:37
 |
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
1.5 07 Mar 2003 06:06:10
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.5 23 Aug 2002 11:30:23
 |
perky  |
Add missing .pyo files to each pkg-plist |
1.5 15 Jul 2002 11:37:35
 |
tg  |
Use $PYNUMERIC in the dependencies. |
1.5 29 Apr 2002 18:05:54
 |
ijliao  |
use USE_PYDISTUTILS |
08 Nov 2001 15:35:47
    |
sobomax  |
Fix WWW. |
29 May 2001 13:50:08
    |
sobomax  |
math/numpy was renamed to math/py-numeric. |
01 Feb 2001 14:36:04
    |
sobomax  |
Update to 1.5. |
01 Nov 2000 15:51:11
    |
sobomax  |
Whitespace-only: Make indentation uniform across my ports. |
08 Oct 2000 04:10:26
    |
asami  |
Convert category math to new layout. |
28 Sep 2000 07:12:54
    |
sobomax  |
Pythonize. |
08 Sep 2000 13:24:00
    |
tg  |
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15. |
03 Jul 2000 17:26:56
    |
sobomax  |
New port of py-gnuplot - a python interface to the popular gnuplot data
plotting package. |