summaryrefslogtreecommitdiff
path: root/databases/postgresql92-plpython (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-10Removed expired postgresql92 ports.Rene Ladan1-5/+0
Notes: svn path=/head/; revision=461440
2016-07-01Delete the now expired postgresql90 ports. Upstream support forMatthew Seaman1-1/+1
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
2014-08-25Convert pgsql ports to use USES+=pgsqlChris Rees1-1/+1
Reviewed by: bapt Notes: svn path=/head/; revision=366114
2013-10-28- Fix PLIST for python3Sunpoet Po-Chuan Hsieh1-1/+0
Submitted by: sunpoet (myself) Approved by: crees (pgsql) Notes: svn path=/head/; revision=331888
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
databases) Notes: svn path=/head/; revision=327717
2013-01-20Split out postgresql-python port on to bunch of PostgreSQL version-dependent ↵Ruslan Makhmatkhanov1-0/+5
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