Commit graph

412042 commits

Author SHA1 Message Date
Baptiste Daroussin
71a1feb6ee Update to 1.10.99.2
- Remove pkg2ng and pkg convert code
- Emit dep_formula within the manifests
- Use stack based read (32k buffer) instead of mmap
- Use 32k buffers for each reads
- Cache pw/group to reduce overreading nsswitch.conf
- Update libucl and remove over call of getcwd
2017-02-19 16:43:03 +00:00
Bartek Rutkowski
3a20c37656 sysutils/auto-admin: update 0.3.8 -> 0.3.9
PR:		217230
Submitted by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
2017-02-19 16:20:06 +00:00
Mikhail Pchelin
514d9ac647 - update from 1.9.4 to 1.9.5
Approved by:	jpaetzel (implicit)
2017-02-19 15:46:45 +00:00
Ruslan Makhmatkhanov
61cb822a0f sysutils/cbsd: update to 11.0.9
- fix for i386 jails on amd64 hoster
- add compress control in export operation

PR:		217228
Submitted by:	olevole@olevole.ru (maintainer)
2017-02-19 15:09:07 +00:00
Tilman Keskinoz
4d5b4dba35 Update to 1.0.71 2017-02-19 14:46:53 +00:00
Olivier Duchateau
9fd9dabaac Update to 1.9.3 2017-02-19 13:24:37 +00:00
Olli Hauer
bc9ee85709 - update to 3.2.0-RC1
Release Notes:
 ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.2.0-RC1.RELEASE_NOTES
2017-02-19 13:06:55 +00:00
Dirk Meyer
d222e3e32d - new option IP_AS_HOSTNAME
- make portlint happier

- update to webalizer-geodb-20170201
PR:		217119
2017-02-19 12:37:57 +00:00
Olivier Duchateau
d9bde3e968 Update to 2.0.9 2017-02-19 10:57:49 +00:00
Dmitry Marakasov
784996b6be - Switch to options helpers
- Remove redundant SUB_LIST and unneeded <bsd.port.options.mk> inclusion
2017-02-19 09:01:38 +00:00
Xin LI
04d19f5776 Enable autohint. [1]
While I'm there, also add LICENSE and NO_ARCH.

Submitted by:	intron at intron ac [1]
2017-02-19 06:57:06 +00:00
Cy Schubert
bf390b1d37 Revert r421265. hplip is not a drop-in replacement for hpijs.
Pointy hat to:	cy (yours truly)
Discovered by:	cy
2017-02-19 06:45:10 +00:00
Antoine Brodin
464f9914b8 - Switch textproc/luaexpat to default version of lua
- Introduce textproc/luaexpat-51 that uses lua 5.1
- Use textproc/luaexpat-51 in net-im/prosody

This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped,
including gnome3)

With hat:	portmgr
2017-02-18 22:28:49 +00:00
Rene Ladan
9ff3abfe7c Remove expired ports:
2017-02-15 www/rt40: Upstream support EoL, please migrate to rt44
2017-02-17 devel/m6811-binutils: multiple vulnerabilities, version is years behind upstream
2017-02-18 22:07:37 +00:00
Antoine Brodin
6a49a8253d Update to 4.13.24 2017-02-18 22:06:14 +00:00
Antoine Brodin
677d58cc12 Update to 1.2.14 2017-02-18 22:05:42 +00:00
Antoine Brodin
b109dd9879 Update to 0.1.7 2017-02-18 22:04:23 +00:00
Antoine Brodin
a33a33b74b Update to 1.1.13.pre 2017-02-18 22:02:24 +00:00
Antoine Brodin
2664f310f8 Update to 2.0.1 2017-02-18 21:57:40 +00:00
Mikhail Teterin
d2711f4ea6 Upgrade PORTREVISION because, ah, x265 was upgraded and now
installs a shared-library with a newer major-number.

Requested by:	jbeich
2017-02-18 21:35:20 +00:00
Julien Laffaye
7a844106a4 - Update to 1.8
- Add option to disable SSE2 [1]
- Remove CC when calling make.bash [2]

