aboutsummaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.7.7Sunpoet Po-Chuan Hsieh2019-01-232-5/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=491050
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Update to 2.7.6.1Sunpoet Po-Chuan Hsieh2018-11-122-6/+6
| | | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS https://github.com/psycopg/psycopg2/blob/2_7_6_1/NEWS Notes: svn path=/head/; revision=484831
* Update to 2.7.6Sunpoet Po-Chuan Hsieh2018-11-113-14/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=484714
* Fix build with Python 3.7Sunpoet Po-Chuan Hsieh2018-08-261-0/+10
| | | | | | | | PR: 230064 Submitted by: amdmi3, Kamigishi Rei <spambox@haruhiism.net> Notes: svn path=/head/; revision=478156
* Update to 2.7.5Sunpoet Po-Chuan Hsieh2018-06-242-4/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=473229
* Update to 2.7.4Sunpoet Po-Chuan Hsieh2018-02-092-4/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=461298
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 2.7.3.2Sunpoet Po-Chuan Hsieh2017-10-252-4/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=452876
* Update to 2.7.3.1Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=448827
* Update to 2.7.3Sunpoet Po-Chuan Hsieh2017-07-252-4/+4
| | | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/07/24/psycopg-273-released/ Notes: svn path=/head/; revision=446598
* Update to 2.7.2Sunpoet Po-Chuan Hsieh2017-07-232-4/+4
| | | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/ Notes: svn path=/head/; revision=446469
* Update to 2.7.1Sunpoet Po-Chuan Hsieh2017-04-243-6/+8
| | | | | | | | | | | | - Add LICENSE_FILE - Add GitHub repository to WWW Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/03/13/psycopg-271-released/ http://initd.org/psycopg/articles/2017/03/01/psycopg-27-released/ Notes: svn path=/head/; revision=439306
* Move py35-mysqlclient and py35-psycopg2 to match existing naming conventionAntoine Brodin2016-12-101-1/+1
| | | | Notes: svn path=/head/; revision=428295
* update to 2.6.2Christoph Moench-Tegeder2016-11-142-4/+4
| | | | | | | | PR: 213669 Approved by: rene (mentor), sunpoet (maintainer-timeout) Notes: svn path=/head/; revision=426120
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-09-021-0/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=395874
* - Convert to new options target helperSunpoet Po-Chuan Hsieh2015-09-021-2/+5
| | | | Notes: svn path=/head/; revision=395825
* - Update to 2.6.1Sunpoet Po-Chuan Hsieh2015-07-122-7/+6
| | | | | | | | Changes: http://initd.org/psycopg/articles/2015/06/16/psycopg-261-released/ http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/ Notes: svn path=/head/; revision=391788
* - Update to 2.5.5Sunpoet Po-Chuan Hsieh2015-02-182-3/+3
| | | | | | | Changes: http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/ Notes: svn path=/head/; revision=379234
* - Update to 2.5.4Sunpoet Po-Chuan Hsieh2014-11-242-16/+14
| | | | | | | | | | - Add LICENSE - Add DOCS and EXAMPLES to OPTIONS_DEFINE Changes: http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/ Notes: svn path=/head/; revision=373302
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-11-231-1/+1
| | | | Notes: svn path=/head/; revision=373136
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* databases/py-psycopg2: allow concurrent installWilliam Grzybowski2014-10-071-7/+3
| | | | | | | | | | - USES pgsql python With hat: python Reported by: Richard Kuhns (via freebsd-python@) Notes: svn path=/head/; revision=370346
* - Update to 2.5.3Martin Wilke2014-05-252-3/+3
| | | | Notes: svn path=/head/; revision=355154
* - convert to autogenerated packing list to fix python3 packagingRuslan Makhmatkhanov2014-01-263-148/+11
| | | | | | | | | | | - simplify DOCS and EXAMPLES installation PR: 182422 Reported by: Arseny Nasokin <eirnym@gmail.com> Approved by: miwi (maintainer, by email) Notes: svn path=/head/; revision=341308
* - Stage supportMartin Wilke2014-01-251-5/+4
| | | | Notes: svn path=/head/; revision=340991
* - Update to 2.5.2Martin Wilke2014-01-152-3/+3
| | | | Notes: svn path=/head/; revision=339740
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 2.5.1Martin Wilke2013-07-113-6/+14
| | | | | | | | PR: 180177 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Notes: svn path=/head/; revision=322774
* - Update to 2.4.6Martin Wilke2013-02-042-8/+4
| | | | | | | - Convert Header Notes: svn path=/head/; revision=311557
* - Update to 2.4.5Martin Wilke2012-04-103-6/+5
| | | | | | | | PR: 166529 Submitted by: rm@ Notes: svn path=/head/; revision=294501
* - update to 2.4.4Ruslan Makhmatkhanov2011-12-284-21/+25
| | | | | | | | | | | - change USE_PYTHON to `yes' (Python3 is supported) - update WWW - sort pkg-plist Approved by: miwi (mentor) Notes: svn path=/head/; revision=288162
* - Update to 2.4.2Martin Wilke2011-06-252-4/+4
| | | | Notes: svn path=/head/; revision=276306
* - Update to 2.4.1Martin Wilke2011-06-122-3/+3
| | | | | | | | PR: 156999 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=275412
* - Update to 2.4Martin Wilke2011-03-043-6/+9
| | | | Notes: svn path=/head/; revision=270291
* - Move over to py25+ or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269616
* - Update to 2.3.2Martin Wilke2011-01-293-32/+96
| | | | | | | | | | | | - Cleanup PR: 153463 Submitted by: Khee Chin <kheechin@gmail.com> Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes Notes: svn path=/head/; revision=268376
* Update to 2.2.2Josh Paetzel2010-10-062-5/+5
| | | | | | | | | | | Adjust MASTER_SITE to account for upstream server crash PR: ports/149914 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Sponsored by: iXsystems Notes: svn path=/head/; revision=262529
* - Update to 2.2.1Martin Wilke2010-05-243-15/+4
| | | | | | | | PR: 146800 Submitted by: Daniel Gerzo <danger@freebsd.org> (maintainer) Notes: svn path=/head/; revision=254963
* - Update to 2.0.14Martin Wilke2010-03-142-4/+4
| | | | Notes: svn path=/head/; revision=251030
* - Update to 2.0.13Martin Wilke2009-10-302-4/+4
| | | | | | | | PR: 139665 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=243533
* - Update to 2.0.12Martin Wilke2009-09-032-4/+4
| | | | Notes: svn path=/head/; revision=240813
* - Update to 2.0.11Martin Wilke2009-05-302-4/+4
| | | | Notes: svn path=/head/; revision=234845
* - Update to 2.0.10Martin Wilke2009-05-102-4/+4
| | | | Notes: svn path=/head/; revision=233595
* - Update to 2.0.9Martin Wilke2009-03-013-7/+7
| | | | Notes: svn path=/head/; revision=229276
* - Update to 2.0.8Martin Wilke2008-09-223-10/+9
| | | | Notes: svn path=/head/; revision=220454
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update to 2.0.7Martin Wilke2008-05-162-4/+4
| | | | | | | | PR: 123578 Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=213159
* - Remove unnecessary dependenciesMartin Wilke2007-12-221-2/+0
| | | | | | | Submitted by: Josh Paetzel via irc Notes: svn path=/head/; revision=204374
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-2/+2
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075