Commit Graph

34 Commits

Author SHA1 Message Date
Antoine Brodin 3a255e5eb5 pyPgSQL doesn't build with python3 2017-12-02 10:20:17 +00:00
Baptiste Daroussin 6b1779c9fb Mark as broken ports with invalid distfiles or no public distfiles 2017-10-14 16:31:34 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold 21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Baptiste Daroussin 3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Baptiste Daroussin d72235df58 Convert to USES=pgsql and USES=python 2014-10-08 17:16:33 +00:00
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Marcus von Appen c48db11c54 - Enable stagedir support 2014-01-24 19:02:47 +00:00
Baptiste Daroussin 36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Baptiste Daroussin 621195023a 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)
2013-01-08 07:06:24 +00:00
Eitan Adler 7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci bcc0626319 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>
2010-09-10 04:18:06 +00:00
Dmitry Marakasov 075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Edwin Groothuis 090059a210 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)
2008-06-06 14:17:21 +00:00
Li-Wen Hsu b5fad02a0d - EXAMPLES should be omitted when NOPORTEXAMPLES is defined
Noticed by:	sat
2007-06-20 21:24:22 +00:00
Li-Wen Hsu 6c982cd596 - 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>
2007-06-20 15:57:26 +00:00
Rong-En Fan 23749ec2f6 - Update to 2.5.1
Approved by:	delphij (mentor, implicit)
2006-07-08 05:29:20 +00:00
Pav Lucistnik aa1836b7e9 - Add SHA256 2005-11-24 01:23:57 +00:00
Volker Stolz c94737d606 Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!

PR:		ports/78088
2005-03-05 22:09:34 +00:00
Palle Girgensohn 34fa6c853e 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)
2005-01-31 00:35:55 +00:00
Trevor Johnson 8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke 053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Daichi GOTO 22d1252750 update databases/py-pyPgSQL: 2.3 -> 2.4
PR:		55084
Submitted by:	Gerhard Haering <gh@ghaering.de>
2003-07-31 06:50:03 +00:00
Akinori MUSHA 2e4c764a61 De-pkg-comment. 2003-02-21 11:15:57 +00:00
Sean Chittenden 854109b51e Missed configure scripts in libpq version bump: chase lib version. 2003-01-04 16:17:27 +00:00
Ying-Chieh Liao 1fa008a4fe upgrade to 2.3
PR:		46099
Submitted by:	maintainer
2003-01-02 19:28:46 +00:00
Patrick Li 12faf4a009 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
2002-10-05 23:12:29 +00:00
Ying-Chieh Liao 39d5845adf - update port to pyPgSQL 2.2
- updated maintainer email address
- use REINPLACE instead of PERL

PR:		42560
Submitted by:	maintainer
2002-09-16 13:57:56 +00:00
Patrick Li d61caae2d6 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
2002-06-09 16:06:47 +00:00
Ying-Chieh Liao 786a6554ae use USE_PYDISTUTILS 2002-04-29 13:33:57 +00:00
Pete Fritchman f8894574a1 Update to work with PostgreSQL 7.2.
PR:		36102
Submitted by:	maintainer
2002-03-19 18:27:04 +00:00
Neil Blakey-Milner c144bdadd9 Update of the py-pyPGSQL port to version 2.0.
PR:		ports/31887
Submitted by:	Gerhard Häring <gerhard@bigfoot.de> (maintainer)
2001-11-10 07:01:33 +00:00
Neil Blakey-Milner cd4c2a4e4b Add pyPgSQL, a Python DB-API 2 compliant library for using PostgreSQL
databases

PR:		31705
Submitted by:	Gerhard Häring <gerhard@bigfoot.de>
2001-11-02 15:00:28 +00:00