Commit graph

5506 commits

Author SHA1 Message Date
Mark Felder
8051ab9555 Correct paths to fping out of the box
Submitted by:	raf@verbiest.be
2015-03-25 12:50:31 +00:00
Sunpoet Po-Chuan Hsieh
b4872adff4 - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 2015-03-24 18:24:27 +00:00
John Marino
b2053786ce 4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
2015-03-24 18:19:23 +00:00
Mark Felder
6659d1c712 Improve default file permissions
Ensure unifi cannot write to itself in the event of an exploit

Unifi only needs write access to: data, log, run, and work directories
2015-03-24 14:15:43 +00:00
Mark Felder
5fae6d0afc Update to 4.6.0 2015-03-24 13:35:58 +00:00
Mark Felder
158a98a20b Update to 0.14.11.6000
Numerous fixes and enhancements:
- Support for more functionality by default
- @sample the config.php.default
- Fix permissions issues
- Default paths to utilities corrected

PR:		193982
PR:		195919
2015-03-24 02:05:47 +00:00
John Marino
66d4e628cc net-mgmt/tcptrack: Reset maintainer, it was accidently reverted
bapt@ reset the maintainer on non-staged ports on 25 Aug 2014 (r366054),
but pi@ accidently reverted that the same day (r366055).  The PR it was
based on was not submitted by the maintainer.  Thus, I am resetting it
again as it was intended.
2015-03-23 21:28:54 +00:00
Mikhail Teterin
fbb19c4f2d Unbreak:
. Fix the ancient bug, which prevented this from being
  compiled with delightfully picky clang++ -- thus removing
  the GCC-requirement added by pi@
. Remove the author's curious attempts to impose stack-size
  limits on the various threads of this program -- this was,
  what caused the program to crash at run-time
. Get rid of pkg-plist (which only had two files) anyway.
. Declare the LICENSE (LGPL21)

Bump PORTREVISION.

Approved by:	port being condemned for deletion
2015-03-23 20:47:55 +00:00
Rodrigo Osorio
b18cecc458 - changes dep from p5-CGI.pm to p5-CGI
- bump port revision

PR:		198762
Submitted by:	pi
2015-03-22 00:11:02 +00:00
Sunpoet Po-Chuan Hsieh
5c4629d547 - Update to 0.8.2
Changes:	https://github.com/Ettercap/ettercap/releases
2015-03-21 22:00:14 +00:00
Sunpoet Po-Chuan Hsieh
a39f543c63 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT 2015-03-21 20:07:34 +00:00
Bryan Drewery
37a1520519 For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.

Differential Revision:	https://reviews.freebsd.org/D2103
Reviewed by:	mat
With hat:	bdrewery
2015-03-20 20:07:50 +00:00
Bryan Drewery
394033b92f Convert to new @dir format 2015-03-20 02:46:46 +00:00
Bryan Drewery
db55af0fea Fix the new USE_GITHUB to rename the distfile such that it does not
conflict with the old scheme and cause a "reroll" or "invalid checksums".  This
also avoids clobbering the FreeBSD distcache.

Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this
again for anything. It's more a hint of how to handle it in the future.

Reported by:	mat
Discused with:	mat, antoine, swills
With hat:	portmgr
2015-03-19 20:30:19 +00:00
Mathieu Arnold
aa959c5677 Convert to the new USE_GITHUB.
Sponsored by:	Absolight
2015-03-19 19:58:58 +00:00
Mark Felder
801c302940 Update to 3.2
http://www.shrubbery.net/rancid/CHANGES
2015-03-19 18:07:43 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Gleb Smirnoff
b9261c0154 On head do not build deprecated IPV6-MIB implementations in mibII/ipv6.c,
now superseeded by the INET-XXX-MIB versions. And no need for _WANT_IFADDR
hack now.

This fixes build on head, since cuts away the main kvm(3) abuser from
net-snmp.

Discussion:	http://sourceforge.net/p/net-snmp/mailman/message/33539005/
Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
Approved by:	zi
2015-03-18 16:05:08 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
John Marino
70023bbd50 net-mgmt/ndoutils: Not jobs safe
It tries to use an object file before it's built (io.o).
2015-03-17 09:51:25 +00:00
Vanilla I. Shu
2a77b78f4d Upgrade to 2.031012.
PR:		198309
Submitted by:	maintainer
2015-03-16 12:40:06 +00:00
Vsevolod Stakhov
16505777b4 - Fix build on 8.4.
- Do not bump portrevision: package is unchanged

Submitted by:	Eugene Grossbein via IRC
2015-03-16 10:52:46 +00:00
Bartek Rutkowski
6040413eb2 net-mgmt/zabbix24-server: update 2.4.3 -> 2.4.4
PR:		198005
Submitted by:	Pakhom Golynga <pakhom706@gmail.com>
2015-03-16 09:48:59 +00:00
Rodrigo Osorio
7e4ff7000e Fix rc script
Bump port revision

