aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-plpython/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Delete the now expired postgresql90 ports. Upstream support forMatthew Seaman2016-07-011-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresql-9.0.x was declared EoL in September 2015. Summary: Remove 9.0 from the list of postgresql versions available in ports Disconnect postgresql90 ports from the build Remove postgresql90-pgtcl port Remove postgresql90-client port Move the master postgreslXY-plperl makefile to postgresql95-plperl/Makefile. Adjust include lines in other postgresqlXY-plperl ports Delete postgresql90-plperl Move the master postgreslXY-plpython/{Makefile,pkg-descr} to postgresl95-plpython/{Makefile,pkg-descr} Adjust all other postgresqlXY-plpython/Makefile to include the new master Remove postgresql90-server Reviewers: jgh, girgen, #portmgr, O5 Ports Framework, bapt, crees Reviewed By: #portmgr, O5 Ports Framework, bapt, crees Subscribers: mat Differential Revision: https://reviews.freebsd.org/D6898 Notes: svn path=/head/; revision=417899
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Convert pgsql ports to use USES+=pgsqlChris Rees2014-08-251-3/+4
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=366114
* Stage supportAntoine Brodin2014-02-261-1/+0
| | | | | | | | Reviewed by: postgresql@ Tested by: miwi and me Notes: svn path=/head/; revision=346217
* - Fix PLIST for python3Sunpoet Po-Chuan Hsieh2013-10-281-5/+3
| | | | | | | | Submitted by: sunpoet (myself) Approved by: crees (pgsql) Notes: svn path=/head/; revision=331888
* Fix LATEST_LINK and some cleanupPalle Girgensohn2013-10-171-2/+1
| | | | Notes: svn path=/head/; revision=330639
* - Fix pkg name collisionJason Helfman2013-10-101-1/+3
| | | | | | | | Reviewed by: pgsql@ With hat: pgsql@ Notes: svn path=/head/; revision=329946
* - revert r329725Jason Helfman2013-10-071-2/+1
| | | | | | | | Reported by: qat@ With hat: pgsql@ Notes: svn path=/head/; revision=329729
* - Fix pkg name collisionJason Helfman2013-10-071-1/+2
| | | | | | | | Reviewed by: crees@ With hat: pgsql@ Notes: svn path=/head/; revision=329725
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anywayChris Rees2013-01-221-1/+1
| | | | | | | Submitted by: sunpoet Notes: svn path=/head/; revision=310833
* Split out postgresql-python port on to bunch of PostgreSQL version-dependent ↵Ruslan Makhmatkhanov2013-01-201-0/+31
ones, so the packages can be built with different versions of PostgreSQL. The patch is from crees@ with couple additions from me. It has some problems that prevents the build with python3, but it was decided that it's better to add this as starting point. Maintainership of this port also was passed to pgsql@ team. PR: 166999 PR: 174152 Reported by: many Approved by: pgsql (crees) Notes: svn path=/head/; revision=310678