aboutsummaryrefslogtreecommitdiff
path: root/databases/skytools
Commit message (Collapse)AuthorAgeFilesLines
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Finally retire USE_PGSQLChris Rees2014-11-221-3/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistBaptiste Daroussin2014-10-201-11/+0
| | | | Notes: svn path=/head/; revision=371255
* - Convert to USES=pythonMarcus von Appen2014-09-281-3/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=369474
* databases/skytools: update to 3.2William Grzybowski2014-08-134-82/+185
| | | | | | | | | | | - Support stage - Pass maintainership to submitter PR: 192601 Submitted by: Sam Cassiba Notes: svn path=/head/; revision=364810
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360691
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-081-2/+9
| | | | | | | | | dependency Approved by: portmgr (blanket) Notes: svn path=/head/; revision=335883
* 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
* databases/skytools: Fix PYTHON specificationJohn Marino2013-07-221-1/+1
| | | | | | | | | | | Python 2.5 is no longer in the tree. Right now all versions of python are considered to be acceptable. Approved by: culot (mentor) Suggested by: jgh Notes: svn path=/head/; revision=323437
* databases/skytools: Restrict to postgresql 9.1 and earlierJohn Marino2013-07-222-31/+4
| | | | | | | | | | | | | | This version of skytools fails to build with postgresql 9.2 This port had complex logic to change pkg-plist with pgsql > 8.2, but now all versions meet this criteria. Remove the logic and trim the pkg-plist as well as the header. Also convert USE_GMAKE to USES+=gmake. PR: ports/179957 submitted by: marino Approved by: bapt (mentor), maintainer timeout Notes: svn path=/head/; revision=323429
* - Move over to py25+ or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269616
* Update to 2.1.12Josh Paetzel2010-12-262-5/+4
| | | | | | | | | PR: ports/153442 Submitted by: Khee Chin <kheechin@gmail.com> Approved by: Khee Chin <kheechin@gmail.com> (maintainer) Notes: svn path=/head/; revision=266919
* - txid bits are installed conditionally on postgresql version, fix plistPav Lucistnik2010-12-022-6/+25
| | | | | | | | | PR: ports/146913 Reported by: Alexey Markov <redrat@mail.ru> Approved by: feedback timeout on the PR Notes: svn path=/head/; revision=265579
* - Update to 2.1.11Martin Wilke2010-03-272-6/+5
| | | | | | | | PR: 145003 Submitted by: Khee Chin <kheechin@gmail.com> (maintainer) Notes: svn path=/head/; revision=251599
* Over to submitter of last update.Mark Linimon2010-01-141-1/+1
| | | | Notes: svn path=/head/; revision=247856
* With portmgr hat on, reset the maintainership of skv@ for ports thatMark Linimon2010-01-101-1/+1
| | | | | | | he has had one or more maintainer-timeouts on in the past 12 months. Notes: svn path=/head/; revision=247508
* - Update to 2.1.10Wesley Shields2009-10-113-5/+8
| | | | | | | | | PR: ports/138446 Submitted by: Khee Chin <kheechin@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=242696
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-082-1/+1
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* Update to 2.1.7Sergey Skvortsov2008-09-043-12/+44
| | | | | | | | PR: ports/124303 Submitted by: Pierre-Emmanuel André Notes: svn path=/head/; revision=219837
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Fix with python25Pav Lucistnik2007-07-301-0/+2
| | | | Notes: svn path=/head/; revision=196746
* Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,Sergey Skvortsov2007-07-264-0/+133
replication. Notes: svn path=/head/; revision=196339