summaryrefslogtreecommitdiff
path: root/databases/postgresql-jdbc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-listPalle Girgensohn2007-01-102-1/+2
| | | | Notes: svn path=/head/; revision=182007
* Update to 8.2.504. See changelog atPalle Girgensohn2006-12-273-33/+4
| | | | | | | http://jdbc.postgresql.org/changes.html#version_8.2-504 Notes: svn path=/head/; revision=180843
* Update to 8.1-407Palle Girgensohn2006-05-242-4/+4
| | | | Notes: svn path=/head/; revision=163253
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Honor EXAMPLESDIR and JAVAJARDIR.Palle Girgensohn2005-11-103-9/+7
| | | | | | | Suggested by: Herve Quiroz <hq@> Notes: svn path=/head/; revision=147774
* Update to 8.1.404Palle Girgensohn2005-11-102-3/+4
| | | | Notes: svn path=/head/; revision=147773
* Update to 8.0.311.Palle Girgensohn2005-04-122-3/+3
| | | | | | | | | | See http://jdbc.postgresql.org/changes.html#version_8.0-311 for a changelog Approved by: seanc, ade (implicit) Notes: svn path=/head/; revision=133150
* Update JDBC support to version 8.0 (build 310).Palle Girgensohn2005-02-116-29/+80
| | | | | | | | | | The PostgreSQL JDBC project has been decoupled from the server distribution, and is now hosted at http://jdbc.postgresql.org/. Approved by: ade (mentor) Notes: svn path=/head/; revision=128497
* In order to address a potential security hole recently identified withPalle Girgensohn2005-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de> Notes: svn path=/head/; revision=127966
* Bump portrevisionPalle Girgensohn2005-01-311-1/+1
| | | | Notes: svn path=/head/; revision=127743
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-314-58/+13
| | | | | | | | | | | | | The JDBC interface has been moved from the main distribution to its own project at jdbc.postgresql.org. Fixate to the latest version in main distro, 7.4.6, pending an update to latest version from the project site. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127735
* 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
* Fix patching error.Mark Linimon2004-09-021-5/+5
| | | | | | | | PR: ports/71265 Submitted by: Palle Girgensohn <girgen at pingpong dot net> (maintainer) Notes: svn path=/head/; revision=117960
* Upgrade to 7.4.3.Vanilla I. Shu2004-06-281-1/+1
| | | | | | | | PR: ports/68456 Submitted by: maintainer Notes: svn path=/head/; revision=112502
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use PAX macro.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98754
* Introduce the world to PostgreSQL 7.4! By and large this release isSean Chittenden2003-12-042-19/+15
| | | | | | | | | | | | | | | | | | regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat) Notes: svn path=/head/; revision=94977
* Use new depends scheme for postgresql slave ports:Sergey A. Osokin2003-09-042-27/+34
| | | | | | | | | | | | ${MAKE} -V ... instead of .include <...> Utilize ${EXAMPLESDIR} [1] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer), osa [1] PR: 56346, 56404 Notes: svn path=/head/; revision=88519
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* postgresql slave ports, reduce unnecessary portrevision bumpsDaichi GOTO2003-06-191-0/+1
| | | | | | | | PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=83302
* Update to 7.3.3.Norikatsu Shigemura2003-06-021-1/+0
| | | | | | | | | | | | | | | | 1. Optionally link with libc_r to get plpython working. [1] 2. Fix kerberos build. [2] 3. There was a duplication of some declarations. [3] PR: ports/52851 PR: ports/51080 [2] Submitted by: Mike Meyer <mwm@mired.org> [1] Submitted by: Gerweck <andy@tacnode.com> [2] Pointed out by: Mike Harding <mvh@ix.netcom.com> [3] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=81964
* Fix for ports/47866, ports/48610 & ports/46768.Ernst de Haan2003-03-282-0/+12
| | | | | | | | | | Bumped PORTREVISION. PR: 48878 Submitted by: maintainer Notes: svn path=/head/; revision=77626
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update PostgreSQL JDBC for 7.3.1.Sean Chittenden2003-01-042-19/+14
| | | | | | | | PR: ports/45881 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=72538
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-101-2/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* use the latest postgresql7Ying-Chieh Liao2002-04-111-16/+2
| | | | | | | | | | postgresql-jdbc now uses the great new USE_JAVA stuff PR: 36980 Submitted by: maintainer Notes: svn path=/head/; revision=57558
* This is the implementation of JDBC, the Java Database Connectivity API,Vanilla I. Shu2002-02-195-0/+104
for accessing PostgreSQL databases from Java. PR: ports/34856 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=54892