Commit graph

20134 commits

Author SHA1 Message Date
Dmitry Marakasov
d9ef13df2e - Add NO_ARCH
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
2017-01-10 11:42:49 +00:00
Jason Unovitch
e16c53fdc9 sysutils/fswatch-mon: fix spelling on CONFLICTS_INSTALL
PR:		200552
2017-01-10 02:46:43 +00:00
Jason Unovitch
3acf83d970 sysutils/prips: update 1.0.0 -> 1.0.1
PR:		215786
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
2017-01-10 02:43:10 +00:00
Adam Weinberger
379dc3a0b1 Drop maintainership from a handful of ports that I no longer use. 2017-01-10 00:09:38 +00:00
Mark Felder
fcbdc328dc fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified. fswatch implements four
kinds of monitors:

  * A monitor based on the File System Events API of Apple OS X.
  * A monitor based on kqueue, an event notification interface introduced in
    FreeBSD 4.1 and supported on most *BSD systems (including OS X).
  * A monitor based on inotify, a Linux kernel subsystem that reports file
    system changes to applications.
  * A monitor which periodically stats the file system, saves file modification
    times in memory and manually calculates file system changes, which can work
    on any operating system where stat (2) can be used.

fswatch should build and work correctly on any system shipping either of the
aforementioned APIs.

WWW: https://github.com/emcrisostomo/fswatch

PR:		200552
Submitted by:	Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
2017-01-09 22:46:50 +00:00
Mathieu Arnold
6a8746de45 Also, don't report autofs.
Sponsored by:	Absolight
2017-01-09 21:29:02 +00:00
Joseph Mingrone
6d27d777aa sysutils/zap: Update to version 0.6.4.
Fix issues with replication.
  - Do not require all '-r dataset' arguments to be listed first.
  - Fix error checking.
    If only one argument to 'zap rep' was supplied, replication would
    silently fail. This required breaking the interface. Instead of

    zap rep|replicate [-dLSv] [[-r dataset]... [dataset]... remote_dest]

    the format is now

    zap rep|replicate [-dLSv] [remote_dest [-r] dataset [[-r] dataset]...].

Fix issue with destroy.
  - In 0.6.3 $zptn was updated in destroy() to be an extended regular
    expression.  But, when a host was not supplied as an argument, grep -E
    was still being supplied with the initial $zptn value containing a
    basic regular expression.

With 'zap snap', do not require all '-r dataset' arguments to be listed
first.

Reviewed by:	AMDmi3
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9086
2017-01-09 19:36:36 +00:00
Babak Farrokhi
0274aab939 Rename sysutils/istatd to sysutils/istatserver and update to 3.01
PR:	215004
Reported by:	dcarmich@dcarmichael.net
Reviewed by:	bapt
Approved by:	bapt
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D9092
2017-01-09 16:40:01 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Dmitry Marakasov
b5f1d12ed5 - Add NO_ARCH
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
2017-01-09 10:04:06 +00:00
Dmitry Marakasov
6147e7195c - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Add NO_ARCH