PR:		210612, 209465
2017-02-18 21:30:15 +00:00
Mathieu Arnold
a53d6e14d5 Update to 0.7.3.
PR:		217194
Submitted by:	mat
Approved by:	maintainer
Changes:	https://github.com/perseas/Pyrseas/blob/v0.7.3/Changelog.rst
Sponsored by:	Absolight
2017-02-18 20:13:59 +00:00
Tobias C. Berner
01128f34c7 Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Mikhail Teterin
748a0f2465 Upgrade from 2.2 to 2.3. 2017-02-18 19:42:23 +00:00
Ruslan Makhmatkhanov
76b5e7b231 devel/py-pyro: update to 4.55 2017-02-18 19:15:12 +00:00
Ruslan Makhmatkhanov
225fe28a88 devel/py-serpent: update to 1.17 2017-02-18 19:14:43 +00:00
Dmitry Sivachenko
65e8b9499c Update deviceatlas API.
Submitted by:	David Carlier <dcarlier@afilias.info>
2017-02-18 18:43:57 +00:00
Bryan Drewery
a927f476cf Update to 3.3.4
Changelog: https://ccache.samba.org/releasenotes.html#_ccache_3_3_4
2017-02-18 16:29:07 +00:00
Nicola Vitale
67fdec5f47 - Update to 3.4.2 2017-02-18 16:14:45 +00:00
Nicola Vitale
fb739ad734 - Update to 3.4.3
PR:	217120
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-02-18 16:13:25 +00:00
Sunpoet Po-Chuan Hsieh
74d4afff71 Update to 3.7.2
Changes:	https://github.com/fonttools/fonttools/releases
2017-02-18 16:10:00 +00:00
Sunpoet Po-Chuan Hsieh
2a29ddf897 Update to 2.7.11
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-18 16:09:55 +00:00
Sunpoet Po-Chuan Hsieh
4f8427fe6c Update to 2.7.11
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-18 16:09:51 +00:00
Sunpoet Po-Chuan Hsieh
15d6bb3348 Update to 2.7.11
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-18 16:09:46 +00:00
Sunpoet Po-Chuan Hsieh
6d49dba49c Update to 0.76
Changes:	http://search.cpan.org/dist/Toadfarm/Changes
2017-02-18 16:09:41 +00:00
Sunpoet Po-Chuan Hsieh
60300978ea Update to 0.82
- Add LICENSE_FILE
- Add missing *_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/CPANPLUS-Dist-Build/Changes
2017-02-18 16:09:36 +00:00
Sunpoet Po-Chuan Hsieh
09834e5309 Update WWW 2017-02-18 16:09:32 +00:00
Sunpoet Po-Chuan Hsieh
471e11e044 Update WWW 2017-02-18 16:09:28 +00:00
Sunpoet Po-Chuan Hsieh
798bcc77b1 Update RUN_DEPENDS
- While I'm here, update WWW
- Bump PORTREVISION for dependency change

PR:		200337
Reported by:	olivierd
2017-02-18 16:09:23 +00:00
Sunpoet Po-Chuan Hsieh
f2d72da4df Update PORTSCOUT and WWW 2017-02-18 16:09:19 +00:00
Sunpoet Po-Chuan Hsieh
dec6122391 Update PORTSCOUT and WWW 2017-02-18 16:09:14 +00:00
Sunpoet Po-Chuan Hsieh
23875b6342 Update PORTSCOUT and WWW 2017-02-18 16:09:10 +00:00
Olivier Duchateau
7b6268e4f5 - Update to 2.20.0 [1]
- Add LILYPOND option (switch between print/lilypond and
  print/lilypond-devel) [1], [2]
- Remove unneeded patches

PR:		217187
Submitted by:	<m.ne@gmx.net> [1], <martin.dieringer@gmx.de> [2]
Approved by:	<martin.dieringer@gmx.de> (maintainer)
2017-02-18 15:50:47 +00:00
Thomas Zander
8215c086e5 Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR:		216847
Reported by:	pkubaj@anongoth.pl
MFH:		2017Q1
2017-02-18 15:23:53 +00:00
Raphael Kubo da Costa
b1b5d1a690 Add upstream patch to fix the build with the SKINS option after r434332.
PR:		217051
2017-02-18 15:11:37 +00:00
Thomas Zander
8b1e6e9d22 Document multiple vulnerabilities in audio/wavpack
PR:		216847
Submitted by:	pkubaj@anongoth.pl
2017-02-18 15:00:23 +00:00
Thomas Zander
d191ed2f3a Update to upstream release 5.1.0; fix several invalid memory reads
PR:		216847
Submitted by:	pkubaj@anongoth.pl
Reviewed by:	riggs
MFH:		2017Q1
Security:	CVE-2016-10169
		CVE-2016-10170
		CVE-2016-10171
		CVE-2016-10172
2017-02-18 14:51:25 +00:00
Nicola Vitale
38bc2deaa5 - Update to v1.0.1
- Add a couple of notes in pkg-message about permissions
  on the Yubico device and how to bypass the missing
  signature of this extension in Firefox

Changes:	https://github.com/prefiks/u2f4moz/releases/tag/v1.0.1
2017-02-18 14:37:31 +00:00
Jason E. Hale
a7d8cff138 Update to 3.3.2
PR:		217110
Submitted by:	Mamoru Sakaue <sakaue.mamoru@mwghennndo.com> (maintainer)
2017-02-18 14:24:18 +00:00