aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 2017.07.30sunpoet2017-07-312-4/+4
|
* Update to 0.5.2sunpoet2017-07-312-4/+4
| | | | Changes: https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
* Update to 10.7sunpoet2017-07-312-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Update to 0.006sunpoet2017-07-312-4/+4
| | | | Changes: http://search.cpan.org/dist/Class-Mix/Changes
* net-im/mastodon: Update to 1.5.0r3jrm2017-07-315-11/+28
| | | | | | | | Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.5.0rc3 Port changes: - remove dependency on www/npm
* emulators/i386-wine-devel: update to 2.13dbn2017-07-313-34/+42
|
* Apply patch submitted upstream to better emulate the USG UNIXmadpilot2017-07-312-3/+18
| | | | | | daylight global variable as implemented in glibc. Obtained from: https://github.com/Gnucash/gnucash/pull/116
* - Update games/0ad to Alpha 22 Venustas (0.0.22)madpilot2017-07-3110-25/+95
| | | | | | | - Add missing dependencies reported by stage-qa - Regenerate some patches - The patch for embedded psutils mostly taken from sysutils/py-psutil121 port
* - Update to 12545amdmi32017-07-312-4/+4
|
* Drop maintainershipbapt2017-07-311-1/+1
| | | | Submitted by: Giel van Schijndel <me@mortis.eu> (former maintainer)
* Fix Daylight Saving Time (DST) detection. Previous patch was erroneouslyjhale2017-07-312-11/+8
| | | | | | | | | | dectecting whether DST is currently in effect for the timezone (TZ) in use instead of emulating the glibc global daylight variable which is set to 0 if DST conversions should never be applied for the TZ in use; otherwise non-zero. PR: 220665 Submitted by: madpilot MFH: 2017Q3
* Fix build on armv6. The -funsafe-math-optimizations flag in Clang (pulled in byjhale2017-07-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | -ffast-math) is emitting references to the sincos() function which is not implemented on versions of FreeBSD < 1200032. Workaround by adding -fno-unsafe-math-optimizations to armv6 CFLAGS. /bin/sh ../libtool --tag=CC --mode=link /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a -lm libtool: link: /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/.libs/libfftw3_threads.so ../.libs/libfftw3.so ../libbench2/libbench2.a -lm -pthread -Wl,-rpath -Wl,/usr/local/lib ./libbench2/libbench2.a(verify-lib.o): In function `aphase_shift': verify-lib.c:(.text+0x578): undefined reference to `sincos' ./libbench2/libbench2.a(verify-lib.o): In function `tf_shift': verify-lib.c:(.text+0x13a0): undefined reference to `sincos' verify-lib.c:(.text+0x16e4): undefined reference to `sincos' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:400: bench] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2/tests' gmake[2]: *** [Makefile:684: all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2' gmake[1]: *** [Makefile:549: all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2' *** Error code 1 PR: 220590 Submitted by: jbeich
* Update to upstream version 1.2.1riggs2017-07-314-6/+15
|
* Update to latest commit.mat2017-07-313-13/+13
| | | | Sponsored by: Absolight
* Update to v5.27.2-82-g3c76107.mat2017-07-314-6/+8
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.27.2-17-g6be75e6...v5.27.2-82-g3c76107 Sponsored by: Absolight
* - Add LICENSE_FILEamdmi32017-07-312-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* - Update WWWamdmi32017-07-312-2/+2
| | | | Approved by: portmgr blanket
* - Fix pkg-plistnivit2017-07-312-12/+1
| | | | - Bump PORTREVISION
* Update to 1.01.00ehaupt2017-07-314-5/+21
|
* Update to 0.7.2bapt2017-07-312-4/+4
|
* devel/flang and devel/flang-clang: Update to snapshots supporting llvm 4.0 ↵jmd2017-07-316-117/+123
| | | | | | | | | | and upgrade dependencies to this version. PR: 220829 Submitted by: Rainer Hurling (rhurlin@gwdg.de) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D11709
* - Correct pkg-plist and libevent issueszi2017-07-312-3/+3
| | | | | PR: 221106 Submitted by: james@now.ie
* net/glusterfs: Update to 3.11.1dbaio2017-07-317-63/+68
| | | | | | | | | | | | | | - Regenerate patches While here: - Fix Q/A errors (shebangfix) - Update WWW - Use OPSYS with OSVERSION PR: 220674 Submitted by: craig001@lerwick.hopto.org (maintainer) Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D11550
* Add bazel-clang38: using clang38 as crosstool for bazellwhsu2017-07-312-0/+14
| | | | | PR: 219840 Submitted by: Jov <amutu@amutu.com>
* Add missing INSTALLS_ICONS, mate-desktop installs icons which need tokwm2017-07-311-0/+2
| | | | | | be cached. Reported by: poudriere bulk -t
* - Update to 2.8.6danilo2017-07-312-4/+4
|
* i386-wine-devel: update to 2.12dbn2017-07-313-14/+26
|
* lang/erlang-runtime19: unbreak build.olgeni2017-07-311-1/+1
|
* * Update to 1.3.18.matthew2017-07-3018-188/+313
| | | | | | | | | | | | * Process to fix paths in script and configuration files are simplified. * Now man page of logcheck is generated from DocBook SGML source file by using textproc/docbook-to-man. * Sort pkg-plist. * Add forgotten files/patch-etc_logcheck.logfiles. * Update files/patch-etc_logcheck.conf * Move backup file cleaning up from post-patch to do-build so 'make makepatch' works as expected. PR: 220609 Submitted by: yasu@utahime.org (maintainer)
* www/mod_http2-devel: Update to 1.10.9brnrd2017-07-302-5/+4
| | | | | - Bugfix update to 1.10.9 - Remove BUILD_DEPENDS, implied in LIB_DEPENDS
* Move spidermonkey17's headers out of LOCALBASE and in there own subdir. [1]kwm2017-07-305-16/+23
| | | | | | | | | | This fixes build issues with other spidermonkey using ports when SM 1.7 is installed, due to SM 1.7's headers being found first. [2] Update SM 1.7 users to take this change into account. PR: 219761 [1], 214724 [2], 202246 [2] Approved by: maintainer timeout (nearly 2 months)
* New port: databases/grass7pi2017-07-3019-5/+4395
| | | | | | | | | | | | | | | | | | | | databases/grass: renamed to databases/grass6 - submitter becomes maintainer - changed dependency for graphics/qgis to grass6 Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL). WWW: http://grass.osgeo.org/ PR: 221087 Submitted by: lbartoletti@tuxfamily.org
* Fix gemspec for rubygem-rrd-ffisunpoet2017-07-302-1/+12
| | | | | | | | | - Bump PORTREVISION for package change PR: 220686 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* devel/php-composer: Update to 1.4.2dbaio2017-07-302-4/+4
| | | | | | | Changes: https://github.com/composer/composer/releases/tag/1.4.2 PR: 221061 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Use C++03 for OPENMP optionsunpoet2017-07-301-0/+1
| | | | | PR: 221065 Submitted by: rakuco
* Fix gemspec for rubygem-errand and rubygem-hamlsunpoet2017-07-302-7/+9
| | | | | | | | | - Bump PORTREVISION for package change PR: 220687 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* Update devel/elixir-stemmer to version 1.0.2.olgeni2017-07-302-4/+4
|
* Fix gemspec for rubygem-heredoc_unindent and rubygem-msgpacksunpoet2017-07-302-7/+14
| | | | | | | | | | | | - While I'm here: - Add LICENSE_FILE - Fix indent - Bump PORTREVISION for package change PR: 220685 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* Add missing RUN_DEPENDSsunpoet2017-07-301-1/+4
| | | | | | | | | - Bump PORTREVISION for dependency change PR: 220684 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* Add missing RUN_DEPENDSsunpoet2017-07-301-2/+3
| | | | | | | | | - Bump PORTREVISION for dependency change PR: 220630 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days)
* Update to 4.0.4sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.md
* Update to 0.94sunpoet2017-07-303-7/+17
| | | | | | | | | - Add LICENSE - Add BUILD_DEPENDS - Add missing *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Apache-AuthTicket/Changes
* Add LICENSE_FILEsunpoet2017-07-301-0/+1
|
* Update to 1.42sunpoet2017-07-302-4/+4
| | | | Changes: http://search.cpan.org/dist/XML-XPath/Changes
* Update to 0.52sunpoet2017-07-302-12/+4
| | | | | | - Remove DOCS option Changes: http://search.cpan.org/dist/Math-Currency/Changes
* Update to 0.013sunpoet2017-07-303-6/+9
| | | | | | | | | - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Data-Float/Changes
* Update to 0.42sunpoet2017-07-303-6/+5
| | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes
* Update to 0.004sunpoet2017-07-303-6/+10
| | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Perl4-CoreLibs/Changes
* Update to 0.015sunpoet2017-07-302-5/+14
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Params-Classify/Changes
* Update to 2.15sunpoet2017-07-302-4/+4
| | | | Changes: http://search.cpan.org/dist/File-Path/Changes
* Update to 3.1.1sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/kamui/retriable/blob/master/CHANGELOG.md
* Update to 1.14.1sunpoet2017-07-302-4/+4
| | | | | | Changes: https://github.com/pysal/pysal/releases https://github.com/pysal/pysal/blob/master/CHANGELOG.txt https://github.com/pysal/pysal/commits/dev
* textproc/pecl-yaml: Update to 2.0.2dbaio2017-07-302-4/+4
| | | | | | | Bugs Fixed: - relax tests to pass with 7.1.4RC1 (remicollet) - #74799 fix memory leak in apply_filter function (gleb-svitelskiy) - #72540 fix crash in yaml_parse_url when stream/file is empty (bd808)
* textproc/pecl-yaml1: Update to 1.3.1dbaio2017-07-302-4/+4
| | | | | Bugs Fixed: - #72540 yaml_parse_url: check php_stream_copy_to_mem return value
* Update to upstream version 2.9.0riggs2017-07-302-4/+4
| | | | | | PR: 221080 Submitted by: amutu@amutu.com (maintainer) MFH: 2017Q3
* - Pet portlintamdmi32017-07-302-5/+7
| | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
* - Cosmetic fixesamdmi32017-07-302-5/+5
| | | | | | - Update WWW Approved by: portmgr blanket
* devel/py-positional: update to 1.1.2novel2017-07-302-4/+4
|
* Update to patchlevel 809.adamw2017-07-302-4/+4
|
* - Update to 2.6.0zi2017-07-302-7/+7
|
* Fix gemspec for rubygem-rest-client 2.0.1 update (r438852)sunpoet2017-07-302-4/+6
| | | | | | | - Bump PORTREVISION for package change PR: 221052 Reported by: lifanov
* Update to 2.2.7sunpoet2017-07-302-4/+4
| | | | | Changes: https://github.com/ruby-rdf/rdf/releases https://github.com/ruby-rdf/rdf/commits/develop
* Update to 3.9.0sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md
* Update to 2.7.0sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/jasmine/jasmine/releases
* Update to 3.11.0sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/cloudfoundry/cf-uaa-lib/commits/master
* Add PORTSCOUTsunpoet2017-07-301-2/+4
| | | | - Fix space/tab
* Add PORTSCOUTsunpoet2017-07-301-0/+2
|
* Add PORTSCOUTsunpoet2017-07-301-0/+2
|
* Add PORTSCOUTsunpoet2017-07-301-1/+3
| | | | - Fix indent
* Fix USES=pythonsunpoet2017-07-301-1/+5
| | | | | - Add PORTSCOUT - Bump PORTREVISION for dependency change
* Add PORTSCOUTsunpoet2017-07-301-0/+2
|
* Update to 3.0.1sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/borntyping/python-colorlog/releases
* Update to 3.27sunpoet2017-07-302-4/+4
| | | | Changes: http://search.cpan.org/dist/Apache-AuthCookie/Changes
* Update to 1.41sunpoet2017-07-303-6/+13
| | | | | | | - Add missing *_DEPENDS - Update WWW Changes: http://search.cpan.org/dist/XML-XPath/Changes
* Update to 1.29sunpoet2017-07-302-4/+4
| | | | Changes: http://search.cpan.org/dist/Log-Dispatch-FileRotate/Changes
* Update to 3.0237sunpoet2017-07-302-4/+4
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* security/pam_ocra: Update to 1.3dbaio2017-07-302-3/+5
| | | | | | | | | | | | v1.3: - fix pam_ocra "dir=" option - introduce pam_ocra "rmsg=", "cmsg=" and "nodata=" options contributed by Richard Nichols rdn757@gmail.com While here, add LICENSE_FILE PR: 221089 Submitted by: Stefan Grundmann <sg2342@googlemail.com> (maintainer)
* Update LICENSEsunpoet2017-07-301-1/+1
|
* Update to upstream version 14.0.0riggs2017-07-303-4/+5
| | | | MFH: 2017Q3
* audio/mpg123: update to 1.25.4novel2017-07-303-5/+5
|
* devel/spice-protocol: update to 0.12.13novel2017-07-302-4/+4
|
* net/whois: Update to 5.2.17dbaio2017-07-302-10/+8
| | | | | | | | | | While here: Convert to options target helper Switch to Github release format Update license PR: 221078 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer)
* Update net-im/py-python-telegram-bot to version 7.0.1.olgeni2017-07-292-4/+4
|
* security/vuxml: Document vulnerability in cacti v1.1.13dbaio2017-07-291-0/+29
| | | | Security: CVE-2017-11691
* www/luakit: add missing UPDATING entrypi2017-07-291-0/+11
| | | | | | | | - luakit version 2017.07.26 is incompatible with the version from 2012 UPDATING entry suggests to remove the old configs PR: 221016 Submitted by: freebsd-bugzilla@textmail.me
* archivers/py-borgbackup: Update to 1.0.11feld2017-07-292-4/+4
| | | | | | Changelog: https://github.com/borgbackup/borg/releases/tag/1.0.11 PR: 220945
* www/mod_security-devel: add comment to explain USE_GCCpi2017-07-291-0/+1
| | | | | PR: 220352 Submitted by: Marius Halden <marius.h@lden.org>
* Fix pkg-deinstall missing. Had merged a revert, but had to copy over filescrees2017-07-291-1/+1
| | | | as working copy messed up, and the file existed but not checked in.
* Document issues around MailScanner uodate and give workaround.crees2017-07-291-0/+11
| | | | Submitted by: netchild
* java/intellij-pycharm: Update to version 2017.2.bsam2017-07-293-12/+157
|
* - Update WWWamdmi32017-07-291-1/+1
| | | | Approved by: portmgr blanket
* - Update WWWamdmi32017-07-291-1/+1
| | | | Approved by: portmgr blanket
* Update to the 20170727 snapshot of GCC 7.1.1.gerald2017-07-292-4/+4
|
* Update to the 20170626 snapshot of GCC 6.4.1.gerald2017-07-292-4/+4
|
* databases/cego: update 2.33.20 -> 2.33.21pi2017-07-292-4/+4
| | | | | | | | | | | | | | - Added further constraint check in CegoTableManager::dropObjectSynced. Primary objects just allowed to be removed, if no foreign key reference exists - More fixes on foreign key contraint handling in CegoTableManager::checkKeyIntegrity and CegoTableManager::insertDataTable methods - Fix in CegoTableManager::checkKeyIntegrity. The implementation of the mehod has been completly reworked, since not all violation cases have been treated. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - Update to 0.5.3 [1]lwhsu2017-07-293-8/+19
| | | | | | | | - Add CLANG38 option [2] PR: 219838 Submitted by: Jov <amutu@amutu.com> [2] Approved by: Klaus Aehlig <aehlig@linta.de> (maintainer) [1]
* - update to 1.92dinoex2017-07-295-72/+132
| | | | | | - fix LICENSE - rename README - move URL
* - fix support for Makefile.localdinoex2017-07-291-0/+1
|
* - fix support for Makefile.localdinoex2017-07-291-0/+1
|
* - Update to 0.9.9.araujo2017-07-292-4/+5
| | | | Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9
* Update sysutils/tarsnap to 1.0.39. This fixes four crashes, including ancperciva2017-07-292-4/+4
| | | | | | | | assertion failure after successfully creating an archive containing a file which was (allegedly) last modified prior to January 1, 1970. Upgrading is recommended, as (despite their implausibility) it seems that a large number of people have files with such modification times.
* www/rubygem-goldfinger: Update to version 2.0.0jrm2017-07-292-6/+7
| | | | | Upstream changes: https://github.com/tootsuite/goldfinger/releases/tag/v2.0.0
* lang/rust: Turn off PORT_LLVM by defaultdumbbell2017-07-291-1/+0
| | | | This change was accidentally committed with the previous commit.
* Update BIND9 ports to 9.{9.11,10.6,11.2}.mat2017-07-2910-37/+37
| | | | Sponsored by: Absolight
* Fix build failure since r446818.adamw2017-07-291-2/+11
| | | | | gmake[2]: HELPDIR=/usr/local/share/calc/help: No such file or directory gmake[2]: *** No rule to make target 'HELPDIR=/usr/local/share/calc/help'. Stop.
* lang/rust: Fix build with PORT_LLVMdumbbell2017-07-291-1/+2
| | | | | | | | | | | The path to `llvm-config40` was set to the empty string in the generated `config.toml`, because I was still using the ${LLVM_PREFIX} variable instead of the appropriate ${LLVM_CONFIG}. Bad completion and lack of testing, sorry for that... Reported by: Rainer Hurling <rhurlin@gwdg.de>, Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>, dim@
* security/nss: update to 3.32jbeich2017-07-294-8/+8
| | | | | | | Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.32_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_32_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ MFH: 2017Q3 (required by firefox-56.0 scheduled on 2017-09-26)
* Update to a July 20th snapshot including 128-bit correctness fixes andbrooks2017-07-292-5/+5
| | | | | | the CNExEq instruction. Sponsored by: DARPA, AFRL
* Explicitly build with -std=gnu++11.rakuco2017-07-291-0/+7
| | | | | | | | | | | | This fixes the build with GCC 6, which switched its default from -std=gnu++98 to -std=gnu++14. With this switch, it added a `operator delete(void*, size_t)' overload and uses it for all delete calls. This does not play well with dependencies built with other compilers (such as base clang), which use the old operator delete overload and cause linking errors. PR: 219484 Submitted by: fernando.apesteguia@gmail.com (maintainer) MFH: 2017Q3
* Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.jkim2017-07-2920-30/+28
| | | | | | PR: 221027 Reviewed by: mat Approved by: portmgr (antoine)
* net-mgmt/icingaweb2-module-map: Update to the latest GH commitlme2017-07-293-8/+10
|
* Upgrade to GDB 8.0.jhb2017-07-2926-1146/+429
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Commit b5430a3ced fixes parsing of 32-bit MIPS process cores. - kgdb has been ported to 8.0 including renaming the new OSABI constant, using gdb_bfd_openr, new return type of ldirname, and solib_add changed. - GDB 8.0 requires C++11, however the port is marked as requiring C++14 as a workaround for bugs in clang 10.3. - patch-armfbsd is updated for the new OSABI constant names (a.out was removed in 8.0) and new filename convention (arm-fbsd-*) - patch-gdb-amd64-bsd-nat.c (renamed from patch-gdbamd64-bsd-nat.c) is simplified to just store the r_flags value before collecting registers from the register cache rather than a full copy of the entire register set. - patch-gdb-corelow.c has been removed. It isn't really correct and if arm cores still cause core dumps the error is in arm-fbsd-tdep.c. - patch-gdb-i386-fbsd-nat.c renamed to account for rename of patched file. - patch-gdb-x86bsd-nat.c has been removed. The file was renamed, but the stock file also compiled fine for me on i386. PR: 221025 (exp-run for 10.3) Submitted by: luca.pizzamiglio@gmail.com (original version) Reviewed by: luca.pizzamiglio@gmail.com (maintainer) Approved by: brooks Differential Revision: https://reviews.freebsd.org/D11465
* Release maintainership.tijl2017-07-291-1/+1
|
* Exec less rm(1) for existing files.bdrewery2017-07-291-1/+9
| | | | | Reported by: mjg Approved by: portmgr (implicit)
* net-im/mastodon: Update to version 1.5.0r2jrm2017-07-2910-178/+160
| | | | Upstream changes: https://github.com/tootsuite/mastodon/releases
* Update Erlang 19 ports to version 19.3.6.2.olgeni2017-07-298-12/+20
|
* * Renamed ffcall --> libffcall, renamed upstreamultima2017-07-298-6/+6
| | | | | | | | PR: 220905 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11763
* * Updated 0.5.8ultima2017-07-293-23/+26
| | | | | | | | | | | | | * Added missing depend * Sorted Uses section for portlint Changelog: https://github.com/baskerville/sxhkd/compare/0.5.7...0.5.8 PR: 220789 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11754
* * Updated to 0.9.3ultima2017-07-293-22/+32
| | | | | | | | | | | | | * Added missing depend * Sorted Uses section for portlint Changelog: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3 PR: 220788 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11755
* Vuls is an agentless vulnerability scanner written in golang.ultima2017-07-2912-0/+541
| | | | | | | | | | | | | | | | | | | | It can scan localhost or remote hosts via SSH. Vuls has a Terminal-Based User Interface(TUI) to display the scan results. Vuls' features include: * scan for vulnerabilitie in Ubuntu, Debian, CentOS, Amazon Linux, RHEL, Oracle Linux, FreeBSD and Raspbian; * scan middleware that are not included in OS package management; * nondestructive testing; * email and slack notification. WWW: https://github.com/future-architect/vuls PR: 220328 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11746
* This is tool to build a local copy of the National Vulnerabilities Database(NVD)ultima2017-07-2912-2/+329
| | | | | | | | | | | | | | | and the Japan Vulnerability Notes (JVN). NVD and JVN contain security vulnerabilities according to their CVE identifiers, including exhaustive information and a risk score. The local copy is generated in sqlite format, and the tool has a server mode for easy querying. WWW: https://github.com/kotakanbe/go-cve-dictionary/ PR: 220561 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Reviewed by: matthew (mentor), koobs, mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11745
* Update to 20170728.jkim2017-07-292-4/+4
|
* Update to 5.1.26.jkim2017-07-297-15/+15
|
* New port: www/mod_security-develpi2017-07-295-0/+82
| | | | | | | | | | | | | | | ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure. It is also an open source project that aims to make the web application firewall technology available to everyone. WWW: http://www.modsecurity.org/ PR: 220352 Submitted by: Marius Halden <marius.h@lden.org>
* - Update to 2.6.0.stephen2017-07-292-4/+4
|
* Partially revert the previous update.crees2017-07-293-495/+506
| | | | | | | | | | No longer clobber user's configuration. Fixup most pathnames, works for me now (tm) PR: ports/217142 PR: ports/219938 PR: ports/219990
* lang/rust: Fix ${PORT_LLVM_BUILD_DEPENDS}dumbbell2017-07-291-1/+1
| | | | | | | | | The BUILD_DEPENDS argument for the PORT_LLVM option was not updated: it was using the ${LLVM_PREFIX} variable which was removed. Now, it uses ${LOCALBASE} and ${LLVM_VER} as a suffix to the executable verified. Submitted by: Rainer Hurling <rhurlin@gwdg.de> Reported by: Rainer Hurling <rhurlin@gwdg.de>
* Templates/Licenses: Add MPL[10|11]dbaio2017-07-283-0/+1202
| | | | | | | | | - Add MPL[10|11] - Copy MPL -> MPL20 Reported by: sunpoet Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D11772
* Fix PGSQL build.des2017-07-281-1/+1
| | | | Approved by: dvl@
* Serious issue on deinstall, disable until fixed.crees2017-07-281-0/+2
| | | | PR: ports/217142
* devel/clanlib: enable stacktracesjbeich2017-07-281-5/+1
|
* - Update to 4.2culot2017-07-283-14/+5
| | | | Changes: http://www.catb.org/~esr/greed/NEWS
* Update to 1.3.1matthew2017-07-283-12/+30
| | | | | | | New OPTIONS: COOKIES DNSTAP GO STATS PR: 220419 Submitted by: freebsd@dns-lab.com (maintainer)
* - Update to 2.64culot2017-07-282-4/+5
| | | | Changes: http://search.cpan.org/dist/Geo-ShapeFile/Changes
* Document the removal of net/py-python-swiftclientsunpoet2017-07-281-0/+1
|
* Update to 4.0.3sunpoet2017-07-282-4/+4
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.md
* Add PORTSCOUTsunpoet2017-07-281-1/+3
| | | | - Fix indent
* Update to 2017.7.27.1sunpoet2017-07-282-5/+5
| | | | | | - Update LICENSE Changes: https://github.com/certifi/python-certifi/commits/master
* Update to 1.020sunpoet2017-07-282-5/+12
| | | | Changes: http://search.cpan.org/dist/Email-MIME-ContentType/Changes
* Update to 1.28sunpoet2017-07-282-4/+4
| | | | Changes: http://search.cpan.org/dist/Log-Dispatch-FileRotate/Changes
* Update to 0.411sunpoet2017-07-282-4/+4
| | | | Changes: http://search.cpan.org/dist/JSON-Path/Changes
* Update to 1.11.3sunpoet2017-07-282-4/+4
| | | | Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
* Update to 3.1.0sunpoet2017-07-282-4/+4
| | | | Changes: https://github.com/kamui/retriable/blob/master/CHANGELOG.md
* Update to 1.0.15sunpoet2017-07-282-4/+4
| | | | Changes: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/CHANGELOG
* Update to 3.0236sunpoet2017-07-282-4/+4
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* - Update to 0.35culot2017-07-283-3/+6
| | | | Changes: http://search.cpan.org/dist/Future/Changes
* - Update to 0.03culot2017-07-282-3/+7
| | | | Changes: http://search.cpan.org/dist/Devel-GlobalDestruction-XS/Changes
* - Update to 0.006019culot2017-07-282-3/+4
| | | | Changes: http://search.cpan.org/dist/Devel-Declare/Changes
* lang/rust: Update to 1.19.0dumbbell2017-07-285-105/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main change in the port is the switch from configure+make to the `x.py` build script. This is the recommended way of building Rust. It takes a configuration file, `config.toml`, which, in the port case, indicates: * where to install things; * which release channel to use; * where to find Python and llvm-config; * if documentation should be also built. The build process should now honor ${MAKE_JOBS_NUMBER} instead of always using all available CPU cores. The Cargo registry archive is significantly larger. It includes the whole registry index (not only the crates needed by Rust). If the index is missing, Cargo wants to download it from crates.io and I couldn't find a way to convince it skip it. New bootstraps for FreeBSD/aarch64 were prepared for this update. Those are based on Rust 1.18.0 and Cargo 0.19.0. CONFLICTS_BUILD with installed lang/rust and lang/rust-nightly is commented out for now. I couldn't see any build failure with an installed lang/rust so it looks promising. But I couldn't test with an installed lang/rust-nightly because the latter is marked BROKEN for now. Once it's restored, I'll do more testing and hopefully completely remove this CONFLICTS_BUILD variables.
* Update devel/py-twilio to version 6.5.0.olgeni2017-07-282-4/+4
|
* - Update WWWamdmi32017-07-282-4/+5
| | | | | | | | - Add LICENSE - Add NO_ARCH - Remove redundant variables Approved by: portmgr blanket
* - Add NO_ARCHamdmi32017-07-282-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to 3.1.5romain2017-07-282-3/+4
| | | | With hat: puppet
* Revert r446735 and unbreak, the patch fails to apply and is probably wrongantoine2017-07-281-26/+0
| | | | | PR: 218590 Reported by: pkg-fallout
* Convert to options target helpersunpoet2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* Update to 0.19sunpoet2017-07-282-7/+8
| | | | | | | | | - Sort RUN_DEPENDS Changes: https://github.com/mose/shellplay/blob/master/CHANGELOG.md PR: 220650 Submitted by: sunpoet (myself) Approved by: mose <mose@mose.com> (maintainer)
* Fix shebangsunpoet2017-07-281-1/+5
| | | | - Bump PORTREVISION for package change
* www/luakit: update 2012.09.13r1 -> 2017.07.26pi2017-07-284-72/+203
| | | | | | | | - submitter becomes maintainer PR: 221016 Relnotes: https://luakit.github.io/luakit/news/luakit-2017.07.26.html Submitted by: Stefan Hagen <freebsd-bugzilla@textmail.me>
* Update to 0.1.1.araujo2017-07-282-4/+4
|
* Fix RUN_DEPENDS and unbreak this portsunpoet2017-07-281-5/+3
| | | | | | | - While I'm here, update RUN_DEPENDS: remove redundant LOCALBASE/bin - Bump PORTREVISION for dependency change Approved by: portmgr (blanket)
* Update to 2.11.1sunpoet2017-07-282-11/+12
| | | | | | | | | | - Update LICENSE - Sort RUN_DEPENDS Changes: https://github.com/savonrb/savon/blob/master/CHANGELOG.md PR: 220658 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Update to 3.5.0sunpoet2017-07-282-4/+6
| | | | | | | Changes: https://github.com/savonrb/wasabi/blob/master/CHANGELOG.md PR: 220657 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Update to 2.4.2sunpoet2017-07-282-7/+7
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/savonrb/httpi/blob/master/CHANGELOG.md PR: 220656 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Update to 1.3.1sunpoet2017-07-282-5/+7
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/savonrb/akami/blob/master/CHANGELOG.md PR: 220655 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Add missing RUN_DEPENDSsunpoet2017-07-281-3/+5
| | | | | | | | | | - Sort RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 220629 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Update to 2.7.0sunpoet2017-07-282-4/+5
| | | | | | | Changes: https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md PR: 220654 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Update to 1.2.0sunpoet2017-07-283-8/+9
| | | | | | | | | - Update WWW Changes: https://github.com/spree/deface/commits/master PR: 220652 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* devel/git-extras: Update to 4.4.0dbaio2017-07-283-6/+9
| | | | | | | | | While here, add LICENSE_FILE Changes: https://github.com/tj/git-extras/releases/tag/4.4.0 PR: 220964 Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
* www/p5-Mozilla-CA: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* devel/jcmdline: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* devel/py-hypothesis: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* misc/py-tqdm: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* textproc/saxon-he: Update licensedbaio2017-07-281-1/+2
| | | | Approved by: portmgr (blanket)
* security/vault: Update licensedbaio2017-07-281-1/+2
| | | | Approved by: portmgr (blanket)
* net-mgmt/nagios-check_relayd_status: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* net/czmq: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* devel/liblangtag: Update license, Fix WWWdbaio2017-07-282-2/+2
| | | | Approved by: portmgr (blanket)
* dns/py-dnschain: Update licensedbaio2017-07-281-1/+1
| | | | Approved by: portmgr (blanket)
* dns/nsd: Update to 4.1.17dbaio2017-07-282-4/+4
| | | | | | | | | | | | | | | Features: - zone parser parses type AVC (it has TXT format). - Fix #1272: use writev to put tcp length field with data for outgoing zone transfer requests. Bugfixes: - Fix potential null pointer in nsec3 adjustment tree. - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent empty base64 or hex string. PR: 220939 Submitted by: jaap@NLnetLabs.nl (maintainer)
* math/R-cran-combinat: Fix typo in WWWdbaio2017-07-281-1/+1
| | | | | PR: 221054 Submitted by: pfg (maintainer)
* devel/git-lfs: Update to 2.2.1dbaio2017-07-282-4/+4
| | | | | | | Changes: https://github.com/git-lfs/git-lfs/releases/tag/v2.2.1 PR: 221047 Submitted by: Kenji Rikitake <kenji@k2r.org> (maintainer)
* - Update to 1.6.3vsevolod2017-07-282-4/+4
|
* devel/nspr: update to 4.16jbeich2017-07-284-76/+4
| | | | | | Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-16-Release-td367392.html ABI: https://abi-laboratory.pro/tracker/timeline/nspr/ MFH: 2017Q3 (required by firefox-56.0 scheduled on 2017-09-26)
* emulators/rpcs3: update to 0.0.3.65jbeich2017-07-282-7/+11
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/b2fa0fdf...f613901e
* Fix es1370 build when gameport is disabled.fjoe2017-07-281-0/+14
|
* MEMCACHED+STATIC: Fix not having HAVE_LIBMEMCACHED defined.bdrewery2017-07-282-5/+6
| | | | | | | | | This was causing memcached functionality to not work. Also flip around the link ordering for libmemcached and libsasl2 to resolve link-time issues. Sponsored by: Dell EMC Isilon
* Fix a few runtime issues.trasz2017-07-282-47/+49
|
* Add a port for the Solaris Modular Debugger (mdb).jhb2017-07-285-0/+50
| | | | | | | | | | | Currently it only supports debugging of FreeBSD/amd64 kernels via kernel crashes (vmcores) or live systems via /dev/mem. It does not include a port of the in-kernel kmdb debugger. PR: 220891 Reviewed by: mat Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D11682
* Update to 4.2.14matthew2017-07-2814-283/+18
| | | | | | | | | | | Remove patch files from the last round of security patches: these have now been incorporated in the release. Add license Update to use some additional options-helpers features ChangeLog: https://docs.bestpractical.com/release-notes/rt/4.2.14
* Add new port net-mgmt/icingaweb2-module-vsphere:lme2017-07-285-0/+77
| | | | | | | | | | | In case you want to have an automated import of your Virtual Machines and/or Physical Host from VMware Sphere (vCenter) into your Icinga monitoring system this module might be what you have been looking for. At the time of this writing, the main purpose of this module is being a Import Source provider for the Icinga Director. WWW: https://github.com/Icinga/icingaweb2-module-vsphere
* Add new port net-mgmt/icingaweb2-module-grafana:lme2017-07-285-0/+76
| | | | | | Add Grafana graphs into Icinga Web 2 to display performance metrics. WWW: https://github.com/Mikesch-mp/icingaweb2-module-grafana
* New port: textproc/kibana5-search-guardpi2017-07-285-0/+858
| | | | | | | | | | This plugin for Kibana adds session management and multi tenancy to a Search Guard secured cluster. WWW: https://github.com/floragunncom/search-guard-kibana-plugin PR: 219738 Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
* Add sysutils/atf-allwinner: ARM trusted Framework for Allwinner 64 bitlinimon2017-07-284-0/+36
| | | | | | | SoCs. PR: 221053 Submitted by: manu
* Update to 0.1.5romain2017-07-2825-409/+12
| | | | | | | | | Remove all patches: it's simpler to cope with the wrong library name in dependent ports while this change has not been merged upstream. PR: 220601 [1], 220661 [2] Submitted by: romain [1], sunpoet [2] With hat: puppet
* Update to 1.0.0romain2017-07-284-8/+14
| | | | | | PR: 220471 Submitted by: zleslie With hat: puppet
* Function Identification and Recovery Signature Tooldvl2017-07-285-0/+194
|
* Add missing entry to security/Makefile for rubygem-hkdfjrm2017-07-281-0/+1
|
* - Update to 1.80culot2017-07-283-3/+8
| | | | Changes: http://search.cpan.org/dist/Devel-CheckOS/CHANGELOG
* security/rubygem-webpush: Fix RUN_DEPENDSjrm2017-07-281-1/+5
| | | | | PR: 221051 Reported by: lifanov
* New port, security/rubygem-hkdf: Rubygem for HMAC-based Key Derivationjrm2017-07-283-0/+26
| | | | | | Function WWW: http://github.com/jtdowney/hkdf
* - Update to 1.11culot2017-07-282-4/+4
| | | | Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES
* - Unsilence installation commandsamdmi32017-07-281-26/+29
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Unsilence installation, switch to NO_BUILDamdmi32017-07-281-16/+15
| | | | Approved by: portmgr blanket
* - Unsilence installation commandsamdmi32017-07-281-28/+30
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Update to 4.2.2culot2017-07-283-4/+8
| | | | Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
* DrumGizmo is an open source, multichannel, multilayered, cross-platform drumamdmi32017-07-285-0/+63
| | | | | | | | | | | | | | | | | | | | | | | plugin and stand-alone application. It enables you to compose drums in midi and mix them with a multichannel approach. It is comparable to that of mixing a real drumkit that has been recorded with a multimic setup. Features include: * Stand-alone, Lv2 and VSTi versions available * Open drumkit file format, allowing the community to create their own drumkits * Drum velocity, allowing for several different hit velocities for each drum * Multichannel output, making it possible to mix it just the way you would a real drumkit * Optional built-in humanizer, analyzing the midi notes, adjusting velocities on-the-fly * Stand-alone midi renderer, generating .wav files, 1 for each channel * Stand-alone midi input, making it possible to use DrumGizmo as a software sampler for an electronic drumkit WWW: http://www.drumgizmo.org/ PR: 216241 Submitted by: meka@tilda.center
* Add NO_ARCHsunpoet2017-07-272-49/+50
| | | | - Sort PLIST
* Remove MASTER_SITE_SUBDIRsunpoet2017-07-271-3/+3
| | | | - Add NO_ARCH
* Add LICENSEsunpoet2017-07-272-4/+8
| | | | | - Add NO_ARCH - Sort PLIST
* Add LICENSEsunpoet2017-07-272-1/+6
| | | | | - Add NO_ARCH - Sort PLIST
* Update to 3.1.7sunpoet2017-07-272-5/+5
| | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/edsu/pymarc/releases https://github.com/edsu/pymarc/commits/master
* Update to 0.034sunpoet2017-07-272-4/+4
| | | | Changes: http://search.cpan.org/dist/MooseX-AttributeShortcuts/Changes
* Add LICENSE_FILEsunpoet2017-07-271-0/+2
| | | | - Add NO_ARCH
* Update to 0.008sunpoet2017-07-272-4/+4
| | | | Changes: http://search.cpan.org/dist/Devel-CallChecker/Changes
* Update ftp/proftpd to 1.3.6mm2017-07-2710-260/+78
| | | | Fix compatibility in databases/proftpd-mod_sql_tds
* - Update to an unofficial 5.1-1 which supports VirtualBox 5.1decke2017-07-279-8/+2948
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sadly upstream is very silent and has not released a new version which supports VirtualBox 5.1, supports PHP 7.1 or fixes bugs. In the meantime the community has created patches which are collected in the github projects bugtracker and pull requests. This unofficial version cherry picks the useful stuff of it. Highlights of unofficial phpvirtualbox 5.1-1: * based on git commit 65ebced (latest commit from May 19, 2016) * Patch to support Virtualbox 5.1 https://github.com/phpvirtualbox/phpvirtualbox/pull/22 * Fix argument count mismatches revealed by PHP 7.1 https://github.com/phpvirtualbox/phpvirtualbox/pull/24 * Make decryption of images/VMs work by not providing a password ID https://github.com/phpvirtualbox/phpvirtualbox/pull/55 * Tried to make clearOnSuspend work https://github.com/phpvirtualbox/phpvirtualbox/pull/57 PR: ports/220171 Submitted By: rozhuk.im With hat: vbox@ (kind of)
* textproc/teckit: update 2.5.1 -> 2.5.7pi2017-07-273-14/+19
| | | | | | | | PR: 220692 Changes: https://github.com/silnrsi/teckit/releases Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Reviewed by: dbaio, ultima Approved by: nikola.lecic@anthesphoria.net (maintainer timeout)
* - Add SONAME library descriptionpawel2017-07-273-32/+24
| | | | | | | | | - Convert to options helpers - Use INSTALL_LIB to get stripped library PR: 221036 Submitted by: myself Approved by: maho (maintainer)
* sysutils/restic: respect PREFIX in creation of bash completion script.olgeni2017-07-272-0/+15
| | | | | | PR: 221046 Submitted by: olgeni Approved by: maintainer
* Update to 3.6ehaupt2017-07-273-26/+4
|
* Regular USE_GITHUB cleanup.mat2017-07-2728-50/+42
| | | | Sponsored by: Absolight
* cad/openvsp: Update from 3.12.1 to 3.13.0tz2017-07-276-4/+39
| | | | | | | | | | | | | | | | | | | | | | Features: - Update VSPAERO to v4.1 -- unsteady formulation and lots of fixes - Update VSPAERO integration to support v4.1 - Add ellipsoid geom type - Add von Karman-Trefftz airfoil type - Add CST Airfoils to Fuselage and Stack Bug Fixes: - Fix bugs in parasite drag - Fix split surface problem for IGES/STEP export - Fix VSPAERO rotor induced velocity terms - Fix VSPAERO integration issues - Simplify file insert to avoid crashes - Fix bug where DisplayNames sometimes don't get updated Changelog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.13.0 PR: 220951 Submitted by: fernando.apesteguia@gmail.com
* In lang/nx:olgeni2017-07-272-11/+14
| | | | | | | | | | | - Rename man pages in the style of Tcl packages, so as to avoid a conflict with open-motif (Object.3) - Remove obsolete CONFLICTS setting. PR: 221045 Submitted by: olgeni Approved by: gahr
* update sysutils/docker-compose to 1.15.0lifanov2017-07-272-4/+4
| | | | Changes: https://github.com/docker/compose/releases/tag/1.15.0
* mail/qmail-tls: Fix patchbrnrd2017-07-271-1/+1
| | | | | | | - Fix egregious accept=>connect mistake PR: 218590 Reported by: antoine
* databases/mariadb-connector-c: Update to 3.0.2brnrd2017-07-274-71/+24
| | | | | | | | | - Major version update to 3.0.2 - Fix PKGNAME - Add LICENSE_FILE - Add iconv and curl dependencies - Remove post-install fix - Remove now redundant patch
* mail/qmail-tls: Fix build with LibreSSLbrnrd2017-07-271-0/+26
| | | | | | | | - Replace direct struct access with get/setters PR: 218590 Approved by: erdgeist (maintainer) MFH: 2017Q3
* devel/rubygem-statsd-instrument: Update to version 2.1.4.jrm2017-07-272-5/+5
|
* Update lang/erlang-runtime20 to version 20.0.2.olgeni2017-07-272-4/+14
|
* www/mod_http2-devel: Update to 1.10.8brnrd2017-07-272-6/+7
| | | | | - Bugfix update to 1.10.8 - Re-order USE(S) in line with handbook
* - Update to 92.0amdmi32017-07-272-6/+7
|
* security/vuxml: fix indent in last entrymm2017-07-271-5/+5
|
* security/vuxml: Add proftpd chroot secape vulnerabilitymm2017-07-271-0/+31
| | | | Security: CVE-2017-7418
* lang/php71: add notice for poudriere builds with ZTS optiontz2017-07-271-1/+6
| | | | | | | | | The message should point to a common mistake, when building lang/php71 with ZTS option enabled using poudriere. There is already the same message in lang/php70. Reported by: Jim Trigg <jktrigg@gmail.com>
* New port: databases/pg_dirtyreadtz2017-07-274-0/+35
| | | | | | | | | | The pg_dirtyread extension provides the ability to read dead but unvacuumed rows from a relation. WWW: https://github.com/ChristophBerg/pg_dirtyread PR: 220537 Submitted by: Jov <amutu@amutu.com>
* - Unsilence installationamdmi32017-07-271-10/+10
|
* - Remove unneeded EXTRACT_SUFX, unislence installationamdmi32017-07-271-9/+8
| | | | Approved by: portmgr blanket
* - Unsilence installationamdmi32017-07-271-5/+5
| | | | Approved by: portmgr blanket
* Remove USES=ncurses, this never uses libncurses from portsamdmi32017-07-271-2/+0
|
* - Add LICENSEamdmi32017-07-273-4/+11
| | | | | | - Strip binary - Regenerate patches - Update WWW
* - Update WWWamdmi32017-07-272-4/+6
| | | | | | | - Add LICENSE - Unsilence installation Approved by: portmgr blanket
* - Fix LOCALBASE/PREFIX misuseamdmi32017-07-271-1/+1
| | | | Approved by: portmgr blanket
* Update to 0.1.13.araujo2017-07-273-27/+13
| | | | | | PR: ports/220675 Submitted by: lifanov Approved by: Mose <mose@mose.com>
* The verboselogs package extends Python’s logging module to add the logaraujo2017-07-274-0/+27
| | | | | | levels VERBOSE, NOTICE, and SPAM Sponsored by: iXsystems, Inc.
* The libhyve-remote aims to abstract functionalities from other third partyaraujo2017-07-274-0/+63
| | | | | | | | | | | | | libraries such like libvncserver, freerdp and spice to be used in hypervisor implementation. With a basic data structure it is easy to implement any remote desktop protocol without dig into the protocol specification or third part libraries, you can check some of our examples. WWW: https://github.com/araujobsd/libhyve-remote Differential Revision: iXsystems, Inc.
* Update to 2.4.82rezny2017-07-276-33/+60
|
* www/grafana4: update to 4.4.1swills2017-07-273-27/+85
|
* databases/memcached: update to 1.5.0swills2017-07-272-5/+4
|
* x11-fonts/powerline-fonts: update to new snapshotswills2017-07-273-89/+161
|
* security/pecl-ssh2: Update to 1.1.2dbaio2017-07-272-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=ssh2&release=1.1.2