Commit graph

434543 commits

Author SHA1 Message Date
Tobias Kortkamp
2598f47702 devel/statsvn: Add wrapper script and trim pkg-message 2018-01-04 08:42:55 +00:00
Dmitry Marakasov
5ab85d28ec - Mark MAKE_JOBS_SAFE, this fixes build on mips and mips64
Approved by:	portmgr blanket
2018-01-04 08:38:19 +00:00
Tobias Kortkamp
782616f6cc devel/libfmt: Bump PORTREVISION
Attempt to fix build of kodi-devel on 2018Q1.

r453704 moved libfmt from building a static library to a shared
library but PORTREVISION was not bumped.

This now leads to build failures on 2018Q1 where libfmt.so cannot be
found because the libfmt package was not rebuilt and only installs
libfmt.a.

http://beefy1.nyi.freebsd.org/data/111i386-quarterly/457961/logs/kodi-devel-18.0.g20171213_1.log
http://beefy3.nyi.freebsd.org/data/111amd64-quarterly/457961/logs/kodi-devel-18.0.g20171213_1.log

Pointy hat:	yuri
MFH:		2018Q1
2018-01-04 05:33:38 +00:00
Jan Beich
2ad0088fe1 lang/spidermonkey24: unbreak build with Clang 6 / GCC 7
js/src/shell/jsoptparse.cpp:256:22: error: comparison between pointer and integer ('char *' and 'int')
        if (value[0] == '\0')
            ~~~~~~~~ ^  ~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (SpiderMonkey 25.0)
2018-01-04 02:40:11 +00:00
Jan Beich
a2652392cc textproc/aspell: unbreak build with Clang 6 / GCC 7
modules/filter/tex.cpp:177:69: error: comparison between pointer and integer ('const char *' and 'int')
      if (top.in_what == Parm || top.in_what == Opt || top.do_check == '\0')
                                                       ~~~~~~~~~~~~ ^  ~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (Apsell 0.60.7)
2018-01-04 02:20:59 +00:00
Jan Beich
e4d00bc7f5 lang/spidermonkey170: unbreak build with Clang 6 / GCC 7
js/src/shell/jsoptparse.cpp:246:22: error: comparison between pointer and integer ('char *' and 'int')
        if (value[0] == '\0')
            ~~~~~~~~ ^  ~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (SpiderMonkey 25.0)
2018-01-04 02:18:59 +00:00
Wen Heping
e4264478dd - Update to 1.10
Changes: http://search.cpan.org/src/MARKOV/Math-Polygon-1.10/ChangeLog
2018-01-04 00:46:11 +00:00
Wen Heping
52372e0e8c - Update to 1.3.2
PR:		222340
Submitted by:	lbartoletti@tuxfamily.org(maintainer)
2018-01-04 00:42:16 +00:00
Wen Heping
8a8b5ec070 - Update to 4.10.1
PR:		222339
Submitted by:	lbartoletti@tuxfamily.org
2018-01-03 23:43:28 +00:00
Adriaan de Groot
c995afeb09 Update audio/sayonara to latest upstream release 1.0.0
The overall changelog is at http://sayonara-player.com/changelog.php,
nothing major. All patches from FreeBSD have been integrated upstream
or made obsolete.

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D13747
2018-01-03 22:46:29 +00:00
Bernard Spil
6f63e94856 www/mod_md-devel: Update to 1.1.7 2018-01-03 21:15:08 +00:00
Nikolai Lifanov
52f26681bc update sysutils/docker to 17.12.0
This update introduces patches that will be upstreamed.
Thanks to yuri for bugging me about it!

PR:		224784
2018-01-03 20:24:18 +00:00
Jochen Neumeister
784e67257c security/pecl-pam: Add patch to fix pecl-pam with PHP 7*
PR:		224843
Submitted by:	flo
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13740
2018-01-03 20:01:08 +00:00
Jochen Neumeister
40048ef55e www/nginx: Update 3rd party http_authdigest_module
Changelog:
 Fix bug with none-quoted last parameter

 When the last parameter to the Authorization header isn't quoted the
 state machine never reaches sw_param_end.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13739
2018-01-03 19:33:21 +00:00
Joseph Mingrone
573cd23216 sysutils/restic: Update to 0.8.1, add options, new maintainer
- Install man pages
- Add options for bash and zsh completions

Upstream changes: https://github.com/restic/restic/releases

