aboutsummaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL
Commit message (Collapse)AuthorAgeFilesLines
* Accidentally removed portepoch, believing it was portrevision.Palle Girgensohn2006-02-231-0/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=156741
* Update to 3.8Palle Girgensohn2006-02-224-32/+7
| | | | | | | PR: 93701 Notes: svn path=/head/; revision=156718
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Updating to latest version, 3.6.2Palle Girgensohn2005-07-192-4/+3
| | | | | | | Approved by: ade, seanc (implicit) Notes: svn path=/head/; revision=139634
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-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) Notes: svn path=/head/; revision=127737
* Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn2004-12-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=123277
* Update to 3.5Tilman Keskinoz2004-09-024-18/+28
| | | | | | | | | | Allow building with postgresql client only installation. PR: 71212 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=117948
* Re-add distinfo since this is no longer a slave-port.Volker Stolz2004-07-191-0/+2
| | | | | | | | PR: ports/69215 Submitted by: Palle Girgensohn (maintainer) Notes: svn path=/head/; revision=114196
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update PyGreSQL to 3.4. Previous version was packed with theMark Linimon2004-01-305-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) Notes: svn path=/head/; revision=99464
* Unbreak using the postgresql73 distfile.Jimmy Olgeni2004-01-121-11/+10
| | | | | | | | PR: 61194 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=98005
* [1] Use new depends scheme for postgresql slave ports:Sergey A. Osokin2003-09-042-7/+16
| | | | | | | | | | | | ${MAKE} -V ... instead of .include <...> [2] Utilize ${DOCSDIR} Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) [1], osa [2] PR: 56350, 56404 Notes: svn path=/head/; revision=88533
* Remove pkg-comment from the remaining special cases.Ade Lovett2003-03-072-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77043
* - Remove distinfo; it's now longer required since this is now a slave port.Johann Visagie2003-02-131-1/+0
| | | | | | | (I neglected to remove this file during my commit of 2002-10-23.) Notes: svn path=/head/; revision=75461
* Uncomment dependency on libpq.3/postgresql.Sean Chittenden2003-02-111-1/+1
| | | | | | | Submitted by: kris/bento Notes: svn path=/head/; revision=75284
* Update py-PyGreSQL to version 7.3Edwin Groothuis2003-02-062-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> Notes: svn path=/head/; revision=74924
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+3
| | | | Notes: svn path=/head/; revision=72511
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Make this port a subport of databases/postgresql7, since the development ofJohann Visagie2002-10-239-77/+74
| | | | | | | | | | | | | | | PyGreSQL has been folded into that of PostgreSQL itself. - This update effectivly takes PyGreSQL to version 3.3, which is distributed with PostgreSQL 7.2.3. - Byte-compile installed modules to ensure clean deinstallation. - Install documentation under $DOCSDIR. - Remove Makefile from $FILESDIR - not required anymore. - Remove patch-pgdb.py - not required any longer. - Add two patches to ensure installation is $PREFIX-clean. - Update pkg-comment and pkg-descr to reflect the current status of the port. Notes: svn path=/head/; revision=68661
* Drop MAINTAINER: I'm not really taking care of these anymore.Jacques Vidrine2002-06-211-1/+1
| | | | Notes: svn path=/head/; revision=61692
* Fix build with postgresql 7.2 (some .h files have moved).Jimmy Olgeni2002-02-231-1/+1
| | | | Notes: svn path=/head/; revision=55129
* Fix a malformed patch.Jacques Vidrine2001-12-011-2/+1
| | | | | | | Noticed by: olgeni Notes: svn path=/head/; revision=50808
* The patch for using mx.DateTime instead of DateTime was incomplete.Jacques Vidrine2001-11-302-3/+20
| | | | | | | | | Update it. Submitted by: Allan Saddi <asaddi@philosw.com> Notes: svn path=/head/; revision=50776
* Fix import of DateTime module.Jacques Vidrine2001-10-162-0/+13
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=48843
* PostGreSQL 7.1 can install in two places, either ${PREFIX} (hier(7)) orJacques Vidrine2001-04-251-2/+2
| | | | | | | | | | | ${PREFIX}/pgsql (old layout). Adjust compiler flags so that headers and libraries are found in either case. PR: ports/26756 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41893
* Fix include directory for postgresql7.1's new layout.Vanilla I. Shu2001-04-213-25/+25
| | | | Notes: svn path=/head/; revision=41759
* Depend on the new py-mx-base.Thomas Gellekum2001-03-221-3/+3
| | | | Notes: svn path=/head/; revision=40211
* Update 2.4 -> 3.0Jacques Vidrine2000-10-034-26/+31
| | | | Notes: svn path=/head/; revision=33363
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-2/+2
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* after removal of old postgresql port fix dependencies for postgresql7 portAndreas Klemm2000-08-261-1/+1
| | | | | | | thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out. Notes: svn path=/head/; revision=31993
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
| | | | Notes: svn path=/head/; revision=29719
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27418
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-171-1/+1
| | | | Notes: svn path=/head/; revision=21694
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+1
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Fix checksum problem.David E. O'Brien1999-07-141-1/+1
| | | | Notes: svn path=/head/; revision=20200
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Update 2.3 -> 2.4Jacques Vidrine1999-05-282-6/+7
| | | | Notes: svn path=/head/; revision=19042
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-142-2/+3
| | | | Notes: svn path=/head/; revision=17863
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* portlint: WWW_SITE shouldn't come before *_DEPENDS lines.Jacques Vidrine1999-03-121-3/+2
| | | | Notes: svn path=/head/; revision=17155
* Add a few more Y2K/WWW_SITE pointers ...Marc G. Fournier1999-03-121-1/+3
| | | | Notes: svn path=/head/; revision=17152
* Update from 2.1 to 2.3.Jacques Vidrine1999-02-234-21/+21
| | | | Notes: svn path=/head/; revision=16866
* Update of postgresql bumped libpq version number from .1 -> .2Jacques Vidrine1998-11-231-2/+2
| | | | Notes: svn path=/head/; revision=14829
* Blew last commit. This fixes it.Jacques Vidrine1998-11-131-45/+5
| | | | Notes: svn path=/head/; revision=14507
* Update for ELF.Jacques Vidrine1998-11-131-0/+26
| | | | Notes: svn path=/head/; revision=14506
* Mark ports that depends on postgresql BROKEN for ELFJustin M. Seger1998-10-121-1/+3
| | | | Notes: svn path=/head/; revision=13888
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784