Commit Graph

420980 Commits

Author SHA1 Message Date
Antoine Brodin
10428c20ae Remove www/py-vcrpy, duplicate of devel/py-vcrpy 2017-06-14 05:40:41 +00:00
Cy Schubert
2779f2c253 Fixup "use default values" assignments for real. 2017-06-14 02:08:56 +00:00
Cy Schubert
04a053cbca Revert r443550. An unintended patch was included. Will try again. 2017-06-14 02:07:14 +00:00
Cy Schubert
f43a233b2b Fixup "use default values" assignments. 2017-06-14 01:58:51 +00:00
Wen Heping
ed7d2ecf3f A simple header-only logging library for C++. Add 'LinkingTo: plogr'
to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use
it.

WWW: https://cran.r-project.org/web/packages/plogr/
2017-06-14 01:34:17 +00:00
Richard Gallamore
2f0cd5de23 * Updated to 0.22.1
Changelog: https://github.com/spf13/hugo/releases/tag/v0.22.1

PR:		219965
Submitted by:	ben.lavery@hashbang0.com (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11183
2017-06-14 00:17:10 +00:00
Richard Gallamore
3431e28b73 * Add fetch function to rkhunter
* Remove wget as a dependency
* Added NO_ARCH
* Fixed portlint items

PR:		219825
Submitted by:	Helge Oldach <freebsd@oldach.net>
Reviewed by:	matthew (mentor)
Approved by:	Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11168
2017-06-14 00:14:21 +00:00
Jan Beich
e65ce214aa emulators/citra: drop Clang < 3.8 workaround (FreeBSD < 11)
s20170516 is busted on 2017Q2, so don't pretend old Clang is still supported.
/head relies on USES=compiler:c++14-lang using Clang 4.0 after r439804.
2017-06-13 22:49:20 +00:00
Jan Beich
5fd92d43d1 emulators/citra: update to s20170613
Changes:	8d558777a...ac168eeb5
MFH:		2017Q2
2017-06-13 22:49:09 +00:00
Jan Beich
cb4e8d694e games/openbor: update to 4515
Changes:	c0037ec...12fc70c
2017-06-13 22:48:58 +00:00
Jan Beich
6925eea121 devel/android-tools-{adb,fastboot,simpleperf}: update to 7.1.2.r17
Changes:	https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/fastboot
Changes:	https://android.googlesource.com/platform/system/extras/+log/android-7.1.1_r4..android-7.1.2_r17/simpleperf
MFH:		2017Q2
2017-06-13 22:48:45 +00:00
Rodrigo Osorio
fef6be136b Fix small mistakes in the Makefile
Since this has no inpact on the build itself, no portrevision bump required
2017-06-13 21:32:36 +00:00
Koop Mast
9bf5c915b2 Update meson to 0.41.0. 2017-06-13 21:17:37 +00:00
Koop Mast
bfce9b9a4d Set CONFIGURE_LOG so if the configure stage fails
CONFIGURE_FAIL_MESSAGE mentions the correct log file.

Submitted by:	swills@
2017-06-13 21:04:27 +00:00
Rene Ladan
009c6cbd88 Python implementations of the Porter, Porter2, Paice-Husk, and Lovins stemming
algorithms for English. These implementations are straightforward and
efficient, unlike some Python versions of the same algorithms available on the
Web. This package is an extraction of the stemming code included in the Whoosh
search engine.

Note that these are *pure Python* implementations. Python wrappers for, e.g.
the Snoball stemmers and the C implementation of the Porter stemmer are
available on PyPI and will be faster if using compiled code is an option for
you.

Stemming algorithms attempt to automatically remove suffixes (and in some
cases prefixes) in order to find the "root word" or stem of a given word. This
is useful in various natural language processing scenarios, such as search.

In general ``porter2`` is the best overall stemming algorithm, but not
necessarily the fastest or most aggressive.

WWW: https://pypi.python.org/pypi/stemming
2017-06-13 21:02:46 +00:00
Adam Weinberger
a155d15ea3 Update unbound to 1.6.3.
This release fixes a spurious assertion failure when unbound receives a
malformed packet with 0x20 enabled.

Bug Fixes
- Fix #1280: Unbound fails assert when response from authoritative
  contains malformed qname. When 0x20 caps-for-id is enabled, when
  assertions are not enabled the malformed qname is handled correctly.

PR:		219958
Submitted by:	maintainer (jaap NLnetLabs nl)
2017-06-13 20:37:06 +00:00
Jan Beich
4bbbeb18a4 security/vuxml: mark firefox < 54 as vulnerable 2017-06-13 19:56:07 +00:00
Jan Beich
6637365a51 www/firefox: update to 54.0
Changes:	https://www.mozilla.org/firefox/54.0/releasenotes/
PR:		218912
Security:	6cec1b0a-da15-467d-8691-1dea392d4c8d
MFH:		2017Q2 (requires r439925)
2017-06-13 19:55:46 +00:00
Jan Beich
d7a356db13 mail/thunderbird: update to 52.2.0
Changes:	https://www.mozilla.org/thunderbird/52.2.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/comm-esr52/shortlog/THUNDERBIRD_52_2_0_RELEASE
Security:	6cec1b0a-da15-467d-8691-1dea392d4c8d
MFH:		2017Q2
2017-06-13 19:55:24 +00:00
Jan Beich
a38b8c4678 www/firefox-esr: update to 52.2.0
Changes:	https://www.mozilla.org/firefox/52.2.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-esr52/shortlog/FIREFOX_52_2_0esr_RELEASE
Security:	6cec1b0a-da15-467d-8691-1dea392d4c8d
MFH:		2017Q2
2017-06-13 19:54:57 +00:00
Jan Beich
99cbb10f14 devel/py-pytest-asyncio: update to 0.6.0
Changes:	https://pypi.python.org/pypi/pytest-asyncio#id1
2017-06-13 19:54:35 +00:00
Jan Beich
76d1584b4d devel/py3-pytest: unbreak after r441543
===========================================================================
=======================<phase: build-depends  >============================
===>   py36-pytest-3.1.2 depends on package: py36-setuptools_scm>=0 - not found
===>   py36-pytest-3.1.2 depends on package: /packages/All/py36-setuptools_scm-1.15.5.txz - not found
===>   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source
*** Error code 1

Reported by:	pkg-fallout
2017-06-13 19:54:18 +00:00
Jan Beich
db2d69466f www/py-flexget: update to 2.10.60
- Hook tests: 3 failed, 1184 passed, 35 skipped, 4 xfailed, 1 xpassed, 5 warnings

Changes:	https://github.com/Flexget/Flexget/compare/2.10.43...2.10.60
2017-06-13 19:53:58 +00:00
Jan Beich
5630db99ad multimedia/vapoursynth: update to R38
Changes:	http://www.vapoursynth.com/2017/06/r38-boxblur-is-best-blur/
Changes:	https://github.com/vapoursynth/vapoursynth/blob/R38/ChangeLog
2017-06-13 19:53:35 +00:00
Alexey Dokuchaev
e8dc91f679 Linux version of the official desktop client for Telegram, a cloud-based
messenger with a focus on security and speed.

WWW: https://desktop.telegram.org/

PR:		217019 (modified)
Submitted by:	Henry Hu
2017-06-13 19:15:43 +00:00
Sean Bruno
ac8dc2c598 Update to support NODOCS build
PR:		216530
Submitted by:	Gerrit Bernie <mail+freebsd@gerritbeine.de>
2017-06-13 17:45:02 +00:00
Danilo Egea Gondolfo
cffdc8e541 - License changed to Apache License 2.0
while here
- Update to 7.950.1

PR:		219843
Submitted by:	pfg
2017-06-13 17:26:25 +00:00
Sunpoet Po-Chuan Hsieh
31eb0969da Take maintainership 2017-06-13 16:58:03 +00:00
Sunpoet Po-Chuan Hsieh
2e5d3f8337 Use USES=tar:tgz 2017-06-13 16:55:25 +00:00
Sunpoet Po-Chuan Hsieh
b60e0f7cf2 Update to 20170521
- Add my LOCAL to MASTER_SITES
- Add LICENSE_FILE
- Use USES=tar:tgz
- Convert to test framework
- Remove WRKSRC
- Use PLIST instead of PLIST_FILES
- Reformat pkg-descr
- Take maintainership

Changes:	http://invisible-island.net/reflex/NEWS.html
2017-06-13 16:55:20 +00:00
Sunpoet Po-Chuan Hsieh
19ed7411ac Update to 0.14.1
- Add LICENSE_FILE
- Use USES=localbase
- Add missing dependency
- Convert to options target helper
- Strip shared library

Changes:	https://sourceforge.net/p/pyx/code/HEAD/tree/trunk/pyx/CHANGES
2017-06-13 16:55:14 +00:00
Sunpoet Po-Chuan Hsieh
f241d52f38 Update to 3.6.4
Changes:	https://github.com/mrj0/jep/commits/master
2017-06-13 16:55:10 +00:00
Sunpoet Po-Chuan Hsieh
784a6c376d Use DISTVERSIONSUFFIX instead of DISTNAME 2017-06-13 16:55:04 +00:00
Sunpoet Po-Chuan Hsieh
1d0c96cec7 Update WWW 2017-06-13 16:54:59 +00:00
Sunpoet Po-Chuan Hsieh
402d6eda0d Use USES=tar:tgz 2017-06-13 16:54:55 +00:00
Sunpoet Po-Chuan Hsieh
9f9da43b23 Update to 1.7.1
Changes:	https://github.com/macournoyer/thin/blob/v1.7.1/CHANGELOG
2017-06-13 16:54:49 +00:00
Sunpoet Po-Chuan Hsieh
7d9173534f Update to 3.2.2
Changes:	https://github.com/Mange/roadie/blob/master/Changelog.md
2017-06-13 16:54:44 +00:00
Sunpoet Po-Chuan Hsieh
cc5b090335 Update to 2.9.38
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-06-13 16:54:40 +00:00
Sunpoet Po-Chuan Hsieh
1e2a222a7a Update to 2.9.38
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-06-13 16:54:35 +00:00
Sunpoet Po-Chuan Hsieh
94aa479032 Update to 2.9.38
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-06-13 16:54:30 +00:00
Sunpoet Po-Chuan Hsieh
fcf1bb2fa3 Update to 0.21.0
Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2017-06-13 16:54:24 +00:00
Sunpoet Po-Chuan Hsieh
c9399354b7 Update to 0.30
Changes:	http://search.cpan.org/dist/Convert-IBM390/Changes
2017-06-13 16:54:19 +00:00
Mark Johnston
058ed63685 Add port ftp/netdumpd.
This package contains a daemon which is used to receive kernel dumps over
a network from a panicking kernel. The protocol uses UDP and is similar to
TFTP.

Client support for FreeBSD is currently in progress.

Reviewed by:	bdrewery
Approved by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D11165
2017-06-13 16:39:43 +00:00
Richard Gallamore
8a452fca51 Developing extensions for software that doesn't allow you to separate
your files from core files, and keeping that extension under version
control and making it easy to deploy is now much, much easier.
Development of this script was inspired by Magento which forces you
to mix your extension files all throughout the core code directories.
With modman, you can specify in a text file where you want your
directories and files to be mapped to, and it will maintain symlinks
for you so that your code is easy to hack and deploy.

WWW: https://github.com/colinmollenhour/modman

PR:		208147
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	lifanov (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11169
2017-06-13 16:29:40 +00:00
Jochen Neumeister
76b88d2ff8 - www/groupoffice: Update from 6.2.40 to 6.2.41
- Changelog: https://fossies.org/linux/www/groupoffice-com-6.2.41.tar.gz/groupoffice-com-6.2.41/CHANGELOG.TXT

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11176
2017-06-13 16:13:42 +00:00
Richard Gallamore
52b94bb9fd * Updated to 0.22
Changelog:	https://github.com/spf13/hugo/releases/tag/v0.22

PR:		219693
Submitted by:	ben.lavery@hashbang0.com (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	lifanov (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11163
2017-06-13 16:02:15 +00:00
Richard Gallamore
2692774f22 * Updated to 2.4.7-04
* Moved LoadModule from httpd.conf to modules.d/

PR:		219726
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	lifanov (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11164
2017-06-13 15:53:01 +00:00
Lars Engels
9ad17d7090 security/lynis: Update to 2.5.1 2017-06-13 15:17:26 +00:00
Jochen Neumeister
ecb61d84cc - net-mgmt/crmsh: Update from 2.2.0 to 3.0.0
- Changelog: https://github.com/ClusterLabs/crmsh/blob/3.0.0/ChangeLog

PR:		219545
Submitted by:	David Shane Holden (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11110
2017-06-13 14:53:18 +00:00
Mathieu Arnold
a0932bee36 Don't use FLAVOR as a variable in ports.
It'll save some work when FLAVORS comes around for realz.

Sponsored by:	Absolight
2017-06-13 14:40:17 +00:00