Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.0 21 Nov 2023 13:49:30 |
Wen Heping (wen) |
databases/py-sqlobject: Update to 3.11.0 |
3.10.3 21 Nov 2023 13:49:30 |
Wen Heping (wen) |
databases/py-sqlobject: Update to 3.10.3 |
3.10.2 10 Aug 2023 11:54:20 |
Wen Heping (wen) |
databases/py-sqlobject: Update to 3.10.2 |
3.10.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.10.1 05 May 2023 01:38:52 |
Wen Heping (wen) |
databases/py-sqlobject: Update to 3.10.1 |
1.6.0_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.0_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.0_1 06 Jun 2022 11:58:33 |
Wen Heping (wen) |
databases/py-sqlobject: Take maintainership |
1.6.0_1 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
1.6.0_1 25 Mar 2022 13:38:06 |
Po-Chuan Hsieh (sunpoet) |
databases/py-sqlobject: Fix build with setuptools 58.0.0+
With hat: python |
1.6.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.6.0 15 Aug 2020 11:16:37 |
rene |
py-sqlobject,py-sqlalchemy*: remove optional expired dependency on SYBASE |
1.6.0 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 |
1.6.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.6.0 10 Jan 2018 15:08:51 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages. |
1.6.0 08 Jan 2018 15:47:40 |
mat |
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
Sponsored by: Absolight |
1.6.0 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.6.0 20 Aug 2017 12:30:15 |
sunpoet |
Convert to options helper
- Update RUN_DEPENDS of MSSQL option from expired databases/py-mssql to
databases/py-pymssql
- While I'm here:
- Add NO_ARCH
- Sort USE_PYTHON
Approved by: portmgr (blanket) |
1.6.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.6.0 07 Sep 2014 07:00:41 |
antoine |
Remove optional dependency on BROKEN and unstaged databases/kinterbasdb |
1.6.0 29 Aug 2014 10:38:18 |
bapt |
Modernize python |
1.6.0 01 Jun 2014 23:04:52 |
wg |
databases/py-sqlobject: update to 1.6.0 and add license
PR: ports/190421
Submitted by: Bartek Rutkowski <ports at robakdesign com> |
1.5.2 15 Apr 2014 17:06:31 |
wg |
databases/py-sqlobject: update to 1.5.2 |
1.5.1 16 Dec 2013 11:09:21 |
wg |
databases/py-sqlobject: update to 1.5.1 |
1.5.0 15 Dec 2013 20:19:49 |
wg |
databases/py-sqlobject: stagify and minor changes
- Allow staging
- Switch distutils from easy_install
- Use auto plist |
1.5.0 12 Oct 2013 16:15:07 |
wg |
databases/py-sqlobject: take maintainership
- Take maintainership |
1.5.0 12 Oct 2013 16:11:43 |
wen |
- Update to 1.5.0
- Reset maintainer to ports@ |
1.3.2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.3.2 04 Mar 2013 10:55:24 |
lwhsu |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation |
1.3.2 24 Oct 2012 06:08:14 |
wen |
- Update to 1.3.2
- Trim Makefile headers
- Convert to optionsNG
Feature safe: yes |
1.3.1 06 Jun 2012 08:29:42 |
wen |
- Update to 1.3.1 |
1.3.0 05 Apr 2012 09:09:10 |
wen |
- Update to 1.3.0
Feature safe: yes |
1.2.2 06 Mar 2012 06:44:07 |
wen |
- Update to 1.2.2 |
1.2.1 28 Dec 2011 06:43:23 |
wen |
- Update to 1.2.1 |
1.2.0 29 Nov 2011 06:39:00 |
wen |
- Update to 1.2.0
Feature safe: yes |
1.1.3_1 09 Sep 2011 03:26:37 |
wen |
- Use databases/py-sqlite3 instead of databases/py-pysqlite2x
PR: ports/160059
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.1.3 08 Sep 2011 06:19:25 |
wen |
- Update to 1.1.3 |
1.1.0 23 Jun 2011 08:35:18 |
wen |
- Update to 1.1.0
PR: ports/158085
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
1.0.1 02 Jun 2011 01:37:00 |
wen |
- Update to 1.0.1 |
1.0.0 29 Mar 2011 02:50:54 |
wen |
- Update to 1.0.0 |
0.15.1 25 Mar 2011 02:23:32 |
wen |
- Update to 0.15.1 |
0.15.0 27 Dec 2010 15:52:11 |
pgollucci |
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
is no longer present to test for.
Approved by: itectu (portmgr, via irc) |
0.15.0 07 Dec 2010 06:49:18 |
wen |
- Update to 0.15.0 |
0.14.1 18 Oct 2010 06:50:43 |
wen |
- Update to 0.14.1 |
0.14.0 12 Oct 2010 06:31:42 |
wen |
- Update to 0.14.0 |
0.13.0 01 Sep 2010 07:40:16 |
wen |
- Update to 0.13.0 |
0.12.4 01 Jun 2010 06:19:29 |
wen |
- Update to 0.12.4 |
0.12.3 12 Apr 2010 00:03:48 |
wen |
- Update to 0.12.3 |
0.12.2 16 Mar 2010 03:25:33 |
wen |
- Update to 0.12.2 |
0.12.1 15 Jan 2010 04:50:38 |
wen |
- Update to 0.12.1 |
0.12.0 21 Oct 2009 12:54:23 |
wen |
- Update to 0.12.0
- Add option entry for support of Firebird and Sybase
- Remove the use of !=
Approved by: mentors(implicit) |
0.11.2 30 Sep 2009 15:19:00 |
wen |
- Update to 0.11.2
Approved by: mentors(implicit) |
0.11.1 22 Sep 2009 07:21:07 |
wen |
- Update to 0.11.1
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes |
0.11.0 17 Aug 2009 20:29:29 |
miwi |
- Update to 0.11.0
PR: 137814
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.10.6 22 May 2009 21:58:42 |
miwi |
- Update to 0.10.6
PR: 134692
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.10.4 13 Jan 2009 00:18:08 |
miwi |
- Update to 0.10.4
PR: 130401
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.10.2 18 Dec 2008 21:26:46 |
wxs |
- Update to 0.10.2
- Switch to CHEESESHOP and remove old MASTER_SITES
- Switch to easy_install macro
PR: ports/129163
Submitted by: Wen Heping <wenheping@gmail.com> |
0.10.0_1 18 Dec 2008 07:09:22 |
linimon |
Over to new volunteer. |
0.10.0_1 18 Dec 2008 02:24:04 |
linimon |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
0.10.0_1 06 Jun 2008 13:17:10 |
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) |
0.10.0 14 Mar 2008 13:37:06 |
dryice |
update to 0.10.0 |
0.9.4 05 Mar 2008 13:59:15 |
dryice |
update to 0.9.4 |
0.9.3 14 Jan 2008 02:22:45 |
dryice |
update to 0.9.3 |
0.9.2 25 Dec 2007 09:45:29 |
dryice |
update to 0.9.2 |
0.9.1 01 Sep 2007 08:42:59 |
dryice |
update to 0.9.1 |
0.9.0 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 |
0.9.0 16 Jun 2007 07:09:49 |
dryice |
update to 0.9.0 |
0.8.2 12 Apr 2007 04:34:16 |
dryice |
update to 0.8.2
Approved by: itetcu (mentor, implicit) |
0.8.1 21 Mar 2007 01:40:31 |
dryice |
update to 0.8.1
Approved by: itetcu (mentor, implicit) |
0.8.0 13 Feb 2007 13:21:06 |
dryice |
update to 0.8.0
Approved by: itetcu (mentor, implicit) |
0.7.3 04 Feb 2007 12:07:54 |
dryice |
- update to 0.7.3
- add MASTER_SITE_LOCAL
- depends on py-psycopg2 instead of py-psycopg
Approved by: itetcu (mentor, implicit) |
0.7.2 31 Dec 2006 13:48:58 |
nivit |
- Updated to 0.7.2
- Added files/pkg-deinstall files/pkg-install
- Added another MASTER_SITE
- Added optional MSSQL support
- Removed files/patch-setup.py
- Taken maintainership by dryice@
PR: 106775
Submitted by: dryice@dryice.name
Approved by: alexbl (mentor), dryice (maintainer) |
0.7.0_2 13 Dec 2006 12:56:01 |
linimon |
Reset whitekid@gmail.com after timeouts and no response to email.
Hat: portmgr |
0.7.0_2 04 Dec 2006 08:55:33 |
rafan |
- Fix options: OPTIONFILES should be specified before pre.mk
PR: ports/106296
Submitted by: rafan
Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer) |
0.7.0_2 10 Nov 2006 21:16:00 |
itetcu |
OPTIONally depend on PostgreSQL, MySQL, SQLite
PR: ports/104726
Submitted by: "Choe, Cheng-Dae" (maintainer) |
0.7.0_1 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
0.7.0_1 17 Nov 2005 17:48:26 |
pav |
- add run dependency on py-formencode
- fix DOCSDIR/EXAMPLESDIR with py- prefix
- mark ports docs plist with PORTDOCS
PR: ports/89163
Submitted by: Choe Cheng-Dae <whitekid@gmail.com> (maintainer) |
0.7.0 22 Oct 2005 23:10:52 |
pav |
- Update to 0.7.0
- Update MASTER_SITES
PR: ports/87774
Submitted by: Dryice Liu <dryice@hotpop.com>
Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer) |
0.6.1_1 19 Feb 2005 18:18:14 |
thierry |
Fix a bug in usage DateTime column.
PR: ports/76952
Submitted by: maintainer
Obtained from: SQLObject's CVS |
0.6.1 28 Jan 2005 23:50:47 |
pav |
- Update to 0.6.1
PR: ports/76705
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer) |
0.6_1 13 Oct 2004 09:25:45 |
pav |
- Install docs and examples
PR: ports/72601
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer) |
0.6 11 Oct 2004 22:34:21 |
pav |
- Update to 0.6
PR: ports/72027
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer) |
0.5.2 01 Jul 2004 23:11:04 |
pav |
Add py-sqlobject, a Python class that allows you to translate RDBMS table rows
into Python objects, and manipulate those objects to transparently manipulate
the database.
PR: ports/68501
Submitted by: Choe, Cheng-Dae <whitekid@netian.com> |