summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin1-1/+1
With hat: portmgr
2020-12-24Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich1-1/+1
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python)
2020-07-17- Update to 5.2Wen Heping2-5/+4
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-0/+1
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
2019-05-20- Update to 5.1Wen Heping2-5/+4
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-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
2018-09-10Add DOCS options to ports that should have one.Mathieu Arnold1-0/+2
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
2018-07-30- Update to 5.0.6Wen Heping2-4/+4
2018-07-26- Update to 5.0.5Wen Heping2-5/+6
PR: 230042 Submitted by: hsn@sendmail.cz
2017-08-08- Update to 5.0.4Wen Heping2-4/+4
2016-12-12- Update to 5.0.3Wen Heping2-4/+4
2016-09-20- Update to 5.0.2Wen Heping2-4/+4
2016-08-23- Update to 5.0.1Wen Heping2-3/+4
2016-03-22- Update to 5.0Wen Heping2-6/+7
- Runs on both python2 and python3 - Add LICENSE - Take maintainership
2015-04-01- Strip libraryDmitry Marakasov1-1/+2
2014-12-29databases/py-PyGreSQL: fix fetch, convert to USESRuslan Makhmatkhanov1-4/+3
2014-10-08Convert to USES=pgsql and USES=pythonBaptiste Daroussin1-4/+2
2014-02-09- remove pkg-plist forgotten in previous commitRuslan Makhmatkhanov1-18/+0
2014-02-09- install port documentation into stagedir uncoditionally and remove inclusionRuslan Makhmatkhanov3-25/+7
of bsd.port.options.mk - unmute docs installation command - remove no more needed patch - bump PORTREVISION
2014-01-13Python cleanup:Rene Ladan1-1/+1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
2013-09-28- Convert to PYDISTUTILS_AUTOPLISTMarcus von Appen2-10/+3
- Enable stage support - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary - Switch to new OPTIONS framework where necessary
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
databases)
2013-03-27- fix fetchRuslan Makhmatkhanov1-1/+1
Reported by: pointyhat (miwi)
2013-01-09- Update to 4.1.1Bryan Drewery2-3/+3
2013-01-03- update to 4.1Ruslan Makhmatkhanov5-30/+41
- trim Makefile header - update MASTER_SITES - remove indefinite article from COMMENT - limit python version to 2.x only - convert to optionsng (NOPORTDOCS case) - patch out setuptools for from setup.py for now (mainly to not use PYEASYINSTALL_OSARCH) - update formatting in pkg-descr and change tab with space at WWW Reported by: D'Arcy J.M. Cain <darcy@PyGreSQL.org> (on ports@)
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
2009-12-21For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton1-1/+0
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
2009-09-19- Reset longterm inactive maintainerPav Lucistnik1-1/+1
Feature safe: yes
2009-09-19- Update to 4.0Pav Lucistnik3-31/+24
PR: ports/136203 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout (girgen; 2 months) Feature safe: yes
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-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)
2007-09-01- Update to 3.8.1Pav Lucistnik4-9/+9
PR: ports/109026 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer timeout (girgen; 6 months)
2007-07-30 - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry1-0/+1
- 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
2006-05-04Remove USE_REINPLACE from all categories starting with DEdwin Groothuis1-1/+0
2006-02-23Accidentally removed portepoch, believing it was portrevision.Palle Girgensohn1-0/+1
Pointy hat to: me
2006-02-22Update to 3.8Palle Girgensohn4-32/+7
PR: 93701
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@
2005-07-19Updating to latest version, 3.6.2Palle Girgensohn2-4/+3
Approved by: ade, seanc (implicit)
2005-01-31Split the postgresql ports into a server and a client part.Palle Girgensohn1-2/+2
All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
2004-12-06Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn1-1/+1
Approved by: ade (mentor)
2004-09-02Update to 3.5Tilman Keskinoz4-18/+28
Allow building with postgresql client only installation. PR: 71212 Submitted by: Palle Girgensohn <girgen@pingpong.net>
2004-07-19Re-add distinfo since this is no longer a slave-port.Volker Stolz1-0/+2
PR: ports/69215 Submitted by: Palle Girgensohn (maintainer)
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2)
2004-01-30Update PyGreSQL to 3.4. Previous version was packed with theMark Linimon5-59/+31
postgresql dist, and while postgresql was version 7.3.5, PyGreSQL's own version just bumped from 3.3 to 3.4. Hence portepoch. PR: ports/61597 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
2004-01-12Unbreak using the postgresql73 distfile.Jimmy Olgeni1-11/+10
PR: 61194 Submitted by: Palle Girgensohn <girgen@pingpong.net>
2003-09-04[1] Use new depends scheme for postgresql slave ports:Sergey A. Osokin2-7/+16
${MAKE} -V ... instead of .include <...> [2] Utilize ${DOCSDIR} Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) [1], osa [2] PR: 56350, 56404
2003-03-07Remove pkg-comment from the remaining special cases.Ade Lovett2-1/+1
Approved by: portmgr (implicitly)
2003-02-13- Remove distinfo; it's now longer required since this is now a slave port.Johann Visagie1-1/+0
(I neglected to remove this file during my commit of 2002-10-23.)
2003-02-11Uncomment dependency on libpq.3/postgresql.Sean Chittenden1-1/+1
Submitted by: kris/bento
2003-02-06Update py-PyGreSQL to version 7.3Edwin Groothuis2-10/+8
This patch really only takes over maintainership from ports@freebsd.org. Since I manage most of the postgresql ports, I might as well take this one too, I guess? I have verified that it builds with postgresql-7.3 PR: ports/45887 Submitted by: Palle Girgensohn <girgen@pingpong.net>