| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Remove version numbers from LIB_DEPENDS
PR: ports/178569
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Approved by: maintainer via private email
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
- fix BUILD_DEPENDS
- convert to optionsng (by Mark Felder <feld@feld.me>)
PR: 174824
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
|
|
|
|
|
|
|
|
| |
- Remove @stopdaemon
- Bump PORTREVISION
PR: ports/169251
Submitted by: Mark Felder <feld@feld.me>
Approved by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
Also merged fixes by dikshie <dikshie@sfc.wide.ad.jp> (ports/162460).
PR: ports/167868
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net>
Approved by: crees (mentor)
|
|
|
|
| |
- pass maintainership
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
| |
Submitted by: Martin Nielsen <charliewutwut@gmail.com>
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
pkg-deinstall only needs to handle the removal of the .pid file
use @stopdaemon to stop smoking instead of invoking smokeping stop manually by pkg-deinstall
use bsd.port.options.mk
use SUB_FILES to update pkg-message
PR: ports/143182
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
|
|
|
|
|
|
| |
(part 8).
Approved by: portmgr (itetcu)
|
|
|
|
|
|
| |
(part 4).
Approved by: portmgr (itetcu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
|
|
|
|
|
|
| |
- use ETCDIR while here
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From CHANGES:
* added strict to both wrappers and fixed some followup errors -- tobi
* kill taint error in Smokeping.pm -- tobi
* better master/slave secrets documentation -- tobi
* do not load :sys_wait_h from POSIX perl module since this seems to
be missing in some linux distros and we can do alright without.
|
|
|
|
|
|
|
|
| |
- Use proper PORTEXAMPLES
- Start script updated to avoid deadlock with sshd
PR: ports/126966 [mostly 1]
Submitted by: chinsan
|
|
|
|
|
| |
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
|
| |
|
|
|
|
|
|
|
| |
- Fix smokeping user homedir and shell [2]
- Bump PORTREVISION
Submitted by: "Marcello Gorlani" <gorlani@gorlani.com> [1], "P Bielecki" <pawciobiel@gmail.com> [2]
|
|
|
|
|
|
| |
- Bump PORTREVISION
Noticed by: "Marcello Gorlani" <gorlani@gorlani.com>
|
|
|
|
|
|
|
| |
- Fix detection of running process, fixes [1]
PR: ports/114593 [1]
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> [1]
|
|
|
|
|
|
|
|
| |
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
|
|
|
|
|
|
|
|
|
| |
Based on the description of this port, it belongs more in
net-mgmt than in net.
PR: ports/114323
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: lth@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
| |
|
|
|
|
|
|
|
|
| |
- Include reload command [2]
- Update MASTER_SITES
PR: ports/103626
Submitted by: brd [1], Sean McAfee <smcafee@collaborativefusion.com> [2]
|
| |
|
|
|
|
|
|
|
|
|
| |
- Permanent uid/gid [1]
- Better handling of www uid [1]
- Update WWW: URL in pkg-descr [1]
PR: ports/96310 [1]
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
|
| |
PR: ports/95156 [1], ports/95731 [2]
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> [1], Babak Farrokhi <babak@farrokhi.net> [2]
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
| |
- Add SHA256 checksum
|
|
|
|
| |
Source: distfile survey
|
|
|
|
| |
- Added OPTIONS for more probes
|
|
|
|
|
| |
PR: ports/81937
Submitted by: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
| |
|
|
|
|
| |
Prompted by: kris
|
|
|
|
| |
Noticed by: Kent Kuriyama <kuriyama@newhost.cpf.navy.mil>
|
|
|
|
|
| |
PR: ports/80289
Submitted by: Daniel Johansson <donnex@donnex.net>
|
|
|
|
|
|
| |
- Rearranged man pages and port docs accordingly
Noticed by: Daniel Johansson <donnex@gmail.com>
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
|
| |
PR: ports/72401
Noticed by: pointyhat
Submitted by: lth
|
| |
|
|
|
|
| |
Approved by: erwin (mentor)
|
|
|
|
|
| |
PR: 66803
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64890
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
|
|
|
|
|
| |
PR: ports/64071
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use OPTIONS for optional dependencies
- Change pkg-{,de}install to avoid risk of data loss when upgrading
- Patch files instead of regexps in Makefile
added a work around for PR 63293
PR: 63230
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
Reviewed by: clement
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed extraneous patch file
- Fixed binaries paths in lib/probes/*
Noticed by: Daan van de Linde
- s/file/FILE/, to make portlint happy
PR: 58396
Submitted by: maintainer
Approved by: krion (implicit)
|
|
|
|
|
|
|
|
| |
* Cleaned up docs installation
PR: 55048
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
|
|
|
|
|
|
| |
PR: 53775, 53883
Submitted by: Rob Evers <rob@debank.tv>
Lars Thegler <lars@thegler.dk>
|
|
|
|
|
| |
PR: 51068
Submitted by: Lars Thegler <lars@thegler.dk>
|
| |
|
|
|
|
|
| |
PR: ports/48596
Submitted by: Lars Thegler <lars@thegler.dk>
|
| |
|
|
|
|
|
| |
PR: 46727
Submitted by: Lars Thegler <lars@thegler.dk>
|
|
|
|
|
|
|
| |
as reported by Kent Kuriyama <kuriyakk@cpf.navy.mil>.
PR: ports/45996
Submitted by: Lars Thegler <lars@thegler.dk>
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
PR: 44166
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/44152
Submitted by: maintainer
|
|
|
|
|
| |
PR: 40113, 40170
Submitted by: Scott Lipcon <slipcon@mercea.net>, maintainer
|
|
|
|
|
| |
PR: 38833
Submitted by: maintainer
|
|
|
|
|
| |
PR: 37534
Submitted by: maintainer
|
|
|
|
|
|
|
| |
o Fix a bug of "stop" feature in smokeping.sh.
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
PR: ports/36006
|
|
|
|
|
| |
Move configuration file to $PREFIX/etc/smokeping.
Use $PREFIX/var/smokeping for PID file and generated data.
|
|
This port is heavily modified by kuriyama:
o Use BSD'ish directory hierarchy (imcomplete)
TODO for this port (will be done by kuriyama)
o Upgrade to 1.6 (see follow-up of this PR)
o Use non-privileged UID for smokeping
o Move *.pm to $PREFIX/lib/perl5/site_perl
PR: ports/36006
Submitted by: Lars Thegler <lars@thegler.dk>
|