CVS log for ports/databases/postgresql-docs/Makefile
Up to [FreeBSD] / ports / databases / postgresql-docs
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 19 03:35:46 2012 UTC (3 weeks, 2 days ago) by tabthorpe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Reset ports due to maintainer timeouts and lack of response to emails With hat: portmgr
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 4 21:27:43 2011 UTC (4 months, 1 week ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Extend BROKEN check to version 9.1. Without this, tinderbox is unable to catch the build failure. PR: ports/160757 Submitted by: olgeni Approved by: maintainer timeout (18 days)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 4 20:20:33 2011 UTC (10 months, 1 week ago) by rene
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Attempt to fix INDEX by upgrading PostgreSQL dependency to 8.4 Mark databases/postgresql-tcltk as broken, it does not work with PostgreSQL 8.X [1] Remove obsolete conflicts line from databases/postgresql-tcltk Submitted by: pav [1] Approved by: pav
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 20 13:46:46 2010 UTC (16 months, 3 weeks ago) by girgen
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -0 lines
PostgreSQL 9.0 is here! The PostgreSQL Global Development Group announces the availability of our most eagerly awaited release. PostgreSQL 9.0 includes built-in, binary replication, and over a dozen other major features which will appeal to everyone from web developers to database hackers. 9.0 includes more major features than any release before it, including: * Hot standby * Streaming replication * In-place upgrades * 64-bit Windows builds * Easy mass permissions management * Anonymous blocks and named parameter calls for stored procedures * New windowing functions and ordered aggregates ... and many more. For details on the over 200 additions and improvements in this version, developed by over a hundred contributors, please see the release notes. "These kinds of feature additions continue to make a strong case for why mission-critical technology tasks can continue to depend on the power, flexibility and robustness of PostgreSQL,” said Afilias CTO Ram Mohan. More information on PostgreSQL 9.0: * Release notes http://www.postgresql.org/docs/9.0/static/release-9-0 * Presskit http://www.postgresql.org/about/press/presskit90 * Guide to 9.0: http://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9.0 --- PR: 150430, Add dtrace
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 7 13:51:53 2008 UTC (4 years, 1 month ago) by girgen
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
Update all PostgreSQL ports to latest versions. This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Sep 28 00:06:22 2007 UTC (4 years, 4 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Give %%DOCSDIR%% chance to be expanded Reported by: pointyhat
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 17 16:45:00 2007 UTC (4 years, 4 months ago) by girgen
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -5 lines
Update PostgreSQL ports to the latest patch releases. PR: ports/104075
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:45 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 23 07:04:09 2006 UTC (6 years ago) by linimon
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Revert last commit. It is not possible (yet) to have the dirrmtry usage in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 22 05:52:10 2006 UTC (6 years ago) by edwin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:44 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -6 lines
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)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 6 03:59:49 2004 UTC (7 years, 2 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Add myself as committer, and use my @FreeBSD.org address. Approved by: ade (mentor)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Dec 4 12:00:48 2003 UTC (8 years, 2 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -18 lines
Introduce the world to PostgreSQL 7.4! By and large this release is 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)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 4 11:16:38 2003 UTC (8 years, 5 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -9 lines
Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR: 56346
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 19 09:12:55 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
postgresql slave ports, reduce unnecessary portrevision bumps PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 5 04:48:16 2003 UTC (8 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Add missing @dirrm
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:58:30 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 10 04:54:18 2003 UTC (9 years ago) by seanc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -1 lines
Update postgresql-docs to be a slave port of the specified POSTGRESQL_PORT tunable. As a perk, the plist is automatically generated. PR: ports/48106 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jan 4 09:01:05 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Fix Makefile variable resolution problem. Submitted by: Alexandr Listopad <laa@laa.zp.ua>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 4 03:36:53 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Update the PostgreSQL documentation to 7.3.1. PR: ports/46703 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 26 23:14:23 2002 UTC (9 years, 5 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_7_0
Add ports/databases/postgresql-docs, which will install the documentation formerly found in ports/databases/postgresql7. PR: 42008 Submitted by: Palle Girgensohn (maintainer)