Approved by:	portmgr blanket
2017-01-09 09:54:20 +00:00
David Naylor
d4f1a32eef sysutils/py-plumbum: update to 1.6.3
* Python 3.6 is now supported, critical bug fixed (#302)
 * Commands: Better handling of return codes for pipelines (#288)
 * Paths: Return split support (regression) (#286) - also supports dummy args
   for better ``str`` compatibility
 * Paths: Added support for Python 3.6 path protocol
 * Paths: Support Python's ``in`` syntax
 * CLI: Added Config parser (provisional) (#304)
 * Color: image plots with `python -m plumbum.cli.image` (#304)
 * SSH: No longer hangs on failure (#306)
 * Test improvements, especially on non-linux systems
2017-01-09 05:42:52 +00:00
Romain Tartière
f133bebcaa - Update to 4.8.1
PR:		215872
Approved by:	Zach Leslie <freebsd@zleslie.info> (maintainer)
2017-01-08 21:57:37 +00:00
Sunpoet Po-Chuan Hsieh
ec79ee2b7d Update to 3.2.2
Changes:	https://github.com/puppetlabs/hiera/commits/master
2017-01-08 20:43:20 +00:00
Olivier Duchateau
47706eca19 Chase update of graphics/poppler (and slaves ports) in revision r430777 2017-01-07 10:42:51 +00:00
Joseph Mingrone
64a873c2c8 sysutils/zap: Update to version 0.6.3.
Fix problem calling basic sed with unsupported a|b.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9078
2017-01-07 03:18:19 +00:00
Adam Weinberger
c3142025cd LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
2017-01-07 01:07:55 +00:00
Steve Wills
a082db56d0 sysutils/rubygem-fluentd: Patch to remove dep on string-scrub
PR:		215178
Reported by:	Yanis Guenane <yanis+freebsd@guenane.org>
Approved by:	maintainer timeout (kuriyama, >4 weeks)
MFH:		2017Q1
2017-01-06 22:50:43 +00:00
Steve Wills
3ad4c71bc3 sysutils/rubygem-specinfra: update to 2.66.3
PR:		214616
Submitted by:	naito.yuichiro@gmail.com
2017-01-06 21:39:44 +00:00
Steve Wills
a77f0f1072 sysutils/rubygem-itamae: update to 1.9.10
PR:		214616
Submitted by:	naito.yuichiro@gmail.com
2017-01-06 21:39:02 +00:00
Sunpoet Po-Chuan Hsieh
846cb85b74 Update to 0.3.2
Changes:	https://github.com/WinRb/winrm-fs/blob/master/changelog.md
2017-01-06 20:50:05 +00:00
Nikolai Lifanov
3d9ab9f606 add sysutils/s6-rc - service manager for s6-based systems
PR:		208655
Submitted by:	Andris Raugulis <moo@arthepsy.eu>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9065
2017-01-06 20:01:08 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
7277ec6a16 Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
2017-01-05 22:58:02 +00:00
Steve Wills
8e798a4ed5 sysutils/puppet3{7,8}: mark deprecated due to end of upstream support
Approved by:	bapt (maintainer puppet38)
2017-01-05 21:52:08 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Steve Wills
f2eea0b52f sysutils/puppet{38,4}: fix path to daemontools'es commands
PR:		208628
Submitted by:	Alexey <fbsd98816551@avksrv.org>
Approved by:	Zach Leslie <freebsd@zleslie.info> (maintainer of sysutils/puppet4)
2017-01-04 21:19:45 +00:00
Mark Linimon
bda391284d Attempt to fix build on tier-2 archs.
Tested on:	armv6
Submitted by:	madpilot (maintainer)
2017-01-04 20:51:46 +00:00
Joseph Mingrone
aeae7f9862 sysutils/zap: Update to version 0.6.2
Add options to control behaviour when a resilver is in progress.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9044
2017-01-04 19:04:44 +00:00
Joseph Mingrone
53b4130f2a sysutils/zap: Update to version 0.6.1.
Changes in version 0.6.0:
    - Add remote replication support.
    - Rework command options to be similar to the zfs command.

Changes in version 0.6.1:
    - Fix incorrect replication example in the documentation.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9043
2017-01-04 18:10:24 +00:00
Torsten Zuehlsdorff
8a319720d6 sysutils/nomad: Update from 0.5.1 to 0.5.2
- client: Fixed a race condition and remove panic
          when handling duplicate allocations
- client: Cancel wait for remote allocation if migration is no longer required
- client: Failure to stat a single mountpoint does not cause all of host
          resource usage collection to fail

PR:           215744
Submitted by: jhixson@gmail.com (maintainer)
2017-01-04 16:43:17 +00:00
Josh Paetzel
6ae5576aa6 Change LICENSE_NAME and MASTER_SITES
PR:	214594
Submitted by:	takefu
2017-01-04 02:23:29 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Mathieu Arnold
2374e868a2 Fix plugin configurations.
Munin seems to read all the files in its .d directory, so the .sample is
always read after the actual .conf, and overwrites its defaults.
Which is, obviously, a bad thing.

Sponsored by:	Absolight
2017-01-03 15:48:47 +00:00
Mathieu Arnold
9e85d5ec60 Fix postfix's logfile, it is supposed to be the filename, not the full
path.

PR:		215735
Submitted by:	Vladimir Krstulja
Sponsored by:	Absolight
2017-01-03 15:16:20 +00:00
Jan Beich
9e58624042 Drop pre-10.3 support in my ports
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
2017-01-03 12:49:39 +00:00
Torsten Zuehlsdorff
983abfa234 sysutils/storcli: Update from 1.19.04 to 1.20.15
Changelog: https://docs.broadcom.com/docs/1.20.15_StorCLI.txt

PR:           215062
Submitted by: takefu@airport.fm (maintainer)
2017-01-03 12:24:43 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Mathieu Arnold
b1e8459a6f Deprecate ports broken for FreeBSD 10.3-
Sponsored by:	Absolight
2017-01-03 10:59:48 +00:00
Mathieu Arnold
24a8b3e695 Remove redundant code.
Sponsored by:	Absolight
2017-01-03 10:59:40 +00:00
Rene Ladan
f2d2d41cbc leeym handed in his commit bit. 2017-01-02 20:04:36 +00:00
Matthew Seaman
ff84716c24 D'Oh. I forgot to bump PORTREVISION. 2017-01-02 18:05:47 +00:00
Matthew Seaman
8785d8ad4a Handle errno==5 (EIO) as the result of trying to write(2) to the console.
Submittet upstream by Damien Fleurot:
https://github.com/rsyslog/rsyslog/issues/1351

PR:		211033
Submitted by:	dam@my.gd
Reported by:	xavi.garcia@gmail.com
2017-01-02 18:05:05 +00:00
Sunpoet Po-Chuan Hsieh
9da536f68a Update to 1.0.6
- Add PORTSCOUT

Changes:	https://github.com/puppetlabs/forge-ruby/commits/1.x
2017-01-02 10:15:20 +00:00
Sunpoet Po-Chuan Hsieh
bf85e4d6a4 Add missing RUN_DEPENDS
- Update gemspec patch
- Bump PORTREVISION for dependency change
2017-01-02 10:15:03 +00:00
Sunpoet Po-Chuan Hsieh
e5d3ef0d4a Update to 2.2.2
Changes:	https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
2017-01-02 10:14:59 +00:00
Steve Wills
04e86f44af sysutils/rubygem-winrm-fs: patch to work with newer rubygem-logging 2017-01-01 21:45:59 +00:00
Sunpoet Po-Chuan Hsieh
1c48dcab58 - Update to 5.0.1
Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-01-01 21:41:02 +00:00
Sunpoet Po-Chuan Hsieh
eeb183baf8 Update to 10.2.3
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-01-01 21:40:18 +00:00
Sunpoet Po-Chuan Hsieh
6e4287bc5a Update to 20160920
- Add LICENSE_FILE

Changes:	https://git.tartarus.org/?p=simon/agedu.git;a=shortlog
2017-01-01 21:40:14 +00:00