Nikolai Lifanov
e4912b9e06
update sysutils/moosefs3-master to 3.0.90
...
Recent changes since MooseFS 3.0.88:
* MooseFS 3.0.90-1 (2017-03-15)
- (master) fixed 'move/rename' with quota
- (master) fixed chunk counters shown in cli/cgi
- (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot
- (master) fixed acl copying during mfsmakesnapshot
* MooseFS 3.0.89-1 (2017-02-21)
- (mount) added fixing file length in all inodes after write
- (cs) split bitfiled into separate bytes (fixed potential race condition)
- (master) setting operation to NONE before sending status (silence unnecessary messages in some cases)
- (cs) increased verbosity of crc-error messages
- (cs) fixed invalidating preserved block in case of truncate down followed by truncate up
- (mount) increased master-proxy buffer sizes
PR: 218222
Submitted by: freebsd@moosefs.com (maintainer)
2017-03-31 14:36:06 +00:00
Brad Davis
f13fc84959
Add net/p5-Net-NTP
...
Approved by: swills (mentor)
Sponsored by: Netflix
2017-03-31 14:32:02 +00:00
Mathieu Arnold
21c9ca161e
Fix people using LICENSE_DISTFILES in the wrong way.
...
Sponsored by: Absolight
2017-03-31 14:09:38 +00:00
Mathieu Arnold
9b1667d542
The doc says: "LICENSE_PERMS Permissions; use "none" if empty."
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10214
2017-03-31 14:09:31 +00:00
Jan Beich
87ffd17cd8
multimedia/mpc-qt: update to 0.0.0.s20170329
...
Changes: 30b2294...3cd13a9
2017-03-31 14:00:57 +00:00
Jan Beich
676cec2efb
emulators/citra: update to s20170325
...
Changes: 2044041c...eb8a7a92c
2017-03-31 13:33:47 +00:00
Martin Wilke
753b02c6b5
- Update to 3.1.1
...
- Ignore php 7.1
PR: 218157
Submitted by: Franco Fichter
Approved by: maintainer
2017-03-31 13:30:48 +00:00
Pietro Cerutti
03f1ce00ed
devel/tclreadline: remove obsolete post-patch steps
2017-03-31 13:14:36 +00:00
Jan Beich
7215f56506
emulators/ppsspp: update to 1.4
...
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4
2017-03-31 13:10:02 +00:00
Rodrigo Osorio
d69722df3f
Upgrade port to v0.20 and take maintenership
...
Also fix plist and add license file
2017-03-31 12:52:45 +00:00
Sunpoet Po-Chuan Hsieh
f6378db2f2
Add p5-List-MoreUtils-XS 0.418
...
List::MoreUtils::XS provides compiled List::MoreUtils functions.
WWW: http://search.cpan.org/dist/List-MoreUtils-XS/
2017-03-31 12:32:17 +00:00
Sunpoet Po-Chuan Hsieh
5127c2e66b
Remove p5-List-MoreUtils-XS
2017-03-31 12:30:46 +00:00
Torsten Zuehlsdorff
ac2e2aaee8
www/gitlab: enable GitLab to start on boot
...
PR: 208793
Submitted by: László Károlyi <laszlo@karolyi.hu>, Horst Kapfenberger <horst.kapfenberger@agoracon.at>
2017-03-31 11:27:26 +00:00
Tobias C. Berner
ea0efaa5df
Update deskutils/kchmviewer to 7.7 and take maintainership.
...
Reviewed by: mat, rakuco
Approved by: rakuco (mentor), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10190
2017-03-31 11:18:02 +00:00
Tobias C. Berner
b9f3ab56bf
Update graphics/showimage to 0.10 and take maintainership.
...
Reviewed by: mat, rakuco
Approved by: rakuco (mentor), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10191
2017-03-31 10:33:37 +00:00
Martin Matuska
78855d38f4
Horde package update:
...
comms/pear-Horde_ActiveSync 2.38.1 -> 2.38.2
2017-03-31 10:01:58 +00:00
Dmitry Sivachenko
9286573962
Release
2017-03-31 09:51:19 +00:00
Alexey Dokuchaev
d76edebd41
Make sure `games/cake' runs OK on amd64 (and possibly other 64-bit
...
architectures):
- Console::SetFontSize() method calls Console::Recalculate_NLines()
which might access ConsoleLines[] array before it is constructed,
Recalculate_NLines() is explicitly called after ConsoleLines[] is
allocated and populated, so just comment out problematic call in
SetFontSize(); it is called only once anyway (the problem did not
exhibit itself on i386 for some reason);
- The code assumes that sizeof(long) == 4 in too many places, e.g.
in on-disk file format layouts and such. Fixing all structures
would be too much trouble; instead, simply replace those long's
with int's, [un]signed as appropriate.
2017-03-31 09:13:11 +00:00
Hiroki Sato
bcecbd8f51
Add textproc/greple and devel/p5-Getopt-EX, which greple depends on.
...
Greple is an egrep-like command-line tool which supports keyword search
in a way similar to popular WWW search engines in addition to regex.
2017-03-31 09:11:09 +00:00
Dmitry Marakasov
57349a3c90
- Add LICENSE
...
- Simplify installation
- Switch to options helpers
2017-03-31 09:02:06 +00:00
Kurt Jaeger
17e9fb1fb3
sysutils/mcelog: update 148 -> 149
...
- dmi: Handle NULL DMI string
- mcelog: Fix (harmless) off by one error in DMI scanning
- triggers/cache-error-trigger: remove bash specifics
- Makefile: replace echo -n with printf for posix shell compat
PR: 218246
Submitted by: Ultima1252@gmail.com (maintainer)
2017-03-31 07:33:32 +00:00
Jan Beich
d7860866e5
x11/controllermap: add new port
...
controllermap helps to map buttons on Xbox 360 style gamepad for use
with SDL_GameController API. The output can be appended into an
existing gamecontrollerdb.txt file or to SDL_GAMECONTROLLERCONFIG.
Based on: AUR package
2017-03-31 07:18:57 +00:00
Wen Heping
dc32987587
- Update to 6.2.32
...
PR: 218204
Submitted by: joneum@bsdproject.de(maintainer)
2017-03-31 06:20:45 +00:00
Matthew Rezny
31a9541d19
Fix fetch, update to 1.0.1, and add option for Qt 4 or 5 (default).
...
PR: 217824
Reviewed by: mat
Approved by: swills (mentor), maintainer (timeout)
Differential Revision: https://reviews.freebsd.org/D10199
2017-03-31 01:48:55 +00:00
Hiroki Sato
a325abe66b
- Fix bugs which could cause SIGSEGV.
...
- Fix an odd error message "sort: file not found".
It was not harmful but confusing.
- Increase the maximum number of vertexes in a spline curve.
100 vertexes were too small in modern environments.
- Use _PATH_* wherever possible.
2017-03-30 23:54:24 +00:00
Diane Bruce
6b6dc7ab27
FreeBSD fixes sent upstream deletes some patch files we had
...
=Version 4.0.1=
2017-03-28 David Freese <iam_w1hkj@w1hkj.com>
f40e79d: Socket connect
=Version 4.0.0=
7efc9b2: OS X 10.12 build
ffd6f09: STATION_CALLSIGN
f0f3763: Free BSD mods
b163605: Logbook mods
167f064: ru-po-update
5354812: Default Tx Audio
fac5963: remove sprintf
a9db866: Documentation update
b522581: n3fjp logger search
c565b03: fopen -> fl_fopen
abd9554: 48 bar macro
5f5776c: CW decoder
9c0f906: DX cluster
016799a: Logbook support
b4e227b: WinKeyer
1fe26c1: fsq ifkp s/n computation
d576fd8: fltk version update
2a1a8c3: Macro Date Time Formats
2017-03-30 23:24:00 +00:00
Carlos J. Puga Medina
d40fc5aa91
Document new vulnerabilities in www/chromium < 57.0.2987.133
...
Obtained from: https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop_29.html
2017-03-30 21:43:45 +00:00
Sunpoet Po-Chuan Hsieh
23eac24afa
Fix RUN_DEPENDS
2017-03-30 21:36:37 +00:00
Sunpoet Po-Chuan Hsieh
64eb10122f
Update to 1.56
...
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
2017-03-30 21:36:31 +00:00
Sunpoet Po-Chuan Hsieh
56d29179cf
Update to 0.314
...
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Config-AutoConf/Changes
2017-03-30 21:36:27 +00:00
Sunpoet Po-Chuan Hsieh
8ca543bc0a
Update to 0.40
...
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
2017-03-30 21:36:22 +00:00
Sunpoet Po-Chuan Hsieh
45b89e5f81
Add p5-List-MoreUtils-XS 0.418
...
List::MoreUtils::XS provides compiled List::MoreUtils functions.
WWW: http://search.cpan.org/dist/List-MoreUtils-XS/
2017-03-30 21:36:17 +00:00
Sunpoet Po-Chuan Hsieh
b97741650e
Update to 0.418
...
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes
2017-03-30 21:36:13 +00:00
Mathieu Arnold
f70343fa84
Remove obsolete PROJECTHOST.
...
Sponsored by: Absolight
2017-03-30 21:12:43 +00:00
Tobias Kortkamp
4581def365
Update to 0.12.2
...
PR: 218223
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10205
2017-03-30 20:23:12 +00:00
Tobias Kortkamp
5000111fb7
Add missing databases/py-sqlite3 dependency
...
PR: 218227
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10204
2017-03-30 20:21:58 +00:00
Johan van Selst
1bbe14e739
Update to libssh 0.7.4
...
https://www.libssh.org/2017/02/03/libssh-0-7-4/
PR: 218230
Submitted by: Iblis Lin
2017-03-30 19:41:05 +00:00
Alexey Dokuchaev
8a2ab527bf
Do not separate $(DESTDIR)$(PREFIX) with a slash: this is redundant when
...
PREFIX is an absolute path (common case) and could break things if it is
not (and DESTDIR is empty).
2017-03-30 19:29:55 +00:00
Romain Tartière
d72b038f6b
Update to 4.9.4
...
PR: 216807
Submitted by: Zach Leslie <freebsd@zleslie.info> (Maintainer)
2017-03-30 19:07:57 +00:00
Thomas Zander
102bcd8b53
Update to upstream version 3.0.7
2017-03-30 17:45:37 +00:00
Bryan Drewery
dd12f59107
Update to 2.4.15.
...
- pkgdu: Fix syntax error with Ruby 2.3 (invalid next)
PR: 218139
2017-03-30 17:18:10 +00:00
Sunpoet Po-Chuan Hsieh
9836186117
Add rubygem-bindex 0.5.0
...
When Ruby raises an exception, it leaves you a backtrace to help you figure out
where did the exception originated in. Bindex gives you the bindings as well.
This can help you introspect the state of the Ruby program when at the point the
exception occurred.
WWW: https://github.com/gsamokovarov/bindex
2017-03-30 15:16:08 +00:00
Sunpoet Po-Chuan Hsieh
63628e82b5
Update to 2.5.1
...
Changes: https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md
2017-03-30 15:14:15 +00:00
Sunpoet Po-Chuan Hsieh
e6ad513d07
Update to 2.1.8
...
Changes: https://github.com/theforeman/smart_proxy_salt/releases
https://github.com/theforeman/smart_proxy_salt/commits/master
2017-03-30 15:14:11 +00:00
Sunpoet Po-Chuan Hsieh
af101d17ea
Update to 1.19.1
...
Changes: https://github.com/naitoh/rbpdf/blob/master/CHANGELOG
2017-03-30 15:14:06 +00:00
Sunpoet Po-Chuan Hsieh
01b93d6a68
Update to 3.5.0
...
Changes: https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
2017-03-30 15:14:02 +00:00
Sunpoet Po-Chuan Hsieh
6aab6eea4d
Update to 2.8.14
...
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-03-30 15:13:57 +00:00
Sunpoet Po-Chuan Hsieh
f8fa8dbf47
Update to 2.8.14
...
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-03-30 15:13:52 +00:00
Sunpoet Po-Chuan Hsieh
caef5a7a0d
Update to 2.8.14
...
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-03-30 15:13:47 +00:00
Sunpoet Po-Chuan Hsieh
15eb146a07
Update to 0.58
...
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Perlanet/Changes
2017-03-30 15:13:42 +00:00