Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/postgresql-plpython/Makefile

[BACK] Up to [FreeBSD] / ports / databases / postgresql-plpython

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 10 22:20:11 2011 UTC (3 months ago) by rm
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Change email for my ports to FreeBSD one.

Approved by:	novel (mentor)
Feature safe:	yes

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 26 15:09:26 2011 UTC (3 months, 2 weeks ago) by glarkin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
- Fix plist when postgresql-plpython installed for postgresql 9.1 and
  postgresql-plpython built with python 3+

PR:		ports/161822
Submitted by:	sunpoet
Approved by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 2 20:07:39 2011 UTC (4 months, 1 week ago) by sunpoet
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3 lines
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter

PR:		ports/159843
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 5 06:29:48 2011 UTC (10 months, 1 week ago) by rene
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Mark as BROKEN, needs threaded Python to configure

Submitted by:	local tinderbox build

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 4 18:03:25 2011 UTC (10 months, 1 week ago) by rene
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Bump PostgreSQL dependency to 8.4 which is the default in bsd.databases.mk
This fixes the port.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:17:01 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
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)

Revision 1.7: 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
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +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.6: download - view: text, markup, annotated - select for diffs
Sun Mar 4 02:12:33 2007 UTC (4 years, 11 months ago) by linimon
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
dd@ has had his port bit taken for safekeeping.  Therefore, return these
to the pool.

Hat:		portmgr

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 6 16:47:28 2006 UTC (5 years, 2 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
More rubust regex to determine which version of postgresql that is
already installed.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 3 09:30:27 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
In order to address a potential security hole recently identified with
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>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 31 01:58:58 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Bump portrevision

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:44 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +26 -7 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.1: download - view: text, markup, annotated - select for diffs
Sat Nov 6 14:41:04 2004 UTC (7 years, 3 months ago) by dd
Branches: MAIN
CVS tags: RELEASE_4_11_0
A port for the PL/Python module that comes with Postgres

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options