aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Add post-release patch that reverts the columns autosizing. It makesKoop Mast2017-10-153-12/+25
| | | | | | | | | | | | file-list view not very usefull, when dealing with long file names and not fullscreen. * While here drop, obsolete patch. Submitted by: Barbara Guida <barbara.freebsd@gmail.com> Obtained from: caja upstream Notes: svn path=/head/; revision=452166
* * Updated to 1.7.2Richard Gallamore2017-10-152-4/+4
| | | | | | | | | | | - [High severity] Upgrade to 1.7.2 to fix a DOS vulnerability in the EVM. PR: 223013 Submitted by: Enrique Fynn (maintainer) MFH: 2017Q4 Notes: svn path=/head/; revision=452165
* * Update to 0.41Richard Gallamore2017-10-152-4/+4
| | | | | | | | PR: 223034 Submitted by: <vladimir~@gmail.com> (maintainer) Notes: svn path=/head/; revision=452164
* Fix build with kyotocabinetBaptiste Daroussin2017-10-151-1/+1
| | | | | | | Reported by: ler Notes: svn path=/head/; revision=452163
* textproc/py-texttable: Update to 1.0.0Danilo G. Baio2017-10-152-5/+11
| | | | | | | | | | Add Test target. Allow concurrent installation. Changes: https://github.com/foutaise/texttable/releases/tag/v1.0.0 Notes: svn path=/head/; revision=452162
* Fix packaging when DOCS=offAdam Weinberger2017-10-152-8/+18
| | | | | | | | | | | | | The manpages are once again only built when DOCS=on, but now so is the default neomuttrc. The manpages are fine to protect with %%PORTDOCS%% (not great, but permissible), but the default neomuttrc needs to be there. So, generate it manually after the build. This is kludgey, but it at least gets the port packaging again. Approved by: maintainer (bapt) Notes: svn path=/head/; revision=452161
* Fix hardcoded version in clang-format. [0]Brooks Davis2017-10-155-2/+58
| | | | | | | | | Run ccache-update-links on install and deinstall. [1] PR: 220995 [0], 217572 [1] Notes: svn path=/head/; revision=452160
* Update to fldigi 4.0.11Diane Bruce2017-10-152-5/+5
| | | | | | | | | | | | | | | | | | =Version 4.0.11= 2017-10-14 David Freese <w1hkj@bellsouth.net> 3302f0d: Text Capture 35387db: FreeBSD mod 6e94d54: Documentation update e4abdbf: PSK filter cd36a46: Audio Stream 5a9322f: printf cleanup e8651ed: CW Multichannel 89b5207: QSY multi Notes: svn path=/head/; revision=452159
* Recommand psycopg2 over PyGreSQLBaptiste Daroussin2017-10-156-6/+6
| | | | | | | Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=452158
* Mark as broken: no public distfilesBaptiste Daroussin2017-10-152-0/+4
| | | | Notes: svn path=/head/; revision=452157
* Move with upstream to sourceforgeDiane Bruce2017-10-152-6/+5
| | | | | | | | | | | =Version 1.0.3= 2017-10-14 David Freese <w1hkj@bellsouth.net> 0d1ba30: dxcc server list Notes: svn path=/head/; revision=452156
* multimedia/mpv: Add WAYLAND optionCarlos J. Puga Medina2017-10-151-2/+8
| | | | | | | | | | | - Drop --disable-wayland from CONFIGURE_ARGS - Bump PORTREVISION PR: 223029 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=452155
* lang/gcc6-aux: Provide a bootstrap compiler for FreeBSD 12.0 post-ino64Tobias Kortkamp2017-10-152-1/+5
| | | | | | | | | | | - Update maintainer. Eric Turgeon wants to maintain it. https://forums.freebsd.org/threads/62845/ PR: 219667 Notes: svn path=/head/; revision=452154
* Make COPYTREE_* work with POSIX-compliant sh -cJilles Tjoelker2017-10-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | The COPYTREE_BIN and COPYTREE_SHARE macros use constructs like sh -c 'command' -- arg0 arg1 and assume that $0 will expand to arg0 and $1 will expand to arg1. Our current sh implements it that way. However, POSIX specifies that $0 will expand to -- and $1 will expand to arg0, since the command string is an operand and not an option-argument. Bug #220587 requests making sh POSIX-compliant in this regard. If the argument after the command string does not start with '-', the current sh behaves as required by POSIX. Therefore, adjust the macros so this is always the case. PR: 222870 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=452153
* - Update to 0.4.1Nicola Vitale2017-10-152-3/+5
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=452152
* When cross-compiling with qemu, recompile _sysconfigdata.py after patching itAntoine Brodin2017-10-151-0/+7
| | | | | | | | Reported by: rene@ With hat: portmgr Notes: svn path=/head/; revision=452151
* devel/linux-kernel: Update to 4.13.7Tobias Kortkamp2017-10-1510-3603/+3421
| | | | | | | | | - Switch everything to use options helpers - Make use of BINARY_ALIAS to setup the build environment - Copy bits/auxv.h and elf.h directly instead of having them in patch form Notes: svn path=/head/; revision=452150
* update sysutils/packer to 1.1.1Nikolai Lifanov2017-10-152-4/+4
| | | | | | | Changes: https://github.com/hashicorp/packer/blob/v1.1.1/CHANGELOG.md Notes: svn path=/head/; revision=452149
* - Update to 4.8.2Nicola Vitale2017-10-152-3/+8
| | | | | | | ChangeLog: http://virtualenvwrapper.readthedocs.io/en/latest/history.html#changes Notes: svn path=/head/; revision=452148
* Retire WITHOUT_DEBUG flag.Guido Falsi2017-10-1511-10/+24
| | | | | | | | | | | | The flag has partial support across the tree, and the same effect can be obtained by using ".undef WITH_DEBUG". Reviewed by: mat, rene Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D12548 Notes: svn path=/head/; revision=452147
* devel/py-libvirt: update to 3.8.0Roman Bogorodskiy2017-10-152-4/+4
| | | | Notes: svn path=/head/; revision=452146
* devel/libvirt: update to 3.8.0Roman Bogorodskiy2017-10-152-4/+4
| | | | Notes: svn path=/head/; revision=452145
* security/p11-kit: update to 0.23.9Roman Bogorodskiy2017-10-154-27/+4
| | | | | | | Drop patches merged upstream. Notes: svn path=/head/; revision=452144
* databases/mariadb102-server: Fix client ports and buildBernard Spil2017-10-153-12/+21
| | | | | | | | | | | | | - Move client headers to the client port [1] - Fix SNAPPY option for mariabackup [2] * switch to noninja to generate link.txt PR: 222825 [1], 221159 [2] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1] Reported by: sdalu@sdalu.com [2] Notes: svn path=/head/; revision=452143
* Replace gnatsd_username with gnatsd_user, which is already provided by rc.subr.Jimmy Olgeni2017-10-152-3/+4
| | | | | | | | PR: 223027 Submitted by: romain Notes: svn path=/head/; revision=452142
* databases/p5-Interchange6-Schema: update 0.130 -> 0.133Kurt Jaeger2017-10-152-4/+4
| | | | | | | Relnotes: http://cpansearch.perl.org/src/HORNBURG/Interchange6-Schema-0.133/CHANGES Notes: svn path=/head/; revision=452141
* databases/p5-Dancer2-Plugin-DBIC: update 0.0013 -> 0.0100Kurt Jaeger2017-10-152-5/+5
| | | | | | | Relnotes: http://cpansearch.perl.org/src/IRONCAMEL/Dancer2-Plugin-DBIC-0.0100/CHANGES Notes: svn path=/head/; revision=452140
* security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC: update 0.601 -> 0.623Kurt Jaeger2017-10-153-5/+4
| | | | | | | Relnotes: http://cpansearch.perl.org/src/ABEVERLEY/Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.623/Changes Notes: svn path=/head/; revision=452139
* www/p5-Dancer-Plugin-RPC: update 1.01 -> 1.05Kurt Jaeger2017-10-153-12/+18
| | | | | | | Relnotes: http://cpansearch.perl.org/src/ABELTJE/Dancer-Plugin-RPC-1.05/Changes Notes: svn path=/head/; revision=452138
* - Update to 3.5.12TAKATSU Tomonari2017-10-153-10/+19
| | | | Notes: svn path=/head/; revision=452137
* Add a CONFLICT_INSTALL to report a conflict with mail/mess822 port, both ↵Rodrigo Osorio2017-10-151-2/+6
| | | | | | | | | | install etc/leapsecs.dat file Fix COMMENT length and add LICENCE for this port Bump PORTREVISION Notes: svn path=/head/; revision=452136
* Update to 3.7.1Kevin Lo2017-10-153-5/+48
| | | | Notes: svn path=/head/; revision=452135
* - Update to 0.10.1Wen Heping2017-10-153-23/+4
| | | | | | | | PR: 223022 Submitted by: theis@gmx.at(maintainer) Notes: svn path=/head/; revision=452134
* Add a CONFLICTS_INSTALL to report a conflict with sysutils/nfsping ; both ↵Rodrigo Osorio2017-10-151-1/+3
| | | | | | | | | ports install smokeping/lib/Smokeping/probes/NFSping.pm. Bump PORTREVISION. Notes: svn path=/head/; revision=452133
* Update textproc/elasticsearch2 to version 2.4.6.Jimmy Olgeni2017-10-152-5/+5
| | | | | | | | | PR: 222145 Submitted by: olgeni Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=452132
* Update net-im/py-python-telegram-bot to version 8.1.0.Jimmy Olgeni2017-10-152-4/+4
| | | | Notes: svn path=/head/; revision=452131
* Update devel/erlang-gpb to version 3.28.0.Jimmy Olgeni2017-10-152-4/+4
| | | | Notes: svn path=/head/; revision=452130
* Update to 20171013Baptiste Daroussin2017-10-154-78/+83
| | | | | | | | Note that this version does not conflict anymore with mutt! Note the main binary is now named neomutt and not mutt! Notes: svn path=/head/; revision=452129
* Update owncloudclient to 2.3.3Guido Falsi2017-10-152-5/+4
| | | | | | | | | PR: 223007 Submitted by: me Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer) Notes: svn path=/head/; revision=452128
* Assign to the collectiveAdam Weinberger2017-10-151-1/+1
| | | | Notes: svn path=/head/; revision=452127
* databases/p5-Dancer2-Session-DBICKurt Jaeger2017-10-1522-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/p5-Interchange6-Schema devel/p5-MooseX-CoverableModifiers devel/p5-Test-MockDateTime devel/p5-Test-Roo devel/p5-superclass mail/p5-Email-MIME-RFC2047 mail/p5-Mail-Box-IMAP4-SSL security/p5-Dancer-Plugin-Auth-Extensible security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Auth-Extensible security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Passphrase security/p5-Session-Token www/p5-Dancer-Plugin-Lexicon www/p5-Dancer-Plugin-RPC www/p5-Dancer2-Plugin-Interchange6 www/p5-Dancer2-Plugin-Path-Class www/p5-Interchange6 - give maintainer to perl@ Submitted by: hvo.pm@xs4all.nl (maintainer) Notes: svn path=/head/; revision=452126
* Update to 0.9.2.Vanilla I. Shu2017-10-153-4/+5
| | | | Notes: svn path=/head/; revision=452125
* emulators/ppsspp-qt5: rebuild after r452123Jan Beich2017-10-151-1/+1
| | | | Notes: svn path=/head/; revision=452124
* emulators/ppsspp: unbreak joystick mappings with OLDJOY=off (default)Jan Beich2017-10-155-518/+56
| | | | | | | | Changes: https://github.com/hrydgard/ppsspp/commit/ac0052c6af92 MFH: 2017Q4 (requires r451582) Notes: svn path=/head/; revision=452123
* Fix build with LibreSSLSunpoet Po-Chuan Hsieh2017-10-151-2/+1
| | | | | | | | PR: 222912 Submitted by: Peter Putzer <freebsd@mnd.sc> Notes: svn path=/head/; revision=452122
* Update to 4.1.2Sunpoet Po-Chuan Hsieh2017-10-153-11/+10
| | | | | | | | | Changes: https://github.com/gollum/gollum/blob/master/HISTORY.md PR: 221431 Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer) Notes: svn path=/head/; revision=452121
* Update to 4.2.7Sunpoet Po-Chuan Hsieh2017-10-153-11/+10
| | | | | | | | | | | | - While I'm here, update RUN_DEPENDS Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md https://github.com/gollum/gollum-lib/commits/master PR: 221430 Submitted by: Sir l33tname <sirl33tname@gmail.com> Notes: svn path=/head/; revision=452120
* Update to 2.2.1Sunpoet Po-Chuan Hsieh2017-10-152-6/+5
| | | | | | | | | | Changes: https://github.com/jneen/rouge/blob/master/CHANGELOG.md PR: 221429 Submitted by: Sir l33tname <sirl33tname@gmail.com> Approved by: maintainer (timeout, 3 months) Notes: svn path=/head/; revision=452119
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2017-10-152-4/+4
| | | | | | | | Changes: https://github.com/kaminari/kaminari/releases https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=452118
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2017-10-152-4/+4
| | | | | | | | Changes: https://github.com/kaminari/kaminari/releases https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=452117