Commit Graph

84 Commits

Author SHA1 Message Date
Mathieu Arnold
2ce0cb26fa Update the rest of my ports to UCL pkg-message. 2019-06-19 15:20:22 +00:00
Mathieu Arnold
28bb814f74 Update to 2.0.47. 2019-03-04 12:17:39 +00:00
Ben Woods
639192571f sysutils/munin-master: Include provisioning tool warning post r485721 2018-11-24 02:56:55 +00:00
Ben Woods
b044e71547 sysutils/munin-*: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
- Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
  with a '.conf' suffix.
- Add pkg-install script to automatically move any copies of the old
  newsyslog file to the new location if it was modified from the default
  or delete the old file if it is has not been modified.
- Add a note to UPDATING and pkg-message to warn users of this, in case
  they are using provisioning/configuration management tools which need
  to be modified.

Recent changes to /etc/newsyslog.conf (r340318) will only include files
from the /usr/local/etc/newsyslog.conf.d/ directory which end with
'.conf' and do not beginning with a '.' character.

Reviewed by:	mandree (D17088)
Approved by:	mat (maintainer)
Differential Revision:	https://reviews.freebsd.org/D17089
2018-11-24 02:50:06 +00:00
Mathieu Arnold
21a7ba306a Update to 2.0.43.
Remove a patch replacing seq by jot, seq was added in FreeBSD 9.  Also,
remove a patch fixing perl's hash randomization, it was addressed a bit
differently upstream.
2018-11-21 13:50:41 +00:00
Alexey Dokuchaev
9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00
Mathieu Arnold
efa990e041 Update to 2.0.34.
Sponsored by:	Absolight
2017-10-27 12:19:09 +00:00
Sunpoet Po-Chuan Hsieh
177ec6a9fb Remove Perl core modules
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-30 01:48:54 +00:00
Sunpoet Po-Chuan Hsieh
c6eacbbbef Remove outdated PERL_LEVEL check
With hat:	perl
2017-06-05 23:25:55 +00:00
Mathieu Arnold
ee0b8c9ff5 Update to 2.0.30.
Sponsored by:	Absolight
2017-01-19 13:34:51 +00:00
Mathieu Arnold
294d8b49ca Add file forgotten in last commit.
Sponsored by:	Absolight
2016-12-26 23:47:11 +00:00
Mathieu Arnold
07e393b388 Drop newsyslog's configuration into etc/newsyslog.conf.d.
Sponsored by:	Absolight
2016-12-26 17:30:00 +00:00
Mathieu Arnold
7531dc48f3 Update to 2.0.28.
Reported by:	portscout
Sponsored by:	Absolight
2016-12-21 11:12:30 +00:00
Mathieu Arnold
b0d4cb0a3e CGI-Fast was removed in Perl 5.21.
Sponsored by:	Absolight
2016-11-08 09:03:12 +00:00
Mathieu Arnold
84b9758ad8 Update to 2.0.26.
Sponsored by:	Absolight
2016-10-27 14:12:23 +00:00
Niclas Zeising
307a70b894 Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
2016-05-02 16:08:56 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Mathieu Arnold
2dd78cdf85 Try and fix the ownership of munin's home directory.
Sponsored by:	Absolight, The FreeBSD Foundation
2015-10-02 07:52:35 +00:00
Mathieu Arnold
8a578ac838 Trying to shut stage-qa up without testint is bad.
Pointed out by:	Mike Harding
Sponsored by:	Absolight
2015-03-25 15:54:46 +00:00
Mathieu Arnold
f6e67d43da Switch munin-master from CGI to CGI.pm
Sponsored by:	Absolight
2015-03-25 11:41:31 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Mathieu Arnold
acb7d9a996 That was not supposed to go in.
Sponsored by:	Absolight
2014-11-25 15:08:33 +00:00
Mathieu Arnold
368b1f37cb Update to 2.0.25.
Sponsored by:	Absolight
2014-11-25 15:07:23 +00:00
Mathieu Arnold
d25c9df468 Update to 2.0.24.
Fixup the if_ and if_errcoll_ plugins, interface names can be longer than 5
chars.  Add an if_packets_ plugin.

Allow people to have a custom crontab that won't be touched when
installing/deinstalling.

