aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/pkg-plist-plpython
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired/expiring ports:Rene Ladan2016-10-031-12/+0
| | | | | | | | | | 2016-10-01 databases/postgresql91-client: End-of-life is near 2016-10-08 databases/postgresql91-pgtcl: Depends on expired PostgreSQL 9.1 2016-10-01 databases/postgresql91-server: End-of-life is near 2016-10-08 databases/postgresql-pllua: Depends on expired PostgreSQL 9.1 Notes: svn path=/head/; revision=423218
* Cleanup plist and avoid useless @execBaptiste Daroussin2015-07-221-3/+0
| | | | Notes: svn path=/head/; revision=392696
* Update PostgreSQL-9.x to latests versions.Palle Girgensohn2015-02-051-3/+3
| | | | | | | | | | | | | | This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable. Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, CVE-2015-0244,CVE-2014-8161 Notes: svn path=/head/; revision=378500
* - Fix PLIST for python3Sunpoet Po-Chuan Hsieh2013-10-281-7/+8
| | | | | | | | Submitted by: sunpoet (myself) Approved by: crees (pgsql) Notes: svn path=/head/; revision=331888
* - add pkg-plist changes, forgotten in r310678Ruslan Makhmatkhanov2013-01-201-3/+3
| | | | | | | | - fix portname in MOVED - remove trailing whitespace in MOVED, while here Notes: svn path=/head/; revision=310679
* - Fix plist when postgresql-plpython installed for postgresql 9.1 andGreg Larkin2011-10-261-1/+1
| | | | | | | | | | | postgresql-plpython built with python 3+ PR: ports/161822 Submitted by: sunpoet Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit) Notes: svn path=/head/; revision=284373
* - Unbreak postgresql-plpython: allow build with threaded pythonSunpoet Po-Chuan Hsieh2011-10-021-1/+11
| | | | | | | | | | - Pass maintainership to submitter PR: ports/159843 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=282829
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Say hello to postgresql-8.0. Some of the highlights of the new versionPalle Girgensohn2005-01-311-0/+4
are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127738