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)
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>
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.