Sponsored by:	Absolight
2014-10-27 14:43:47 +00:00
Mathieu Arnold
7b737f4606 Update munin to 2.0.23.
Sponsored by:	Absolight
2014-10-22 14:13:40 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Mathieu Arnold
7df3c36c2b Update to 2.0.21.
Sponsored by:	Absolight
2014-09-02 16:26:52 +00:00
Mathieu Arnold
1fef7a32be - Stage
- Move a few patches around to stay consistent
- add a JAVA option to munin-node.

Sponsored by:	Absolight
2014-09-02 16:13:40 +00:00
Mathieu Arnold
a3463cdef5 Take all three, staging follows.
Approved by:	portmgr (NO_STAGE)
Sponsored by:	Absolight
2014-09-02 14:33:48 +00:00
Baptiste Daroussin
b35454ed6b Reset mainainership on non staged ports
With hat:	portmgr
2014-08-25 09:46:57 +00:00
Niclas Zeising
0b93aa454f Grab
Approved by:	portmgr (antoine)
2014-04-05 11:18:12 +00:00
Florian Smeets
24136b5bd5 Release a few ports I don't use anymore. Unfortunately I don't have time to
maintain them properly currently.
2014-03-11 20:35:53 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
7ec4b3d1a2 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 07:47:02 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Florian Smeets
1d6d8d1dce Update to 2.0.12 2013-04-26 23:10:10 +00:00
Florian Smeets
59b04beeb0 - update to 2.0.11.1
- a couple of rc script fixes [1]

Submitted by:	crees [1]
2013-02-16 13:30:41 +00:00
Florian Smeets
7e06c048aa - update to 2.0.9
- use correct pidfile for munin-sched rc script [1]
- munin-cgi-graph requires FCGI [2]

Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1]
		Sergey V. Dyatko <sergey.dyatko@gmail.com> [2]
Feature safe:	yes
2012-12-06 14:27:28 +00:00
Florian Smeets
e47a6dd59a - update to 2.0.7
- move USERS and GROUPS from munin-common/Makefile to munin.mk, otherwise they
  cannot be used in the Makefiles of munin-master and munin-node where they are
  required. This fixes permissions on certain directories. [1]
- VERSION.node file should be updated after the pkg-install script runs, because
  it requires the version of the previously installed version not the currently
  installed one. [2]

PR:		ports/172260 [1]
Reported by:	Haruo Shiba <shiba@logic-design.co.jp> [1]
		tdb [2]
2012-10-06 22:10:55 +00:00
Florian Smeets
0e1f1543b2 - add missing dependencies
- bump PORTREVISION

PR:		ports/171692
Submitted by:	Bill <lists+freebsd@xinu.tv>
2012-09-19 16:23:55 +00:00
Florian Smeets
8b61b2876c - Update to 2.0.6 based on [1]
- Add support for ada disk devices to hddtemp_smartctl [2]
- Add a patch for upstream bug 1251 to prevent huge munin-graph.log files

PR:		ports/171116 [1]
PR:		ports/169287 [2]
Submitted by:	mm [1], TAKEMON Takashi <takemon@bamboogate.co.jp> [2]
2012-09-13 22:00:33 +00:00
Andrej Zverev
425d0841bb - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-07-01 14:14:22 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Florian Smeets
674d61cf59 - fix depencency, munin should depend on devel/p5-Storable instead of
converters/p5-Storable-AMF

PR:		ports/168288
Submitted by:	Sam Cassiba <sam@cassiba.com>
2012-05-24 14:48:52 +00:00
Sylvio Cesar Teixeira
b240caf9e4 - Chase rrdtool shlib version bump. 2012-05-07 18:52:09 +00:00
Florian Smeets
82417b073d Update to 1.4.7
Feature safe:	yes
2012-03-15 23:19:33 +00:00
Florian Smeets
6a578bfa7c munin moved to a new home
Reported by:	Cyrill Lefevere <cyrille.lefevre-lists@laposte.net>
2011-12-19 10:50:50 +00:00
Florian Smeets
c5d9dc770a update to 1.4.6
Changelog: http://munin-monitoring.org/browser/tags/1.4.6/ChangeLog
2011-07-09 18:05:47 +00:00
Florian Smeets
de626f2bc8 - fix newsyslog entries, logs have been living in /var/log/munin for some
time now [1]
- drop MD5 checksum

Inspired by:	ports/151182 [1]
2011-02-15 00:14:20 +00:00