summaryrefslogtreecommitdiff
path: root/databases/nagios-check_postgres_replication (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
2018-05-22Add PY_FLAVOR to Python module dependencies.Mathieu Arnold1-2/+2
Sponsored by: Absolight
2018-04-25Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov1-1/+1
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
2017-04-21- Fix shebangsDmitry Marakasov1-7/+8
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold1-2/+2
With hat: portmgr Sponsored by: Absolight
2015-07-12- Add LICENSESunpoet Po-Chuan Hsieh2-4/+7
- Add NO_ARCH - Use PLIST_FILES instead of PLIST
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2014-10-20Cleanup plistBaptiste Daroussin1-1/+0
2014-10-08Convert to USES=pgsql and USES=pythonBaptiste Daroussin1-2/+1
2014-07-28Stagify.Vanilla I. Shu1-4/+3
2014-07-04Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin1-1/+1
pending PR (related to stage) With hat: portmgr
2013-11-20- Update WWW:Sunpoet Po-Chuan Hsieh1-1/+1
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
databases)
2013-02-28Convert the headers of these ports I just drop maintainership of.Brooks Davis1-5/+0
2013-02-28Paul Chvostek has graciously agreed to take maintainership of these twoBrooks Davis1-1/+1
ports.
2011-06-14Add nagios-check_postgres_replication, a Nagios plugin to check the lagBrooks Davis4-0/+59
between a postgresql streaming replica and master.