| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Jan 2013 07:06:25
2.5.1_4
|
bapt  |
Convert last python@ ports to new options framework
for both make options work as expected (previous version were missing include
<bsd.port.options.mk>)
for databases/py-pyPgSQL reverse the logic for the option test so that it
actually works as expected
Approved by: python (crees) |
22 Oct 2011 23:50:23
2.5.1_4
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
20 Mar 2011 12:54:45
2.5.1_4
|
miwi  |
- Get Rid MD5 support |
10 Sep 2010 04:18:06
2.5.1_4
|
pgollucci  |
PostgreSQL 8.3.1 has changed it's bytea encoding.
* in PostgreSQL 8.3.1 Release note
Make encode(bytea, 'escape') convert all high-bit-set byte values into \nnn
octal escape sequences (Tom)
This is necessary to avoid encoding problems when the database encoding is
multi-byte. This change could pose compatibility issues for applications that
are expecting specific results from encode.
but pyPgSQL escape bytea encode as it's own implementments. PostgreSQL says that
it may make failure(see PQescapeBytea documentation).
in PQescapeBytea function documentation:
"The only difference from PQescapeByteaConn is that PQescapeBytea does not take
a PGconn parameter. Because of this, it cannot adjust its behavior depending on
the connection properties (in particular, whether standard-conforming strings
are enabled) and therefore it might give the wrong results. Also, it has no way
to return an error message on failure."
Patch is included upstream already
PR: ports/122616
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> |
22 Aug 2009 00:18:43
2.5.1_3
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
06 Jun 2008 13:17:10
2.5.1_3
|
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) |
20 Jun 2007 21:24:22
2.5.1_2
|
lwhsu  |
- EXAMPLES should be omitted when NOPORTEXAMPLES is defined
Noticed by: sat |
20 Jun 2007 15:57:27
2.5.1_1
|
lwhsu  |
- Honour PKGNAMEPREFIX [1]
- Use DOCSDIR, EXAMPLESDIR in pkg-plist
- Things under EXAMPLESDIR should not be controlled by NOPORTDOCS
- Minor fix to pet portlint(1)
- Grab maintainership for python@
- Bump PORTREVISION
PR: ports/113876 [1]
Submitted by: Greg Skafte <skafte AT trollkarl.net> |
08 Jul 2006 05:29:20
2.5.1
|
rafan  |
- Update to 2.5.1
Approved by: delphij (mentor, implicit) |
24 Nov 2005 01:23:57
2.4_2
|
pav  |
- Add SHA256 |
05 Mar 2005 22:09:34
2.4_2
|
vs  |
Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!
PR: ports/78088 |
31 Jan 2005 00:35:56
2.4_2
|
girgen  |
Split the postgresql ports into a server and a client part.
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) |
31 Mar 2004 03:12:58
2.4_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
2.4_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
31 Jul 2003 06:50:03
2.4
|
daichi  |
update databases/py-pyPgSQL: 2.3 -> 2.4
PR: 55084
Submitted by: Gerhard Haering <gh@ghaering.de> |
21 Feb 2003 11:15:05
2.3
|
knu  |
De-pkg-comment. |
04 Jan 2003 16:17:27
2.3
|
seanc  |
Missed configure scripts in libpq version bump: chase lib version. |
02 Jan 2003 19:28:46
2.3
|
ijliao  |
upgrade to 2.3
PR: 46099
Submitted by: maintainer |
05 Oct 2002 23:12:29
2.2
|
pat  |
Respect LOCALBASE and remove py-mx-base as a build dependency.
Use tab in place of whitespace as well.
PR: ports/43570
Submitted by: maintainer |
16 Sep 2002 13:57:56
2.2
|
ijliao  |
- update port to pyPgSQL 2.2
- updated maintainer email address
- use REINPLACE instead of PERL
PR: 42560
Submitted by: maintainer |
09 Jun 2002 16:06:47
2.1
|
pat  |
Update to 2.1
--
also make a cosmetic change
space -> tabs
INSTALL_MAN -> INSTALL_DATA for installing port docs
perl -> ${PERL}
PR: 39051
Submitted by: maintainer |
29 Apr 2002 13:33:57
2.0
|
ijliao  |
use USE_PYDISTUTILS |
19 Mar 2002 18:27:05
2.0
|
petef  |
Update to work with PostgreSQL 7.2.
PR: 36102
Submitted by: maintainer |
10 Nov 2001 07:01:33 
|
nbm  |
Update of the py-pyPGSQL port to version 2.0. |
02 Nov 2001 15:00:28 
|
nbm  |
Add pyPgSQL, a Python DB-API 2 compliant library for using PostgreSQL
databases |