PR:		198571
Submitted by:	<jason.unovitch@gmail.com>
2015-03-15 18:44:28 +00:00
Sunpoet Po-Chuan Hsieh
f071ebdb52 - Fix USE_LDCONFIG 2015-03-12 18:26:18 +00:00
Palle Girgensohn
47ff389386 fix accidental use of WWWGRP in filename www_server.*. No need to bump pkgversion, since it is a noop unless the WWWGRP is modified, and if it is, the port breaks 2015-03-12 18:13:57 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Mathieu Arnold
6d48d71a2b Update to 2.1.1.
Sponsored by:	Absolight
2015-03-11 15:47:53 +00:00
Mathieu Arnold
bb3296d627 Fix a segfault in check_dhcp.
PR:		198318
Submitted by:	Ian Pallfreeman
Sponsored by:	Absolight
2015-03-10 11:39:17 +00:00
Philippe Audeoud
731ec1a953 - Update to 3.26 2015-03-09 15:04:02 +00:00
Mark Felder
cf9119a47b Previous patch for xymonproxy didn't land in the files dir 2015-03-09 13:24:11 +00:00
Thomas Zander
6be63eabb9 Initial import of net-mgmt/dhcp_probe, a tool to
discover DHCP and BootP servers on a network

PR:		197162
Submitted by:	khung@nullaxiom.com (maintainer)
2015-03-07 18:33:16 +00:00
Vsevolod Stakhov
5afb323def - Use github for port fetching
- Remove included patches
- Add patch to lock pcbinfo hash [1]
- Update version to 20150304

Submitted by:	Eugene Grossbein via IRC [1]
2015-03-04 10:33:32 +00:00
Dmitry Marakasov
7158a8bd89 - Drop @dirrm* from plist 2015-03-04 05:20:33 +00:00
Brad Davis
b4c3003d59 Update net-mgmt/collectd5 to 5.4.2
PR:		198205
Submitted by:	brd
Approved by:	zi (mentor)
2015-03-03 16:23:06 +00:00
Sunpoet Po-Chuan Hsieh
d3f0c20189 - Replace deprecated des_* methods with DES_* ones
PR:		198184
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Obtained from:	f71cd22271
2015-03-03 15:41:56 +00:00
Baptiste Daroussin
ff7bb9dac5 Cleanup plist 2015-03-03 07:57:22 +00:00
Baptiste Daroussin
65f50d3f57 Cleanup plist from @unexec rmdir and @dirrm* 2015-03-03 07:54:11 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
Dmitry Marakasov
fc362b7d11 - Add LICENSE_FILE
- Switch to @sample
2015-03-02 00:39:20 +00:00
John Marino
1414d794e7 net-mgmt/seafile-gui: Upgrade version 3.1.5 => 4.1.0
PR:		197984
Submitted by:	maintainer (Jingfeng Yan)
2015-03-01 18:56:56 +00:00
John Marino
ff71cd6800 net-mgmt/seafile: Upgrade version 3.1.4 => 4.0.6
PR:		197980
Submitted by:	maintainer (JingFeng Yan)
2015-03-01 17:59:53 +00:00
John Marino
f65a191ed1 net-mgmt/ccnet: Upgrade version 3.1.4 => 4.0.6
PR:		197979
Submitted by:	maintainer (JingFeng Yan)
2015-03-01 17:19:46 +00:00
Antoine Brodin
22595a4936 Deprecate ports broken for more than 6 months 2015-02-28 12:23:50 +00:00
Kurt Jaeger
32f2e44036 New port: net-mgmt/riemann
Riemann monitors low-latency, transient shared state for systems with many
moving parts.

Riemann aggregates events from your servers and applications with a powerful
stream processing language. Send an email for every exception raised by your
code. Track the latency distribution of your web app. See the top processes
on any host, by memory and CPU. Combine statistics from every Riak node in
your cluster and forward to Graphite. Send alerts when a key process fails
to check in. Know how many users signed up right this second.

WWW: http://riemann.io/

PR:		197403
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2015-02-27 19:35:09 +00:00
Dmitry Marakasov
4aaddcebb7 - Fix shebangs
- Add bash and perl to run-depends since this port installs scripts written in these
- Drop @dirrm* from plist
- Remove documentation file from plist it is handled by PORTDOCS
- Add LICENSE_FILE

PR:		197224
Submitted by:	amdmi3
Approved by:	maintainer timeout
2015-02-27 18:30:43 +00:00
Mark Felder
97684a2a90 The new stop_postcmd was too broad and could kill xymon-server if it was
running on the same host as xymon-client
2015-02-26 18:11:38 +00:00
Philippe Audeoud
dd4a95cbc1 - Update to 3.25 2015-02-26 14:14:32 +00:00
Mark Felder
c931783c1e Fix typo that slipped in previous rc script patch
Pointyhat -> me

PR:		197827
2015-02-24 13:53:41 +00:00
John Marino
6bbe17e97e net-mgmt/seafile: relocate python files
PR:		196922
Submitted by:	maintainer (JingFeng Yan)
2015-02-23 09:21:52 +00:00