summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.3Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | Changes: https://github.com/sumoheavy/jira-ruby/commits/master
* Update to 1.011Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | Changes: http://search.cpan.org/dist/App-Nopaste/Changes
* Update to 1.006Sunpoet Po-Chuan Hsieh2017-08-272-3/+4
| | | | Changes: http://search.cpan.org/dist/Imager/Changes
* Update to 2.7.3.1Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* Add 10.4-BETA2 checksums.Glen Barber2017-08-278-1/+45
| | | | | Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Add additional documentation and a pkg-message with further hints.Matthew Seaman2017-08-274-0/+35
| | | | | PR: 221841 Submitted by: vidar@karlsen.tech (maintainer)
* Update to the 20170824 snapshot of GCC 7.2.1.Gerald Pfeifer2017-08-272-5/+5
| | | | | Move ONLY_FOR_ARCHS earlier in the Makefile per guidance from portlint and the FreeBSD Porter's Handbook.
* Update to upstream version 0.20.10 (bugfix release)Thomas Zander2017-08-272-4/+4
| | | | MFH: 2017Q3
* mail/dovecot-pigeonhole: upgrade to 0.4.20.Larry Rosenman2017-08-272-5/+4
| | | | | | | | | | | | | | | | | | Changelog v0.4.20: + Made the retention period for redirect duplicate identifiers configurable. For accounts that perform many redirects, the lda-dupes database could grow to impractical sizes. Changed the default retention period from 24 to 12 hours. - sieve-filter: Fixed memory leak: forgot to clean up script binary at end of execution. Normally, this would merely be an inconsequential memory leak. However, when the script comes from an LDAP storage, this would cause io leak warnings. - managesieve-login: Fixed handling of AUTHENTICATE command. A second authenticate command would be parsed wrong. This problem was caused by changes in the previous release. - LDA Sieve plugin: Fixed minor memory leak caused by not cleaning up the sieve_discard script.
* Ensure qconfig-modules.h does not include qconfig-webkit.hRaphael Kubo da Costa2017-08-272-0/+15
| | | | | | | | | | | | | | | | | | | r448361 updated Qt WebKit and dropped QT_DIST and QT_DEFINES, which led to existing installations being upgraded to remove qconfig-webkit.h while not removing the corresponding #include <QtCore/modules/qconfig-webkit.h> from qconfig-modules.h. Consequently, any build that uses existing Qt5 ports (i.e. building a port locally, or any project using Qt5) fails with errors like: /usr/local/include/qt5/QtCore/qconfig-modules.h:8:10: fatal error: 'QtCore/modules/qconfig-webkit.h' file not found Add a pkg-install that takes care of removing any offending lines from qconfig-modules.h. PR: 221828 Reviewed by: tcberner, Adriaan de Groot <groot@kde.org>
* devel/rubygem-google-api-client: Update to version 0.13.3Joseph Mingrone2017-08-272-5/+5
| | | | | | | While here, silence portlint warning about order of USES/USE_*. Upstream changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
* Fix "invalid argument" regression.Matthias Andree2017-08-272-2/+21
| | | | | | | | | | | | | | | | e2fsprogs v1.43.4 and .5 appear to attempt unaligned writes to disk devices, which causes "invalid argument" errors and failures. Patch unix_io.c to always obtain the alignment requirements on FreeBSD, so that e2fsprogs uses its own write buffers and read- modify-write cycles when writing only parts of a block. Bump PORTREVISION, as crucial executables and libs change. While here, bump self-test requirement to FreeBSD >= 12, since the maintainer has tested these on 11.0/11.1 amd64/i386. Reported by: Artyon Mirgorodsky (in private)
* Update to upstream version 2.3.4; pet portlintThomas Zander2017-08-273-6/+6
| | | | | PR: 221788 Submitted by: jeff.lawson@flightaware.com (maintainer)
* Update to upstream version 2.8, pet portlintThomas Zander2017-08-274-66/+119
| | | | | PR: 221786 Submitted by: lbartoletti@tuxfamily.org (maintainer)
* - Update to 20170818Antoine Brodin2017-08-272-5/+5
| | | | - USE_PYTHON+=concurrent for bin/stats.py and bin/validator.py
* databases/timescaledb: Update to 0.4.0Tobias Kortkamp2017-08-273-6/+7
| | | | | | Changes: https://github.com/timescale/timescaledb/releases/tag/0.4.0 PR: 221843 Submitted by: kbowling (maintainer)
* - Update to 0.17.0Antoine Brodin2017-08-272-5/+5
| | | | - USE_PYTHON+=concurrent for bin/yapf
* Update to 4.16.2Antoine Brodin2017-08-272-7/+7
|
* Update to 0.2.0Antoine Brodin2017-08-272-4/+4
|
* Update to 1.3.1Antoine Brodin2017-08-272-4/+4
|
* Update to 2.0.12Antoine Brodin2017-08-272-4/+4
|
* Update to 0.1.11Antoine Brodin2017-08-272-6/+5
|
* Update to 2.1.12Antoine Brodin2017-08-272-6/+5
|
* Update to 0.1.5Antoine Brodin2017-08-272-7/+7
|
* Update laternamagica to the latest release.David Chisnall2017-08-272-4/+4
|
* Disable portscout for the time beingThomas Zander2017-08-272-0/+2
| | | | | | | Details: Maintainer observes false positives almost every day. Apparently the distfiles are automatically recreated even if there is no change, but portscout notices it and sends an e-mail to maintainer.
* . Update to 5.0.7.Greg Lewis2017-08-272-4/+4
|
* - Update to 0.7Wen Heping2017-08-273-4/+5
| | | | changes: http://cpansearch.perl.org/src/BKB/Net-IPv6Addr-0.7/ChangeLog
* - Update to 1.29.1Wen Heping2017-08-272-4/+4
|
* Allow the user to select dependency on ncurses in base (USES=ncurses:base)Cy Schubert2017-08-271-4/+13
| | | | | | | | | | | | | | | | | | | | | | | or devel/ncurses in ports (USES=ncurses:ports). The default option is to depend on ncurses in ports (if installed), otherwise depend on base (same as USES=ncurses). This works around the following problem when screen is linked with devel/ncurses: $ view /etc/passwd view: No terminal database found $ To avoid the above problem either have screen depend on ncurses in base or set TERM=xterm when creating new screen window. Adding screeninfo.src from the screen tarball to terminfo.src in devel/ncurses does not resolve this issue. This problem does not affect packages built by poudriere. PR: 221829
* devel/cdecl: upgrade to 3.5Larry Rosenman2017-08-272-4/+4
| | | | | Added ssize_t Similar to size_t, support for ssize_t has been added.
* Update to 5.4.Adam Weinberger2017-08-272-4/+4
| | | | | | | | | | | | Aaron Sachau sent email about bug he found. The "qjail console jailname" command that has a jail with a fib assigned to it was not working correctly. This error was introduced by changes done to correct coding syntax problems that the hs-shellcheck package found and corrected and then published in qjail-5.2. Reverted back to how qjail-5.1 did it. Aaron Sachau tested the patch. Fixed now. PR: 221839 Submitted by: maintainer (Joe Barbish)
* Add LICENSESunpoet Po-Chuan Hsieh2017-08-272-2/+4
| | | | | | - Update WWW Approved by: portmgr (blanket)
* Mark CONFLICTS_INSTALL with rubygem-github-linguistSunpoet Po-Chuan Hsieh2017-08-271-0/+3
|
* Mark CONFLICTS_INSTALL with rubygem-gitlab-linguistSunpoet Po-Chuan Hsieh2017-08-271-0/+3
|
* Add NO_ARCHSunpoet Po-Chuan Hsieh2017-08-271-2/+3
|
* Update to 1.0.1Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | | Changes: https://github.com/sinatra/mustermann/blob/master/README.md#stable-releases https://github.com/sinatra/mustermann/commits/master
* Update to 3.4.0.2Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | | Changes: https://github.com/google/protobuf/releases Notified by: remko
* Update to 3.0238Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* Update to 1.23.1Sunpoet Po-Chuan Hsieh2017-08-272-4/+4
| | | | Changes: https://software.ecmwf.int/wiki/display/GRIB/Latest+news
* Update to 20170825Sunpoet Po-Chuan Hsieh2017-08-272-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* sysutils/slurm-wlm: Update to version 17.02.7Joseph Mingrone2017-08-262-9/+10
| | | | | | Also silence portlint warning about order of USES/USE_*. Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS
* Update www/squid to 3.5.27Guido Falsi2017-08-262-3/+3
| | | | | PR: 221765 Submitted by: timp87@gmail.com (maintainer)
* Update audio/ardour5 to 5.11.0Guido Falsi2017-08-263-5/+10
| | | | | PR: 221612 Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
* Revert r447879.Raphael Kubo da Costa2017-08-261-0/+1
| | | | | | | | | Apparently the build is indeed broken with parallel jobs, even though I wasn't able to reproduce it in my tests. Checking what's broken would take time and anyone interested in that should rather try updating the port to 3.6.0. PR: 219293 Reported by: John Marino <freebsdml@marino.st>
* Update to patchlevel 1000.Adam Weinberger2017-08-262-4/+4
|
* New port databases/zabbix32-libzbxpgsql: PostgreSQL monitoring module for ↵Danilo G. Baio2017-08-267-0/+72
| | | | | | | | | | | | | | | | | zabbix32-agent This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix3-libzbxpgsql -> databases/zabbix32-libzbxpgsql PR: 221831 Submitted by: Martin Waschbüsch <martin@waschbuesch.de>
* databases/zabbix3-libzbxpgsql: Include a missed variableDanilo G. Baio2017-08-261-1/+1
|
* New port databases/zabbix22-libzbxpgsql: PostgreSQL monitoring module for ↵Danilo G. Baio2017-08-267-0/+72
| | | | | | | | | | | | | | | | | zabbix22-agent This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix3-libzbxpgsql -> databases/zabbix22-libzbxpgsql PR: 221830 Submitted by: Martin Waschbüsch <martin@waschbuesch.de>
* databases/libzbxpgsql: Update to 1.1.0, Rename to databases/zabbix3-libzbxpgsqlDanilo G. Baio2017-08-2610-17/+28
| | | | | | | | | | Rename to allow multiple version of libzbxpgsql to coexist, each one uses a different zabbix-agent version. Add CONFLICTS in preparation for multiple versions as well. PR: 221798 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer)