non port: net-mgmt/nagiosql/Makefile |
SVNWeb
|
Number of commits found: 25 |
Mon, 13 Jun 2022
|
[ 00:08 Muhammad Moinur Rahman (bofh) ] 214a6c5 (Only the first 10 of 81 ports in this commit are shown above. )
*/*: Ignore with php82
|
Fri, 9 Apr 2021
|
[ 18:44 Matthias Fechner (mfechner) ] 911f042 (Only the first 10 of 169 ports in this commit are shown above. )
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Mar 2021
|
[ 00:03 dvl ]
update to 3.4.1
PR: 253457
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de>
|
Fri, 6 Sep 2019
|
[ 16:13 dvl ]
Unbreak by converting to GITLAB and a specfic commit.
The upstream project updates the tarball with hotfixes.
This is why the distfile was unfetchable.
Add LICENSE_FILE
Take maintainership. I might soon regret this.
|
Mon, 5 Aug 2019
|
[ 06:37 antoine ] (Only the first 10 of 95 ports in this commit are shown above. )
Mark BROKEN: unfetchable
|
Fri, 29 Mar 2019
|
[ 11:35 tobik ]
net-mgmt/nagiosql: Fix USES=php usage after r484572
|
Tue, 26 Feb 2019
|
[ 08:57 tobik ]
net-mgmt/nagiosql: Actually reset MAINTAINER after r493951
PR: 233458
|
[ 08:56 tobik ]
net-mgmt/nagiosql: Remove redundant regex escapes
nagiosql's Makefile currently has some redundant escaping of single
quotes in its Makefile. These get passed through as escaped single
quotes to regex(3), which is an escape of an ordinary character.
Such escapes will be forbidden in a future version of regex(3), so
we'll get ahead of the game and remove said escapes now.
While here, there are two questionable expressions: -e
"s|\>/etc/nagiosql|\>${ETCDIR}|g" and the one immediately following
it. \> is a word delimiter (see reformat(7)), and will only match
as such. If this were to match, it would replace <word
delimiter>/etc/nagiosql with >${ETCDIR} -- this likely works as
intended now, but I think it was intended that it matches a literal
>/etc/nagiosql, so the included patch treats it accordingly.
- While here reset MAINTAINER after a timeout of 3 months and
repeated previous timeouts
PR: 233458
Submitted by: kevans
Approved by: chris@smartt.com (maintainer timeout, 3 months)
|
Sat, 10 Nov 2018
|
[ 05:05 swills ]
net-mgmt/nagiosql: Update to 3.4.0
PR: 231671
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de>
Approved by: maintainer timeout (chris@smartt.com, >2 weeks)
|
Mon, 8 Oct 2018
|
[ 15:08 antoine ] (Only the first 10 of 154 ports in this commit are shown above. )
Fix some PKGNAME collisions
|
Mon, 13 Aug 2018
|
[ 09:25 tz ] (Only the first 10 of 16 ports in this commit are shown above. )
Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR: 229982
|
Sun, 8 Apr 2018
|
[ 12:19 brnrd ]
category net-mgmt: Convert to USES=php
Approved by: infrastructure modernization blanket
|
Thu, 8 Mar 2018
|
[ 19:48 mat ] (Only the first 10 of 388 ports in this commit are shown above. )
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 27 Jun 2015
|
[ 19:31 pgollucci ]
net-mgmt/nagiosql: modernize
- add cpe,
- set NO_ARCH
- modernize plist
PR: 200575
Submitted by: amdmi3@FreeBSD.org
Approved by: maintainer timeout (chris@smartt.com ; 26 days)
|
Sun, 20 Jul 2014
|
[ 19:21 danilo ]
- Add stage support
- Convert USE_BZIP2 to USES
- Use options helpers
- Remove SSH2 option
Approved by: portmgr (blanket)
|
Thu, 10 Jul 2014
|
[ 12:13 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Tue, 16 Apr 2013
|
[ 21:24 ohauer ]
- add mising dependency php-filter
(in addition to PR: ports/175457)
- bump PORTREVISION
Feature safe: yes
PR: ports/177763
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de>
Approved by: maintainer (implicit)
|
Sun, 3 Mar 2013
|
[ 19:56 ohauer ] (Only the first 10 of 14 ports in this commit are shown above. )
update to nagiosql 3.2.0_SP2
- use OPTIONS-NG
- make php5-ftp to optional (I suspect local file or SSH is the preferred config
distribuiton methode)
- remove all patch files, they are already included in the re-rolled sourcefile
- use DISTSUBDIR (unluckily distversion does not increment with applied patches)
- WWWGROUP is not defined it is WWWGRP (Makefile)
- define WRKSRC
- use COPYTREE_SHARE instead cp
- use post-install script to create $ETCDIR structure
additional for fresh install (adjust paths in sql script)
- change default nagiosql paths from /etc/nagiosql -> ${ETCDIR}
- change default nagios paths from /etc/nagios -> ${LOCALBASE}/etc/nagios
PR: 175457
Submitted by: ohauer
Approved by: maintainer timeout
|
Thu, 23 Aug 2012
|
[ 09:08 scheidell ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 3.2.0
- Incorporate SP1
- Superseed ports/170391
PR: ports/170396
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: maintainer, timeout (14 days)
|
Sun, 26 Jun 2011
|
[ 07:03 miwi ]
- Update to 3.1.1
- Add dependency simplexml
- Add knobs for cURL and SSH2
PR: 156555
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: maintainer timeout
|
Fri, 10 Dec 2010
|
[ 04:51 pgollucci ]
NagiosQL is a web based administration tool for Nagios.
It helps you to easily build a complex configuration with all options,
manage and use them. NagiosQL is based on a webserver with PHP, MySQL and
file access to the Nagios configuration files.
WWW: http://www.nagiosql.org/
PR: ports/152974
Submitted by: Chris St Denis <chris at smartt.com>
|
Number of commits found: 25 |