aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into gnome-3.28gnome-3.28Koop Mast2018-11-12268-1719/+3604
|\
| * Update `databases/gdbm' to version 1.18.1, an important bugfix releasedanfe2018-11-115-4/+5
| | | | | | | | | | | | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
| * Fix WWWjoneum2018-11-111-1/+1
| |
| * Update to 0.37joneum2018-11-112-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE_FILE This update fix a build error with FreeBSD 13: /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:179:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX cipher_ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:227:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX cipher_ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; MFH: 2018Q4 Sponsored by: Netzkommune GmbH
| * Update to 1.4.632 CVS snapshot on 2018/11/10.nobutaka2018-11-113-38/+7
| |
| * Update to 1.0.2joneum2018-11-112-8/+7
| | | | | | | | | | | | | | | | | | This project is now hosted by trac-hacks PR: 229733 Reported by: joneum Approved by: gaod@hychen.org (maintainer timeout) Sponsored by: Netzkommune GmbH
| * Fixes:olivier2018-11-117-3/+375
| | | | | | | | | | | | | | | | | | | | - build with OpenSSL 1.1 - broken multipart/form-data (CVE-2018-16789) - Interpret aixterm high-intensity color escape codes All these patches came from the project pull requests list. Reported by: pkg-fallout Security: CVE-2018-16789
| * Update ImageMagick to 6.9.10.14 [1]kwm2018-11-1121-34/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
| * Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-118-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
| * security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-104-6/+6
| |
| * Fix build by using only ascii chars.ale2018-11-101-0/+11
| |
| * Update to 3.2.0sunpoet2018-11-103-11/+11
| | | | | | | | | | | | | | - Reformat pkg-descr - Update WWW Changes: https://github.com/r18n/r18n/blob/master/ChangeLog.md
| * Update to 1.2.1sunpoet2018-11-103-5/+6
| | | | | | | | | | | | - Update WWW Changes: https://github.com/planetlabs/planet-client-python/releases
| * www/e2guardian: Update to 5.2.2swills2018-11-108-62/+186
| | | | | | | | | | | | PR: 232442 Submitted by: Alexander <sa.inbox@gmail.com> (with minor changes) Approved by: maintainer timeout (marcellocoutinho@gmail.com, >2 weeks)
| * www/webkit2-gtk3: fix build on armv7pi2018-11-101-1/+10
| | | | | | | | | | | | PR: 229395 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reported by: Ulrich Grey <usenet@ulrich-grey.de>
| * www/lighttpd: update to 1.4.51swills2018-11-102-4/+4
| | | | | | | | | | | | | | PR: 232278 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) MFH: 2018Q4 Security: 92a6efd0-e40d-11e8-ada4-408d5cf35399
| * www/webkit2-gtk3: fix build on aarch64pi2018-11-091-0/+11
| | | | | | | | | | | | PR: 228699 Submitted by: mikael.urankar@gmail.com Reviewed by: greg@unrelenting.technology
| * Update Mojolicious to 8.06adamw2018-11-093-4/+5
| |
| * www/mod_http2-devel: Update to 1.11.4brnrd2018-11-092-4/+7
| | | | | | | | | | - Mark deprecated, intend to remove port on 2019-01-01
| * - Repocopy typo3-8 --> typo3-9 and update to 9.5.1wen2018-11-085-0/+133
| | | | | | | | | | PR: 232112 Submitted by: freebsd-ports@charlieroot.de(maintainer)
| * Return tj's ports to the pool after his commit bit got safekept.rene2018-11-0716-16/+16
| |
| * Remove outdated BROKEN_SSLsunpoet2018-11-071-3/+0
| | | | | | | | | | PR: 232951 Submitted by: brnrd
| * Remove outdated BROKEN_SSLsunpoet2018-11-071-1/+0
| | | | | | | | | | PR: 232952 Submitted by: brnrd
| * Update to 1.3.1sunpoet2018-11-072-6/+7
| | | | | | | | | | Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md https://github.com/typhoeus/typhoeus/commits/master
| * Update to 3.0.6sunpoet2018-11-072-4/+4
| | | | | | | | | | Changes: https://github.com/ruby-rdf/rdf/releases https://github.com/ruby-rdf/rdf/commits/develop
| * Update to 0.3.1sunpoet2018-11-072-6/+7
| | | | | | | | Changes: https://github.com/python-visualization/branca/releases
| * Update to 0.2.1sunpoet2018-11-072-4/+4
| | | | | | | | Changes: https://github.com/pyrates/biscuits/commits/master
| * Security update from 1.15.5 to 1.15.6.osa2018-11-073-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporary disable third-party upstream_fair module, it should be updated to build with the modern version of the nginx. While I'm here fix some whitespaces. MFH: 2018Q4 Security: 84ca56be-e1de-11e8-bcfd-00e04c1ea73d <ChangeLog> *) Security: when using HTTP/2 a client might cause excessive memory consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844). *) Security: processing of a specially crafted mp4 file with the ngx_http_mp4_module might result in worker process memory disclosure (CVE-2018-16845). *) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive", "grpc_socket_keepalive", "memcached_socket_keepalive", "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives. *) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL 1.1.1, the TLS 1.3 protocol was always enabled. *) Bugfix: working with gRPC backends might result in excessive memory consumption. </ChangeLog>
| * - Fix build on 12-BETA3acm2018-11-072-14/+12
| | | | | | | | Reported by: pkg-fallout
| * Update to 1.14.1joneum2018-11-072-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Security: when using HTTP/2 a client might cause excessive memory consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844). - Security: processing of a specially crafted mp4 file with the ngx_http_mp4_module might result in worker process memory disclosure (CVE-2018-16845). - Bugfix: working with gRPC backends might result in excessive memory consumption. MFH: 2018Q4 Security: 84ca56be-e1de-11e8-bcfd-00e04c1ea73d Sponsored by: Netzkommune HmbH
| * www/qutebrowser: update to 1.5.2novel2018-11-062-4/+4
| |
| * multimedia/ffmpeg: update to 4.1jbeich2018-11-0614-12/+14
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
| * Update to 3.8.5sunpoet2018-11-062-4/+5
| | | | | | | | Changes: https://github.com/jekyll/jekyll/releases
| * Update MASTER_SITES and wiki linkssunpoet2018-11-063-4/+4
| |
| * Update to 0.2.0sunpoet2018-11-062-4/+4
| | | | | | | | Changes: https://github.com/pyrates/biscuits/commits/master
| * Update to 1.4.9sunpoet2018-11-062-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
| * As per mat@ portlint is wrong; it's ok for CPE_VENDOR to be in aleres2018-11-061-1/+0
| | | | | | | | | | | | block with USES; revert that part of 484114. Approved by: ler (mentor, implicit)
| * www/node: remove BROKEN for FreeBSD 10bhughes2018-11-051-1/+0
| | | | | | | | Sponsored by: Miles AS
| * - Update to 4.0.4acm2018-11-054-5/+27
| |
| * Fix DEPENDSantoine2018-11-051-1/+1
| |
| * - Update to 8.6.2acm2018-11-053-155/+703
| | | | | | | | | | MFH: 2018Q4 Security: 140a14b5-d615-11e8-b3cb-00e04c1ea73d
| * Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativetcberner2018-11-058-14/+17
| | | | | | | | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
| * Update to 5.90122sunpoet2018-11-052-5/+5
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Catalyst-Runtime
| * Update to 5.1.0sunpoet2018-11-052-6/+7
| | | | | | | | Changes: https://github.com/rails/activeresource/blob/master/CHANGELOG.md
| * After consulting with upstream it turns out 500.mini_httpd-rotateleres2018-11-052-7/+8
| | | | | | | | | | | | | | | | | | is supposed to be an example so add an EXAMPLES option and install (or not) appropriately. PR: 232926 Reported by: Oleg Strizhak Approved by: ler (mentor, implicit)
| * Create log directory on install so that it exists whenleres2018-11-052-0/+4
| | | | | | | | | | | | | | | | | | | | | | 500.mini_httpd-rotate runs. While we're here quiet new portlint nit (move CPE_VENDOR to its own block). PR: 232926 Reported by: Oleg Strizhak Approved by: ler (mentor, implicit)
| * - Add LICENSEamdmi32018-11-041-0/+4
| | | | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket
| * www/davix: Update 0.6.9 -> 0.7.1yuri2018-11-044-20/+14
| | | | | | | | | | | | Change of MASTER_SITES due to faulty tarball. Reported by: portscout
| * Fix build with curl 7.62.0sunpoet2018-11-041-0/+14
| |
| * Fix build with curl 7.62.0sunpoet2018-11-041-0/+12
| |
| * Fix build with curl 7.62.0sunpoet2018-11-041-0/+27
| |
| * Update to 5.4.2sunpoet2018-11-042-4/+4
| | | | | | | | Changes: https://github.com/kickstarter/rack-attack/releases
| * Clean up Makefilesunpoet2018-11-041-2/+2
| |
| * Clean up Makefilesunpoet2018-11-041-2/+2
| |
| * Add NODE10 optionsunpoet2018-11-041-3/+6
| | | | | | | | | | - Clean up CONFLICTS_INSTALL - Bump PORTREVISION for dependency change
| * Add npm-node10: slave port of npmsunpoet2018-11-042-0/+14
| | | | | | | | - Clean up CONFLICTS_INSTALL
| * www/node: Update 11.0.0 -> 11.1.0bhughes2018-11-042-4/+4
| | | | | | | | | | | | https://nodejs.org/en/blog/release/v11.1.0/ Sponsored by: Miles AS
| * Update to 1.0.0 release.ale2018-11-032-7/+7
| |
| * - Update to 4.2wen2018-11-032-4/+6
| |
| * - Update to 2.1.3wen2018-11-032-4/+4
| |
| * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-11-031-1/+1
| |
| * This port needs USES=c++11-lang. Additionally, it unconditionally useslinimon2018-11-022-5/+21
| | | | | | | | | | | | | | | | libc++ if it's compiled on FreeBSD, so fix that too. PR: 231714 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
| * Followup on r483807.rene2018-11-021-16/+0
| | | | | | | | | | | | | | | | jbeich commented on some ports in D17724 but I forgot to add them to the list. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
| * Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-0221-324/+5
| | | | | | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
| * - Update WWWamdmi32018-11-021-1/+1
| | | | | | | | Approved by: portmgr blanket
| * - Update to 4.0ehaupt2018-11-022-5/+5
| | | | | | | | - Pacify portlint by separating NO_ARCH from USE* block
| * www/minio: update 2018.10.25.01.27.03swills2018-11-022-5/+5
| |
| * www/mod_auth_pubtkt: update to 0.13swills2018-11-022-3/+4
| | | | | | | | | | PR: 232894 Submitted by: mk@neon1.net (maintainer)
| * Update to 1.5.3flo2018-11-022-4/+4
| | | | | | | | | | | | | | PR: 232897 Submitted by: stb@lassitu.de (maintainer) MFH: 2018Q4 Security: deb4f633-de1d-11e8-a9fb-080027f43a02
| * Update to 2.9.11flo2018-11-022-5/+5
| |
| * Removed www/rubygem-dropzonejs-rails07 as it is obsolete by www/gitlab-ce ↵mfechner2018-11-024-32/+0
| | | | | | | | | | | | | | | | 11.4.x upgrade. Use www/rubygem-dropzonejs-rails instead. Approved by: mentors (implicit)
| * Update Mojolicious to 8.05adamw2018-11-023-6/+4
| |
| * Update to recent version 1.2.0, it supports OpenSSL 1.1.1 now.osa2018-11-022-150/+221
| |
| * Security update to 11.4.4, for more details see here:mfechner2018-11-022-6/+6
| | | | | | | | | | | | | | https://about.gitlab.com/2018/11/01/critical-security-release-gitlab-11-dot-4-dot-4-released/ Approved by: mentors (implicit) Security: b51d9e83-de08-11e8-9416-001b217b3468
| * Update to 8.7.20sunpoet2018-11-022-4/+4
| | | | | | | | | | | | Changes: https://typo3.org/article/typo3-v951-lts-and-v8720-lts-released/ PR: 232846 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
| * Update to 1.5.1sunpoet2018-11-022-4/+4
| | | | | | | | Changes: https://github.com/googleapis/google-cloud-python/releases
| * Remove expired ports:rene2018-11-024-93/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-10-31 games/bloboats: Upstream gone, FreeBSD 10 only 2018-10-31 net/stf-6rd-kmod: Does not build on FreeBSD 11+ 2018-10-31 net/pmf: Does not build on FreeBSD 11+ 2018-10-31 net/knemo-kde4: KDE4 is EOL upstream, FreeBSD 10 only-port 2018-10-31 net/userfw: Does not build on FreeBSD 11+ 2018-10-31 sysutils/qjail4: Only for FreeBSD 10.x , use sysutis/qjail instead 2018-10-31 sysutils/bsdmoted: does not build on FreeBSD 11+ 2018-10-31 sysutils/scprotect: Does not build on FreeBSD 11+ 2018-10-31 www/typo3-7: Support will end in October 2018, please update to either www/typo3-8 or www/typo3-9 2018-10-31 devel/memleax: does not actually detect leaks 2018-10-31 emulators/virtio-kmod: Does not build on FreeBSD 10+ 2018-10-31 games/traindirector: Does not build on FreeBSD 11+
| * Update subversion to 1.11.0.lev2018-11-021-1/+1
| |
| * Take maintainershipjoneum2018-11-011-1/+1
| |
| * Reset Jim Riggs' ports by his requesttobik2018-11-011-1/+1
| | | | | | | | | | | | | | - Take maintainership of net/ifstated PR: 232887 Submitted by: Jim Riggs <ports@christianserving.org>
| * Add NODE10 optionadamw2018-11-011-1/+3
| | | | | | | | Approved by: maintainer
| * Fix PKGBASE collision with www/nodeantoine2018-11-011-0/+1
| |
| * www/firefox: restore cbindgen < 0.6.7 support (after r483606)jbeich2018-11-011-8/+6
| | | | | | | | | | | | | | | | | | dist/include/nsStyleStruct.h:1896:3: error: unknown type name 'StyleFillRule' dist/include/nsStyleStruct.h:2134:12: error: no type named 'StyleDisplay' in namespace 'mozilla' PR: 229893 Reported by: yuripv Obtained from: upstream
| * www/node: Update 10.12.0_1 -> 11.0.0bhughes2018-11-014-10/+7
| | | | | | | | | | | | | | | | | | | | Update to the latest major release of Node.js. Upstream has dropped support for FreeBSD 10.x, so mark the port as BROKEN on FreeBSD 10. Regenerate patches with `make makepatch`. https://nodejs.org/en/blog/release/v11.0.0/ Sponsored by: Miles AS
| * www/node10: copy from www/node, update 10.12.0_1 -> 10.13.0 (LTS)bhughes2018-11-0125-3/+687
| | | | | | | | | | | | | | | | | | | | Create a new port for the latest Node.js 10.13.0 LTS release. Update CONFLICTS for the existing Node.js ports to include the new node10 port and remove non-existent ports. https://nodejs.org/en/blog/release/v10.13.0/ Sponsored by: Miles AS
| * www/firefox: unbreak with cbindgen 0.6.7 (after r483566)jbeich2018-11-011-0/+29
| | | | | | | | | | | | | | | | | | | | dist/include/nsStyleStruct.h:1896:3: error: unknown type name 'StyleFillRule', err: true dist/include/nsStyleStruct.h:2134:12: error: no type named 'StyleDisplay' in namespace 'mozilla', err: true PR: 229893 Reported by: Piotr Kubaj, cmt Obtained from: upstream Pointy hat to: jbeich
| * www/mattermost-webapp www/mattermost-server: Update to 5.4.0swills2018-10-316-155/+193
| | | | | | | | | | | | PR: 231559 Submitted by: Oliver Böttcher <marvin0815@gmail.com> Approved by: loic.blot@unix-experience.fr (maintainer)
| * www/firefox: update to 63.0.1jbeich2018-10-314-208/+206
| | | | | | | | | | Changes: https://www.mozilla.org/firefox/63.0.1/releasenotes/ PR: 229893
| * www/py-django-extensions: update to 2.1.3swills2018-10-312-4/+4
| | | | | | | | | | PR: 232842 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
| * www/rssroll: update to 0.6.2swills2018-10-312-18/+24
| | | | | | | | | | PR: 232806 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
| * palemoon, seamonkey: USE_GL has been moved to bsd.gecko.mkcmt2018-10-312-3/+0
| | | | | | | | | | | | | | I missed these in ports r483435 PR: 231867 Reported by: jbeich@
| * Upgrade to 11.4.3.mfechner2018-10-314-153/+350
| | | | | | | | | | | | | | | | For detailed changelog please see here: https://about.gitlab.com/2018/10/22/gitlab-11-4-released/ https://about.gitlab.com/2018/10/29/security-release-gitlab-11-dot-4-dot-3-released/ Approved by: mentors (implicit)
| * Upgrade to version 7.0.0 which is required for www/gitlab-ce 11.4.x.mfechner2018-10-312-5/+5
| | | | | | | | Approved by: mentors (implicit)
| * Fix build on GCC-based architectures.linimon2018-10-301-1/+1
| | | | | | | | | | | | PR: 232078 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
| * Update to 0.50joneum2018-10-302-26/+29
| | | | | | | | | | | | | | | | Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.50 PR: 232790 Submitted by: maintainer Sponsored by: Netzkommune GmbH
| * - Update WWWamdmi32018-10-301-1/+1
| | | | | | | | Approved by: portmgr blanket
| * www/gitlab-ce security update to version 11.3.8.mfechner2018-10-303-6/+24
| | | | | | | | | | | | | | Approved by: mentors (implicit) MFC after: 1 day MFH: 2018Q4 Security: b9591212-dba7-11e8-9416-001b217b3468
| * One of the last dependency updates gitlab-ce requires, has broken the ↵mfechner2018-10-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Gemfile.lock generation for user git. I use now a work-around to generate the file as user root and change the ownership back to git. This commit can maybe be undone if the source of the problem is fixed. PR: 232791 Reported by: freebsd@felix.flornet.de Approved by: mentors (implicit) MFC after: 1 day MFH: 2018Q4
| * - Update to 0.3.7lwhsu2018-10-302-4/+4
| |
| * Upgrade third-party modules to their recent versions.osa2018-10-303-15/+15
| | | | | | | | | | | | Fix modsecurity's URL. Bump PORTREVISION.
| * gecko: silence USES warningscmt2018-10-302-2/+0
| | | | | | | | | | PR: 231867 Approved by: gecko (jbeich did not veto)
| * Update MASTER_SITES and WWWsunpoet2018-10-302-2/+2
| |
| * Update to 0.9.0sunpoet2018-10-303-13/+14
| | | | | | | | | | | | | | | | | | | | - Fix LICENSE - Add NO_ARCH - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://github.com/marshmallow-code/flask-marshmallow/blob/dev/CHANGELOG.rst
| * Update to 1.10.1sunpoet2018-10-303-8/+9
| | | | | | | | | | | | | | | | - Fix LICENSE - Add NO_ARCH - Take maintainership Changes: https://github.com/viniciuschiele/flask-apscheduler/releases
* | Update webkit2-gtk3 to 2.22.3.Koop Mast2018-10-314-22/+10
| |
* | Merge branch 'master' into gnome-3.28Koop Mast2018-10-29168-1926/+2096
|\|
| * Update to 0.007018sunpoet2018-10-292-5/+6
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Deferred
| * www/kurly: Update 1.2.1 -> 1.2.2yuri2018-10-292-16/+15
| | | | | | | | | | | | PR: 230150 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: seanc (maintainer's timeout; 35 days)
| * www/py-flask : update to 1.0.2rm2018-10-282-7/+13
| | | | | | | | | | | | | | http://flask.pocoo.org/docs/1.0/changelog/#version-1-0 PR: 232215 Submitted by: wen
| * Fix build with GCC-based architectures.linimon2018-10-281-1/+2
| | | | | | | | | | PR: 231985 Submitted by: Piotr Kubaj
| * www/anyterm: document actual error on arm*jbeich2018-10-281-2/+2
| |
| * Downgrade C++03 to C++98, actual default for GCC < 6jbeich2018-10-281-1/+1
| | | | | | | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03"
| * Update to 1.4.8sunpoet2018-10-282-5/+7
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
| * www/qt5-webkit: fix build with powerpc64tcberner2018-10-283-5/+34
| | | | | | | | | | PR: 232257 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
| * Update to 1.30 which fixes a security hole that allowed arbitraryleres2018-10-282-4/+4
| | | | | | | | | | | | | | | | | | | | file disclosure in some circumstances. Announcement: http://acme.com/updates/archive/211.html Approved by: matthew (mentor, implicit) MFH: 2018Q4 Security: 33c384f3-5af6-4662-9741-0acb21c7e499
| * www/apache24: Update to 2.4.37brnrd2018-10-274-17/+14
| | | | | | | | | | | | | | | | | | | | | | - Adds TLSv1.3 support with security/openssl111 PR: 232687 Submitted by: Pascal Christen <pascal christen hostpoint.ch> Reported by: Markus Kohlmeyer <rootservice gmail com> Reviewed by: ohauer Approved by: joneum Differential Revision: https://reviews.freebsd.org/D17668
| * - Update to 1.2811ehaupt2018-10-272-4/+5
| | | | | | | | - Separate NO_ARCH from USE* block as requested by portlint
| * www/go-www: update to 1.1.2swills2018-10-272-7/+7
| | | | | | | | | | PR: 232272 Submitted by: nbari@tequila.io (maintainer)
| * www/py-django-allauth: Update to 0.38.0swills2018-10-272-4/+4
| | | | | | | | | | PR: 232566 Submitted by: vladimir.chukharev@gmail.com (maintainer)
| * Update 3rd party-module:joneum2018-10-263-11/+11
| | | | | | | | | | | | | | | | | | - Geoip to 3.2 - njs to 992e93d Fix Modsecurity, wrong download-link Sponsored by: Netzkommune GmbH
| * lang/rust: update to 1.30.0jbeich2018-10-265-4/+5
| | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html Approved by: rust (tobik) MFH: 2018Q4 (less rust versions to support) Differential Revision: https://reviews.freebsd.org/D17695
| * Upgrade from 1.4 to 1.5.osa2018-10-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: the "type" of application object for Go was changed to "external". *) Feature: initial version of Node.js package with basic HTTP request-response support. *) Feature: compatibility with LibreSSL. *) Feature: --libdir and --incdir ./configure options to install libunit headers and static library. *) Bugfix: connection might be closed prematurely while sending response; the bug had appeared in 1.3. *) Bugfix: application processes might have stopped handling requests, producing "last message send failed: Resource temporarily unavailable" alerts in log; the bug had appeared in 1.4. *) Bugfix: Go applications didn't work when Unit was built with musl C library. </ChangeLog>
| * Update to 0.9.8sunpoet2018-10-262-8/+9
| | | | | | | | | | | | | | - Move RUN_DEPENDS upward - Take maintainership Changes: https://github.com/ross/requests-futures/commits/master
| * * Updated Seahub to 6.3.7ultima2018-10-254-73/+72
| |
| * www/baikal: Upgrade each() to foreach(), the former is deprecated in php 7.2gahr2018-10-242-1/+94
| | | | | | | | Obtained from: https://github.com/sabre-io/Baikal/pull/717
| * Update to 2.2.3sunpoet2018-10-242-5/+6
| | | | | | | | Changes: https://github.com/jonashaag/bjoern/blob/master/CHANGELOG
| * www/minio-client: Update to 2018.10.18.00.40.05feld2018-10-242-7/+5
| | | | | | | | | | | | | | | | - Fix amd64 build PR: 231945 Approved by: maintainer (timeout) MFH: 2018Q4
| * Expand FreeBSD 12 conditionals to include 13.0-CURRENTjbeich2018-10-241-0/+1
| |
| * devel/icu: update to 63.1jbeich2018-10-2316-10/+16
| | | | | | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine
| * Remove expired port:rene2018-10-235-78/+0
| | | | | | | | 2018-10-22 www/hs-gitit: Doesn't build with newest packages
| * Remove expired ports:rene2018-10-235-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version 2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version 2018-10-22 security/hs-certificate: Doesn't build with recent GHC version 2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC version 2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version 2018-10-22 www/hs-happstack: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version 2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version 2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version 2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version 2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC version
| * Update to 3.0.9joneum2018-10-232-4/+4
| | | | | | | | Sponsored by: Netzkommune GmbH
| * Update to 7.60joneum2018-10-232-4/+4
| | | | | | | | | | | | | | | | Changelog: https://www.drupal.org/SA-CORE-2018-006 MFH: 2018Q4 Security: 140a14b5-d615-11e8-b3cb-00e04c1ea73d Sponsored by: Netzkommune GmbH
| * Update to 0.9.0jpaetzel2018-10-232-4/+4
| | | | | | | | Sponsored by: Panzura
| * - Update WWWamdmi32018-10-222-3/+4
| | | | | | | | | | | | | | - Fix LICENSE - Add LICENSE_FILE Approved by: portmgr blanket
| * www/firefox-esr: drop unnecessary WAYLAND build fix since r482310jbeich2018-10-221-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | $ make patch ===> Applying FreeBSD patches for firefox-esr-60.3.0,1 No such line 323 in input file, ignoring Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to widget/xremoteclient/DBusRemoteClient.cpp.rej => FreeBSD patch patch-bug1474265 failed to apply cleanly. PR: 1474265 Reported by: pkg-fallout
| * Update Mojolicious to 8.04adamw2018-10-223-4/+6
| |
| * Fix the build issue with STREAM_SSL_PREREAD knob.osa2018-10-221-2/+2
| | | | | | | | | | | | Bump PORTREVISION. PR: 232361
| * Fix r481365sunpoet2018-10-221-3/+2
| |
| * Ignore some ports with some versions of phpantoine2018-10-212-2/+2
| | | | | | | | PR: 232398
| * gecko: expose Wayland supportjbeich2018-10-216-2/+55
| |
| * www/qt5-websockets: fix build with GCC-based architecturestcberner2018-10-211-1/+1
| | | | | | | | | | PR: 232394 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
| * www/py-pywikibot: Update 3.0.20180403 -> 3.0.20180922yuri2018-10-213-27/+34
| | | | | | | | Reported by: repology
| * - Update pkg-descr WWWzi2018-10-202-1/+2
| |
| * New port: www/p5-WWW-OAuth:zi2018-10-205-0/+52
| | | | | | | | | | | | | | | | | | | | | | WWW::OAuth implements OAuth 1.0 request authentication according to RFC 5849 (sometimes referred to as OAuth 1.0A). It does not implement the user agent requests needed for the complete OAuth 1.0 authorization flow; it only prepares and signs requests, leaving the rest up to your application. It can authenticate requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and can be extended to operate on other types of requests. WWW: https://metacpan.org/pod/WWW::OAuth
| * Update to 2.1.2sunpoet2018-10-202-4/+4
| | | | | | | | Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
| * Update to 3.0.5sunpoet2018-10-202-4/+4
| | | | | | | | | | Changes: https://github.com/ruby-rdf/rdf/releases https://github.com/ruby-rdf/rdf/commits/develop
| * Update to 1.89sunpoet2018-10-202-4/+5
| | | | | | | | | | | | - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/WWW-Mechanize
| * Sort PLISTsunpoet2018-10-201-6/+6
| |
| * Update to 5.90120sunpoet2018-10-202-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Catalyst-Runtime
| * Update to 2.3.0sunpoet2018-10-202-5/+4
| | | | | | | | Changes: https://github.com/miguelgrinberg/Flask-Migrate/commits/master
| * Add py-biscuits 0.1.1sunpoet2018-10-204-0/+34
| | | | | | | | | | | | Biscuits provides low level API for handling cookies server side. WWW: https://github.com/pyrates/biscuits
| * Add PHP flavor support.mfechner2018-10-205-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Add LICENSE Fix portlint warnings (strip .so file, fix @exec in plist) Regenerate patches with makepatch Change maintainer as requested. PR: 227378 Submitted by: freebsd-ports@dan.me.uk Reported by: freebsd-ports@dan.me.uk Reviewed by: mfechner@FreeBSD.org Approved by: maintainer timeout
| * Update KDE Frameworks to 5.41tcberner2018-10-204-12/+12
| | | | | | | | | | PR: 232296 Exp-run by: antoine
| * Take maintainershipsunpoet2018-10-201-1/+1
| |
| * Update to 3.6.1joneum2018-10-203-10/+85
| | | | | | | | | | | | | | | | Changelog: https://matomo.org/changelog/matomo-3-6-1/ MFH: 2018Q4 Security: 44864c84-d3b8-11e8-b3cb-00e04c1ea73d Sponsored by: Netzkommune GmbH
| * www/firefox: switch to rc2jbeich2018-10-194-204/+206
| | | | | | | | | | | | Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2018-10-16&enddate=2018-10-19 PR: 229893 Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e
| * Update to 1.5.0sunpoet2018-10-192-4/+4
| | | | | | | | Changes: https://github.com/googleapis/google-cloud-python/releases
| * Update to 0.49.2joneum2018-10-182-146/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Hugo 0.49 brings directory based archetypes and also improves the language handling in hugo new. This should simplify working with page bundles. One example of this would be how you now can create a new showcase for the Hugo web site. But this release is also about collections. Go 1.11 gave us variable overwrite support in Go templates. That made it possible to simplify a lot of template constructs, but it also showed some limitations in Hugo's template functions. So with this release we have: - added append function to append to collections. - added group to create custom page groups. - improved the type support in slice. PR: 232343 Submitted by: ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer) Sponsored by: Netzkommune GmbH
| * Introduce py-google-cloud-dlp to the ports tree.jpaetzel2018-10-184-0/+33
| | | | | | | | | | | | | | This port gives access to the Google Cloud DLP (Data Loss Protection) API calls. Sponsored by: Panzura
| * www/firefox-esr: update to 60.3.0jbeich2018-10-185-207/+206
| | | | | | | | Changes: https://www.mozilla.org/firefox/60.3.0/releasenotes/
| * Introduce python Google Cloud Vision API tojpaetzel2018-10-184-0/+40
| | | | | | | | | | | | | | the ports tree. This API can be used to access various Google tools for manipulating images. Sponsored by: Panzura
| * Update to 9.3.1joneum2018-10-173-411/+543
| | | | | | | | | | | | | | | | changelog: https://github.com/glpi-project/glpi/blob/9.3/bugfixes/CHANGELOG.md#931-2018-09-12 PR: 232239 Submitted by: Mathias Monnerville <mathias@monnerville.com> (maintainer) Sponsored by: Netzkommune GmbH
| * Update Mojolicious::Plugin::TtRenderer to 1.60adamw2018-10-172-4/+4
| |
| * Update Mojolicious to 8.03adamw2018-10-172-4/+4
| |
| * This port does not build with OpenSSL 1.1.1. Mark BROKEN for OSVERSION 1200085ehaupt2018-10-171-4/+15
| | | | | | | | | | | | | | | | | | and above while a solution is being sought. An upstream ticket has been created. Also pacify portlint by moving USES. Notified by: pkg-fallout
| * Remove expired ports:rene2018-10-1615-331/+0
| | | | | | | | | | | | | | 2018-10-15 www/swish++: Unmaintained upstream 2018-10-15 deskutils/tagutils: Unmaintained upstream 2018-10-15 devel/libleaftag: Unmaintained upstream 2018-10-15 net-im/jabber: Unmaintained upstream
| * www/libwww: Unbreak with openssl-develdbaio2018-10-161-2/+0
| | | | | | | | | | | | PR: 232303 Submitted by: meta Differential Revision: https://reviews.freebsd.org/D17578
| * www/firefox: update to 63.0jbeich2018-10-167-252/+224
| | | | | | | | | | | | | | | | Changes: https://www.mozilla.org/firefox/63.0/releasenotes/ PR: 229893 Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D16356
| * graphics/wayland: update to 1.16.0jbeich2018-10-161-2/+2
| | | | | | | | | | | | | | | | | | | | - New libwayland-egl home for consumers as Mesa 18.2 dropped it Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html PR: 227423 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (5 months)
| * Update to 3.19sunpoet2018-10-162-5/+6
| | | | | | | | Changes: https://metacpan.org/changes/distribution/HTTP-BrowserDetect
| * Fix build with OpenSSL 1.1.xjoneum2018-10-162-1/+100
| | | | | | | | | | | | PR: 232220 Submitted by: Nathan <ndowens@yahoo.com> Sponsored by: Netzkommune GmbH
| * www/nextcloud: Update to 14.0.3brnrd2018-10-155-126/+106
| | | | | | | | | | - Add more guidance for users - Add config for options to sample
* | Merge branch 'master' into gnome-3.28Koop Mast2018-10-152-4/+4
|\|
| * Update mod_jk to version 1.2.46girgen2018-10-152-4/+4
| |
* | Merge branch 'master' into gnome-3.28Koop Mast2018-10-1569-393/+1247
|\|
| * Update to 3.14.1sunpoet2018-10-152-6/+6
| | | | | | | | | | Changes: https://github.com/SeleniumHQ/selenium/releases https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
| * Update to 0.7.2sunpoet2018-10-152-7/+7
| | | | | | | | Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
| * Update to 0.7.2sunpoet2018-10-152-7/+7
| | | | | | | | Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
| * Update to 0.7.2sunpoet2018-10-152-7/+7
| | | | | | | | Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
| * Update to 2.1.0sunpoet2018-10-152-6/+7
| | | | | | | | Changes: https://github.com/rack/rack-contrib/releases
| * Update to 5.4.1sunpoet2018-10-152-6/+7
| | | | | | | | Changes: https://github.com/kickstarter/rack-attack/releases
| * Update to 2.1.1sunpoet2018-10-152-6/+7
| | | | | | | | Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
| * Fix build with OpenSSL 1.1.xjoneum2018-10-142-1/+53
| | | | | | | | | | | | | | | | | | While here: - Pet Portlint PR: 232221 Submitted by: Nathan <ndowens@yahoo.com> Sponsored by: Netzkommune GmbH
| * www/nextcloud: Fix fresh installsbrnrd2018-10-145-16/+58
| | | | | | | | | | | | | | | | | | - Add minimal configuration sample for bundled installer - Fix default logging configuration - Old sample configuration is actually documentation Reported by: miwi Approved by: miwi
| * Upgrade from 0.9.0 to 0.9.1.mi2018-10-146-15/+40
| | | | | | | | | | PR: 231663 Submitted by: gahr
| * qt5: Fix build on GCC based architectures.tcberner2018-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 231584 PR: 231677 PR: 231685 PR: 231830 PR: 231955 PR: 231905 PR: 231892 PR: 231684 PR: 231958 PR: 231960 PR: 231818 PR: 231542 PR: 231860 PR: 231681 PR: 231963 PR: 231891 PR: 231966 PR: 231904 PR: 231676 PR: 231819 PR: 231956 PR: 231680 PR: 231957 PR: 231903 PR: 231901 PR: 231667 PR: 231861 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
| * New port: www/s: Web search in a terminalyuri2018-10-144-0/+59
| |
| * Update to 1.2.3joneum2018-10-143-10/+10
| | | | | | | | | | | | | | | | Changelog: - Notification subscriber for New Tickets - Configurable HTTP headers Sponsored by: Metzkommune GmbH
| * www/libwww: Fix build with OpenSSL 1.1.xdbaio2018-10-142-14/+62
| | | | | | | | | | | | | | PR: 228943 Submitted by: Nathan <ndowens@yahoo.com> (based on) Reported by: brnrd Obtained from: NetBSD pkgsrc
| * Update bsd.twiki.mkjoneum2018-10-141-1/+1
| |
| * Update to 6.1.0joneum2018-10-143-107/+572
| | | | | | | | | | | | | | | | Changelog: http://twiki.org/cgi-bin/view/TWiki/TWikiHistory#TWiki%20Release%206.1%20(Kampala)%20rele Take Maintainership Sponsored by: Netzkommune GmbH
| * www/h2o: add CONFLICTS and appease portlintdch2018-10-131-1/+5
| | | | | | | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17466
| * Update to 0.23.0joneum2018-10-132-137/+286
| | | | | | | | | | | | | | | | Changelog: https://github.com/mozilla/geckodriver/releases/tag/v0.23.0 PR: 232180 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Sponsored by: Netzkommune GmbH
| * - Update WWWamdmi32018-10-131-1/+1
| | | | | | | | Approved by: portmgr blanket
| * www/qutebrowser: update to 1.5.1novel2018-10-132-4/+4
| |
| * Update roda to 3.13.0adamw2018-10-132-4/+4
| |
| * www/node: Update 10.11.0 -> 10.12.0bhughes2018-10-132-4/+4
| | | | | | | | | | | | https://nodejs.org/en/blog/release/v10.12.0/ Sponsored by: Miles AS
| * Update to 3.18sunpoet2018-10-132-5/+6
| | | | | | | | Changes: https://metacpan.org/changes/distribution/HTTP-BrowserDetect
| * Update to 1.2.0sunpoet2018-10-132-6/+7
| | | | | | | | Changes: https://github.com/planetlabs/planet-client-python/releases
| * lang/rust: update to 1.29.2jbeich2018-10-135-3/+5
| | | | | | | | | | | | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477
| * Update Template::Toolkit to 2.28, and pet portlintadamw2018-10-132-8/+9
| |
| * www/rssroll: Update to 0.6.1tobik2018-10-122-4/+4
| | | | | | | | | | PR: 230691 Submitted by: Nikola Kolev <koue@chaosophia.net>
| * Second try to fix OpenSSL 1.1.1 build.lev2018-10-121-1/+2
| | | | | | | | | | PR: 228867 Submitted by: jkim@FreeBSD.org
| * Those ports are not compatible with php 7.3antoine2018-10-123-2/+3
| | | | | | | | Reported by: pkg-fallout
| * - Update to 1.3tota2018-10-122-4/+4
| |
* | Merge branch 'master' into gnome-3.28Koop Mast2018-10-1246-219/+215
|\|
| * Update to 1.5.2joneum2018-10-112-4/+4
| | | | | | | | | | | | | | | | | | | | changelog: https://blog.gitea.io/2018/10/gitea-1.5.2-is-released/ PR: 232123 Reported by: maintainer MFH: 2018Q4 Security: cb539d4e-cd68-11e8-8819-00e04c1ea73d Sponsored by: Netzkommune GmbH
| * Update devel/tbb to version 2019.1 and bump dependent ports' revisionsmartymac2018-10-111-1/+1
| | | | | | | | Also, reintegrate HTML documentation that was removed in previous version.
| * www/mod_http2-devel: Update to 1.11.3brnrd2018-10-112-6/+7
| |
| * - Fix typowen2018-10-111-1/+1
| | | | | | | | Spotted by: tobik@
| * - Update to 7.6.31wen2018-10-113-6/+9
| | | | | | | | | | | | | | - Mark DEPRECATED PR: 232113 Submitted by: freebsd-ports@charlieroot.de(maintainer)
| * www/squid: fix bug in 4.3, no connections are accepted after ECONNABORTEDpi2018-10-112-0/+39
| | | | | | | | | | | | | | | | | | | | | | - without the fix, squid locks up every couple of hours, no longer accept(2)-ing new connections, and needs to be restarted. PR: 231950 Submitted by: Mark.Martinec@ijs.si Reviewed by: Oleh Hushchenkov <gor@clogic.com.ua> Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer) Obtained from: https://bugs.squid-cache.org/show_bug.cgi?id=4889
| * www/edbrowse: Update to 3.7.4swills2018-10-113-67/+12
| | | | | | | | | | PR: 232137 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
| * Update to 0.79sunpoet2018-10-112-6/+7
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Toadfarm
| * Update to 2.28sunpoet2018-10-113-7/+8
| | | | | | | | Changes: https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP
| * Update to 0.14sunpoet2018-10-112-5/+6
| | | | | | | | Changes: https://metacpan.org/changes/distribution/MojoX-Renderer-Xslate
| * Update to 3.17sunpoet2018-10-112-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/HTTP-BrowserDetect
| * Add LICENSEsunpoet2018-10-111-3/+5
| |
| * Update to 31.0.0.122.jkim2018-10-112-4/+4
| | | | | | | | https://helpx.adobe.com/security/products/flash-player/apsb18-35.html
| * (1) Update to 1.10.3.lev2018-10-101-1/+1
| | | | | | | | | | | | | | (2) Fix STATIC build. (3) Expand FreeBSD template for better explanation of "Sponsored by" PR: (2) 220660, (3) 228362
| * Unbreak by fixing dependencies.tijl2018-10-101-3/+1
| | | | | | | | PR: 232121
| * Update to 1.901sunpoet2018-10-103-13/+22
| | | | | | | | | | | | | | | | - Add LICENSE - Add removed Perl core module to *_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/URI-Title
| * Update to 0.83sunpoet2018-10-103-30/+30
| | | | | | | | | | | | | | | | - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Squatting
| * Update to 1.6sunpoet2018-10-102-12/+14
| | | | | | | | | | | | | | - Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Continuity
| * Update to 6.36sunpoet2018-10-102-6/+7
| | | | | | | | Changes: https://metacpan.org/changes/distribution/libwww-perl
| * - Update to 8.7.19wen2018-10-104-31/+20
| | | | | | | | | | | | | | - Update pkg-message and pkg-descr PR: 232114 Submitted by: freebsd-ports@charlieroot.de(maintainer)
| * Update to 2.0.32cs2018-10-102-4/+4
| |
| * www/py-django-bulk-update: fix reverse conflictsrene2018-10-091-2/+6
| | | | | | | | | | | | | | | | | | | | | | Do not install empty tests/__init__.py to avoid a conflict with devel/py-phply which is a dependency of textproc/translate-toolkit. All of these ports are dependencies of textproc/pootle, which then fails to build. While here pet portlint. Reported by: pkg-fallout Pointy hat: jpaetzel
| * - Update to 2.32wen2018-10-092-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/HTML-Lint
* | Merge branch 'master' into gnome-3.28Koop Mast2018-10-09603-1325/+1280
|\|
| * Fix some PKGNAME collisionsantoine2018-10-0834-34/+34
| |
| * www/yarn: Update to 1.10.1pizzamig2018-10-082-4/+4
| | | | | | | | | | | | Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.10.0 Sponsored by: trivago N.V.
| * Remove expired port:rene2018-10-085-90/+0
| | | | | | | | 2018-10-07 www/mediawiki129: Deprecated by upstream
| * Connect all the PHP 7.3 portstz2018-10-081-0/+4
| |
| * Add PHP 7.3 RC2 to the ports-tree.tz2018-10-085-0/+64
| | | | | | | | | | | | | | | | | | Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
| * - Update to 1.21wen2018-10-082-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/CGI-Simple
| * Deprecate some GNOME 2 applicationsantoine2018-10-081-0/+3
| | | | | | | | With hat: portmgr
| * Update to 3.5.2sunpoet2018-10-082-4/+4
| | | | | | | | Changes: https://github.com/fancyapps/fancybox/releases
| * Update maintainer eMail address.rigoletto2018-10-081-1/+1
| | | | | | | | | | | | Reviewed by: mat (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17399
| * Add another package message file to fix the issue with it for nginx flavor.osa2018-10-083-1/+18
| | | | | | | | | | | | Bump PORTREVISION. PR: 231877
| * www/qutebrowser: update to 1.5.0novel2018-10-072-4/+4
| |
| * - Update to 2.3.8zi2018-10-072-4/+4
| |
| * Upgrade third-party nchan (aka push) module from 1.1.14osa2018-10-073-5/+5
| | | | | | | | | | | | to its recent stable version 1.2.1. Bump PORTREVISION.
| * net-im/telepathy-qt[45]: falvorizetcberner2018-10-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | Flavorize the ports: * telepathy-qt4 -> telepathy-qt@qt4 * telepathy-qt5 -> telepathy-qt@qt5 While here, also clean up the Makefile a bit. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D17445
| * www/qt5-webkit: fix patchestcberner2018-10-072-35/+9
| | | | | | | | | | | | - follow up to r481434, make the patch apply on the official tree... Pointy hat: tcberner
| * www/qt5-webkit: fix installed pkg config filestcberner2018-10-072-8/+32
| | | | | | | | | | PR: 231108 Obtained from: https://src.mouf.net/area51/view/branches/plasma5/PORTS/www/qt5-webkit-annulen-wk2/files/patch-Source_WebKit_PlatformQt.cmake?rev=13782
| * www/tdiary: Update to 5.0.10swills2018-10-072-7/+8
| | | | | | | | | | PR: 231811 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
| * - Mark BROKEN on amd64: does not build: ↵amdmi32018-10-071-0/+2
| | | | | | | | | | | | github.com/minio/mc/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined Approved by: portmgr blanket
| * Upgrade third-party vts module from 0.1.15 to 0.1.18.osa2018-10-073-4/+5
| | | | | | | | Bump PORTREVISION.