PR:		224806
Submitted by:	gregf@hugops.pw (new maintainer)
Approved by:	wg@FreeBSD.org (old maintainer)
Differential Revision:	https://reviews.freebsd.org/D13722
2018-01-03 19:01:31 +00:00
David Naylor
52777f3f56 lang/pypy(3): update to 5.10, add flavors to ancillary ports
- Consistently use DISTVERSION instead of PORTVERSION (the former is set, not the latter)
 - Only depend on libunwind on x86 arch with FreeBSD >= 11 (fixes ignored build on arm/ppc)
 - Fix python dependency with depreciation of python meta ports
 - Remove PYPY_BITS from pkg-plist target, no longer used
 - Remove setting of PORTVERSION, DISTVERSION is set in bsd.pypy.mk
 - bsd.pypy.mk:
   - Define DISTVERSION once, to ensure consistency
   - PYPY_DIR: Handle versions with multiple digits
   - PYPY_CFFI_VER now differs in value between pypy and pypy3
 - bsd.pypy.cffi.mk:
   - Add FLAVORS for pypy and pypy3 [1]
   - Consistently use PYTHON_IMPL instead of the hard coded "pypy"
   - PLIST_FILES: use direct substitution instead of PLIST_SUB

Approved by:		portmgr (mat) [1]
Differential Revision:	https://reviews.freebsd.org/D13675
2018-01-03 18:42:15 +00:00
Yuri Victorovich
3bad94c07b devel/py-cffi: Update to 1.11.2
PR:		224846
Submitted by:	myself
Approved by:	wg (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13749
2018-01-03 18:38:41 +00:00
Joseph Mingrone
3065b7e279 www/py-django-netfields: Use PY_IPADDRESS for conditional dependency
Reported by:	mat
Differential Revision:	https://reviews.freebsd.org/D3804
2018-01-03 18:31:38 +00:00
Adam Weinberger
62d99c4621 Update Mojolicious to 7.60
- Deprecated use of Mojo::Promise::all and Mojo::Promise::race as instance
    methods.
  - Improved all and race methods in Mojo::Promise to be able to handle
    arbitrary then-ables.
  - Improved number detection in Mojo::JSON with a workaround for an upcoming
    breaking change in Perl 5.28. (haarg)
  - Improved HTML Living Standard compliance of Mojo::DOM::HTML.
  - Fixed a bug in Mojo::Base that prevented composition of multiple roles.
    (aferreira, batman)
  - Fixed a bug in Mojolicious::Static where text files from DATA sections would
    not be UTF-8 encoded. (Grinnz)
2018-01-03 17:30:44 +00:00
Raphael Kubo da Costa
1f176eca29 Bump PORTREVISION after r457993.
In this case, we dropped a runtime dependency, so it is possible the package
could have been created before and just failed at installation time.

PR:		224870
2018-01-03 17:22:40 +00:00
Raphael Kubo da Costa
78c7284496 Drop dependency on py-qt5-doc, which was removed in r457921.
PR:		224870
2018-01-03 17:21:30 +00:00
Steve Wills
83c77dfdc2 sysutils/pcapfix: update to 1.1.1
PR:		224861
Submitted by:	Vidar Karlsen <vidar@karlsen.tech> (maintainer)
2018-01-03 16:59:26 +00:00
Sunpoet Po-Chuan Hsieh
cebc0b4e5d Update to 3.2.0
Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
2018-01-03 16:46:55 +00:00
Sunpoet Po-Chuan Hsieh
d667a3d176 Update to 3.7.0
Changes:	https://github.com/jekyll/jekyll/blob/master/History.markdown
2018-01-03 16:46:50 +00:00
Sunpoet Po-Chuan Hsieh
65285bfd2f Update to 0.3.2
Changes:	https://github.com/igrigorik/em-socksify/commits/master
2018-01-03 16:46:45 +00:00
Sunpoet Po-Chuan Hsieh
16986f2304 Update to 1.2.2
Changes:	https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
2018-01-03 16:46:40 +00:00
Sunpoet Po-Chuan Hsieh
473aa2f264 Update to 3.7.1
Changes:	https://github.com/rspec/rspec-core/blob/master/Changelog.md
2018-01-03 16:46:35 +00:00
Sunpoet Po-Chuan Hsieh
d09fa1b1dc Update to 1.3.1
Changes:	https://github.com/steveklabnik/request_store/releases
		https://github.com/steveklabnik/request_store/commits/master
2018-01-03 16:46:29 +00:00
Sunpoet Po-Chuan Hsieh
c092bba0f6 Update to 0.4.9
Changes:	https://github.com/tmm1/rbtrace/commits/master
2018-01-03 16:46:24 +00:00
Sunpoet Po-Chuan Hsieh
1f93000f61 Update to 5.11.1
Changes:	https://github.com/seattlerb/minitest/blob/master/History.rdoc
2018-01-03 16:46:19 +00:00
Sunpoet Po-Chuan Hsieh
e80b075aca Update to 2.17.0
Changes:	https://github.com/teamcapybara/capybara/blob/master/History.md
2018-01-03 16:46:14 +00:00
Sunpoet Po-Chuan Hsieh
caaf62ec52 Fix version requirement of RUN_DEPENDS
- Rename gemspec patch to patch-gemspec
- Clean up gemspec patch
2018-01-03 16:46:09 +00:00
Sunpoet Po-Chuan Hsieh
ccfba20c50 Update to 1.6.1
Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
2018-01-03 16:46:04 +00:00
Sunpoet Po-Chuan Hsieh
dfd25e8dbf Update to 0.18.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-03 16:45:59 +00:00
Sunpoet Po-Chuan Hsieh
bcd53a9b4f Update to 0.101
Changes:	http://search.cpan.org/dist/WebDriver-Tiny/Changes
2018-01-03 16:45:54 +00:00
Sunpoet Po-Chuan Hsieh
78d6367ffd Update to 0.1.5
Changes:	https://github.com/abenari/rbovirt/releases
		https://github.com/abenari/rbovirt/commits/master
2018-01-03 16:45:49 +00:00
Sunpoet Po-Chuan Hsieh
295346f5f6 Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31 2018-01-03 16:45:44 +00:00
Sunpoet Po-Chuan Hsieh
1a981f950e Use OPTIONS_EXCLUDE=DOCS instead of NOPORTDOCS
Suggested by:	mat
2018-01-03 16:45:39 +00:00
Sunpoet Po-Chuan Hsieh
cf322d93a9 Update to 1.8.0
Changes:	https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
2018-01-03 16:45:34 +00:00
Sunpoet Po-Chuan Hsieh
a22c556f9a Fix LICENSE
- Add LICENSE_FILE
2018-01-03 16:45:29 +00:00
Steve Wills
ad7729e77d dns/drool: update to version 1.0.1
PR:		224862
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-01-03 16:38:41 +00:00
Marc Fonvieille
379fe34abb Update to r51361 from the FreeBSD docset.
Approved by:	doceng (implicit)
2018-01-03 16:22:47 +00:00
Mark Felder
1bfc04cf5e audio/mumble: Fix disconnected patch from last commit
PR:		224086
2018-01-03 16:18:44 +00:00
Joseph Mingrone
ca5082e234 New port, www/py-django-netfields
WWW: https://github.com/jimfunk/django-postgresql-netfields

Submitted by:	alfred (maintainer)
Reviewed by:	miwi koobs
Differential Revision:	https://reviews.freebsd.org/D3804
2018-01-03 15:49:41 +00:00
Alexey Dokuchaev
cda22e4349 Add explicit run-time dependency on `x11/xrandr': the program fails to run
when xrandr(1) is not installed:

  $ hsetroot ...
  sh: xrandr: not found
2018-01-03 15:11:11 +00:00
Lars Engels
0a33fd8110 net-mgmt/icingaweb2:
- Install icingacli to ${PREFIX}/bin and patch it to make it usable. Now you
  can configure Icinga Web 2 with it and can use the embedded PHP web server.
- Bump PORTREVISION

MFH:		2018Q1
2018-01-03 15:02:39 +00:00
Joseph Mingrone
6e7df88c9d Update ruby gem aws sdk ports to version 2.10.111
Upstream changes:
https://github.com/aws/aws-sdk-ruby/releases/tag/v2.10.111
2018-01-03 15:01:15 +00:00
Mikhail Pchelin
786392cb23 - update from 3.13.0 to 3.14.0
Approved by:	jpaetzel (mentor)
2018-01-03 14:08:27 +00:00
Sunpoet Po-Chuan Hsieh
97064443de Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2018-01-03 13:36:58 +00:00
Mathieu Arnold
d0cba2b797 Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.

PR:		224618
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13550
2018-01-03 13:22:31 +00:00