Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Jan 2018 01:39:12
0.3.1_9

|
rene  |
Remove expired ports:
2018-01-27 emulators/raine: Broken for more than 6 months
2018-01-27 mail/libmapi: Broken for more than 6 months
2018-01-27 www/lessc: Broken for more than 6 months
2018-01-27 www/uglifyjs: Broken for more than 6 months
2018-01-27 www/py-octoprint: Broken for more than 6 months
2018-01-27 www/xpi-noscript: Broken for more than 6 months
2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months
2018-01-27 www/caudium14: Depends on expiring lang/pike78
2018-01-27 www/hinventory-client: Broken for more than 6 months
2018-01-27 security/tclgpg: Broken for more than 6 months
2018-01-27 security/pond: Broken for more than 6 months
2018-01-27 security/mdcrack: Broken for more than 6 months
2018-01-27 devel/npm-commander: Broken for more than 6 months
2018-01-27 devel/py-protocols-devel: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
27 Dec 2017 09:30:47
0.3.1_9

|
antoine  |
Deprecate ports broken for more than 6 months |
30 Nov 2017 15:50:34
0.3.1_9

|
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 ) |
18 Nov 2017 19:32:39
0.3.1_9

|
zeising  |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
11 Jun 2017 15:21:31
0.3.1_8

|
antoine  |
Mark BROKEN: conflicting dependencies
py27-twisted-17.1.0_1 conflicts with py27-twistedCore-15.2.1 (installs files
into the same place)
Reported by: pkg-fallout |
05 Jun 2017 14:50:41
0.3.1_8

|
sunpoet  |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change |
23 May 2017 05:03:16
0.3.1_8

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
19 May 2016 10:44:12
0.3.1_7

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.3.1_7

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
0.3.1_7

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
24 Jan 2015 19:27:28
0.3.1_7

|
antoine  |
Fix some _DEPENDS |
12 Dec 2014 11:25:49
0.3.1_7

|
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE |
10 Sep 2014 20:50:37
0.3.1_7

|
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) |
28 Aug 2014 03:14:24
0.3.1_6

|
vanilla  |
Support STAGEDIR
PR: ports/193033
Submitted by: Ports Fury |
13 Jul 2014 23:23:25
0.3.1_6

|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
02 Jul 2014 18:22:39
0.3.1_6

|
antoine  |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
29 May 2014 14:35:01
0.3.1_6

|
miwi  |
- Convert gmake, bzip to USES
Approved by: portmgr |
16 Apr 2014 18:28:50
0.3.1_6

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
15 Dec 2013 16:22:17
0.3.1_5

|
wg  |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
08 Dec 2013 12:04:08
0.3.1_5

|
mva  |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
20 Sep 2013 17:36:36
0.3.1_5

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
31 May 2013 14:40:56
0.3.1_5

|
jgh  |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
24 Apr 2013 18:10:32
0.3.1_5

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
03 Jul 2011 14:25:36
0.3.1_5
|
ohauer  |
-remove MD5 |
31 May 2010 02:01:56
0.3.1_5
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 Apr 2010 21:58:27
0.3.1_4
|
gahr  |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav) |
13 Jun 2009 15:46:12
0.3.1_4
|
erwin  |
Remove DSL option as the port it depends on is about to be removed. |
06 Jun 2008 13:31:51
0.3.1_4
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
13 Mar 2008 14:28:35
0.3.1_3
|
miwi  |
- Chase devel/sdl12 shlib version bump |
12 Nov 2007 23:33:01
0.3.1_2
|
pav  |
- Fix egg-info file location in plist
Reported by: pointyhat
Approved by: portmgr (hat) |
30 Jul 2007 09:42:28
0.3.1_2
|
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 |
19 May 2007 20:32:57
0.3.1_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
21 Aug 2006 16:02:29
0.3.1_1
|
acm  |
- Fix build with recent graphics/cal3d
- Remove USE_X_PREFIX
Approved by: garga (mentor) |
23 Jul 2006 02:45:24
0.3.1
|
acm  |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
14 Jun 2006 23:33:55
0.3.1
|
itetcu  |
Update to 0.3.1
PR: ports/98961
Submitted by: maintainer |
17 May 2006 19:00:07
0.2
|
sat  |
Add balazarbrothers: Balazar Brother is a free software 3D puzzle
PR: ports/96964
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by: krion (mentor) |