aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.2.2sunpoet2018-08-172-4/+4
| | | | Changes: https://github.com/jonashaag/bjoern/blob/master/CHANGELOG
* Fix RUN_DEPENDSsunpoet2018-08-171-3/+4
| | | | - Bump PORTREVISION for dependency change
* www/joomla3: update to 3.8.11.ler2018-08-173-4/+7
| | | | | | | | | | | | | | | Joomla 3.8.11 addresses several bugs and improvements, including: Fix for the Missing "Select Type" field in the Extensions Manager #20881 Replace the URL parameter "limitstart=0" by "start=0" when SEF is enabled #19452 Remove non callable array items from field categories #20093 Articles - Category Module: New showon attribute for form fields #20950 Fix OpenSearch implementation #20937 Fix for tag filtering in Featured Articles view in administrator #21138 Fix for filtering Featured Articles by access level in administrator #21168 Media manager: relative paths for video files #21156 Com_menus: removal of useglobal attribute #21095 Multilingual Associations Component: fix associations in sidebyside view for contact and newsfeeds #21180
* - Update to 1.2.5miwi2018-08-163-114/+12
| | | | | | | PR: 230481 Submitted by: sa.inbox@gmail.com Approved by: maintainer Sponsored by: iXsystems Inc.
* - Update to 3.0.2miwi2018-08-163-70/+68
| | | | | | | PR: 230255 Submitted by: ndowens@yahoo.com Approved by: maintainer Sponsored by: iXsystems Inc.
* - Update to 3.6nivit2018-08-163-5/+21
| | | | | | - Add x11/xclip as run dependency (x11/xsel does not work) Changes: https://github.com/jarun/googler/releases/tag/v3.6
* www/chromium: Update to 68.0.3440.106cpm2018-08-1613-70/+149
| | | | | | | | | | - Update amount of free disk space required to build chromium - Implement GPU access set up for FreeBSD [1] - Remove the incorrect sugestion in pkg-message and remove the fix-hanging-tabs.sh script because the bug of hanging tabs has been fixed in r337328 improving the chromium stability. Thanks to markj@ [2] PR: 230450 [1], 212812 [2] Reported by: Oleh Hushchenkov <gor@clogic.com.ua> MFH: 2018Q3
* Update to 3.1.0sunpoet2018-08-162-5/+4
| | | | Changes: https://github.com/heroku/kensa/commits/master
* Update to 0.14sunpoet2018-08-162-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/WWW-Mechanize-GZip
* Update to 4.40sunpoet2018-08-162-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/CGI
* www/py-flexget: bump pytest version requirmentjbeich2018-08-161-4/+3
| | | | | | | | $ make test [...] =============================== warnings summary =============================== <undetermined location> pytest-capturelog plugin has been merged into the core, please remove it from your requirements.
* www/py-flexget: update to 2.14.15jbeich2018-08-162-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.14...2.14.15
* - Update to 0.5.4nivit2018-08-164-12/+13
| | | | Changes: https://github.com/mps-youtube/pafy/releases/tag/v0.5.4
* - Security update to to 1.4.50dinoex2018-08-163-4/+5
| | | | | | | PR: 230595 Submitted by: Piotr Kubaj MFH: 2018Q3 Security: https://www.lighttpd.net/2018/8/13/1.4.50/
* Update roda to 3.11.0adamw2018-08-152-4/+4
|
* www/rssroll: Use ${WRKSRC_libcez} in pre-configureswills2018-08-151-1/+1
| | | | Suggested by: mat
* Deprecate www/hs-hS3, devel/hs-darcs, devel/hs-hashed-storage.arrowd2018-08-151-0/+3
| | | | | | PR: 224192 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16672
* - Add LICENSE_FILEamdmi32018-08-152-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* www/gitlab-ce add a check after the build process to verify all used gems ↵mfechner2018-08-151-0/+3
| | | | | | | | matching the requirements. This should make it easier to see gem updates that are breaking the gitlab-ce port. Approved by: mentors (implicit)
* www/otter-browser: update to 0.9.99.2tcberner2018-08-153-5/+5
|
* Update to 8.5.32joneum2018-08-152-5/+4
| | | | | | | Changelog: https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.32_(markt) PR: 230546 Submitted by: VVD <vvd@unislabs.com> (maintainer)
* www/newsboat: unbreak with libc++ 7jbeich2018-08-151-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/ttrss_api.cpp:1: In file included from include/ttrss_api.h:4: ./3rd-party/json.hpp:1201:9: error: static_assert failed "could not find from_json() method in T's namespace" static_assert(sizeof(BasicJsonType) == 0, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./3rd-party/json.hpp:1216:16: note: in instantiation of function template specialization 'nlohmann::detail::from_json_fn::call<nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>, std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested here return call(j, val, priority_tag<1> {}); ^ ./3rd-party/json.hpp:9660:9: note: in instantiation of function template specialization 'nlohmann::detail::from_json_fn::operator()<nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>, std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested here ::nlohmann::from_json(std::forward<BasicJsonType>(j), val); ^ ./3rd-party/json.hpp:12181:36: note: in instantiation of function template specialization 'nlohmann::adl_serializer<std::__1::basic_string_view<char, std::__1::char_traits<char> >, void>::from_json<const nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer> &, std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested here JSONSerializer<ValueType>::from_json(*this, ret); ^ ./3rd-party/json.hpp:12443:16: note: in instantiation of function template specialization 'nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>::get<std::__1::basic_string_view<char, std::__1::char_traits<char> >, std::__1::basic_string_view<char, std::__1::char_traits<char> >, 0>' requested here return get<ValueType>(); ^ /usr/include/c++/v1/string:875:29: note: in instantiation of function template specialization 'nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>::operator basic_string_view<std::__1::basic_string_view<char, std::__1::char_traits<char> >, 0>' requested here {__self_view __sv = __t; return assign(__sv);} ^ src/ttrss_api.cpp:69:7: note: in instantiation of function template specialization 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=<nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>, void>' requested here sid = content["session_id"]; ^ PR: 230631 Reported by: antoine (via exp-run) Obtained from: upstream (json) Approved by: portmgr blanket
* www/rubygem-passenger: unbreak with libc++ 7jbeich2018-08-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | In file included from src/agent/Watchdog/WatchdogMain.cpp:68: In file included from src/agent/Watchdog/Config.h:32: In file included from src/agent/Core/Config.h:47: In file included from src/agent/Core/AdminPanelConnector.h:43: In file included from src/cxx_supportlib/WebSocketCommandReverseServer.h:29: In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio_no_tls_client.hpp:32: In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/endpoint.hpp:32: In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/connection.hpp:31: In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/base.hpp:31: In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/asio.hpp:65: In file included from src/cxx_supportlib/vendor-modified/boost/asio.hpp:23: In file included from src/cxx_supportlib/vendor-modified/boost/asio/basic_datagram_socket.hpp:20: In file included from src/cxx_supportlib/vendor-modified/boost/asio/basic_socket.hpp:40: In file included from src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_service.hpp:22: In file included from src/cxx_supportlib/vendor-modified/boost/asio/buffer.hpp:27: In file included from src/cxx_supportlib/vendor-modified/boost/asio/detail/string_view.hpp:25: /usr/include/c++/v1/experimental/string_view:11:2: error: "<experimental/string_view> has been removed. Use <string_view> instead." PR: 230401 Reported by: antoine (via exp-run)
* Update to 30.0.0.154.jkim2018-08-152-4/+4
| | | | https://helpx.adobe.com/security/products/flash-player/apsb18-25.html
* www/rssroll: update to 0.6swills2018-08-154-12/+25
| | | | | PR: 230335 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* Update to 4.39sunpoet2018-08-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/CGI
* - Update to 1.8.2nivit2018-08-154-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update URL in pkg-descr to avoid a redirection - Add a patch and a post-extract-* target to fix a couple of Sphinx exceptions during the build process: 1) WARNING: autodoc: failed to import module u'webob.client'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 658, in import_object __import__(self.modname) ImportError: No module named webob.client 2) Exception occurred: File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 774, in resolve raise DistributionNotFound(req, requirers) DistributionNotFound: The 'webob' distribution was not found and is required by the application The full traceback has been saved in /tmp/sphinx-err-Kjn2DB.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks! *** Error code 1 Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html
* Add www/p5-Mojolicious-Plugin-HamlRendereradamw2018-08-145-0/+38
| | | | This is a Haml renderer backend for Mojolicious.
* - Add LICENSE_FILEamdmi32018-08-142-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* - Add LICENSEamdmi32018-08-141-0/+3
| | | | Approved by: portmgr blanket
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-08-141-1/+1
|
* www/rtv: Update to 1.24.0dbaio2018-08-142-4/+4
| | | | Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.24.0
* www/py-bottle: Add USE_PYTHON=concurrent due to bin/bottle.py being installedyuri2018-08-141-2/+2
| | | | Approved by: portmgr
* Update to 0.6.0sunpoet2018-08-142-5/+6
| | | | Changes: https://github.com/python-visualization/folium/releases
* Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHPtz2018-08-131-0/+2
| | | | PR: 229982
* Update to 9.0.10sunpoet2018-08-133-6/+5
| | | | | | Changes: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html PR: 230545 Submitted by: <vvd@unislabs.com> (maintainer)
* Update to 3.1.2sunpoet2018-08-132-4/+4
| | | | Changes: https://github.com/abonas/kubeclient/blob/master/CHANGELOG.md
* Change MASTER_SITES to CHEESESHOPsunpoet2018-08-132-6/+4
|
* www/py-selenium: update 3.11.0 -> 3.14.0pi2018-08-133-17/+4
| | | | | | PR: 230381 Approved by: douglas@douglasthrift.net (maintainer) Relnotes: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
* Update Mojolicious to 7.93adamw2018-08-122-4/+4
|
* Update to 1.5.0flo2018-08-124-36/+81
| | | | | | PR: 230512 Submitted by: stb@lassitu.de (maintainer) Security: bcf56a42-9df8-11e8-afb0-589cfc0f81b0
* New port: www/wuzz: Interactive cli tool for HTTP inspectionyuri2018-08-124-0/+85
|
* New port: www/py-wfuzz: Web application fuzzer allowing to find ↵yuri2018-08-124-0/+49
| | | | vulnerabilities in them
* www/py-dojango: use Django 1.11 instead of expired Django 1.8 and update torene2018-08-122-5/+6
| | | | | | | | | a newer snapshot that supports this. PR: 230532 Submitted by: rene Approved by: maintainer (jpaetzel) Sponsored by: Essen Hackathon
* www/py-django-livesettings: use Django 1.11 instead of EOL Django 1.8rene2018-08-121-2/+5
| | | | | | | | | | Since this port depends on www/py-django-keyedcache which has been removed, expire this port in one month. PR: 230526 Submitted by: rene Approved by: maintainer (ports@caomhin.org) Sponsored by: Essen Hackathon
* www/py-django-profiles: use Django 1.11 instead of EOL Django 1.8rene2018-08-121-2/+2
| | | | | | | PR: 230529 Submitted by: rene Approved by: maintainer (jpaetzel) Sponsored by: Essen Hackathon
* www/py-django-happenings: use Django 1.11 instead of EOL Django 1.8rene2018-08-121-1/+2
| | | | | | | PR: 230525 Submitted by: rene Approved by: maintainer (ports@caomhin.org) Sponsored by: Essen Hackathon
* Update CPAN linksunpoet2018-08-121-1/+1
| | | | Approved by: portmgr (blanket)
* Update to 4.1.18sunpoet2018-08-112-4/+4
| | | | Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
* Update to 6.3.0sunpoet2018-08-114-4769/+1993
| | | | | | - Update WWW Changes: https://github.com/npm/cli/releases
* Take maintainershipsunpoet2018-08-111-1/+1
|
* www/py-django-assets: use Django 1.11 instead of EOL Django 1.8rene2018-08-111-1/+2
| | | | | | | PR: 230522 Submitted by: rene Approved by: maintainer (wg) Sponsored by: Essen Hackathon
* - Add LICENSE_FILEamdmi32018-08-112-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* www/feedjack: mark DEPRECATED (upstream gone) and build against Django 1.11rene2018-08-111-2/+4
|
* Update security/mbedtls to 2.12.0 and bump dependent ports.tijl2018-08-101-1/+1
| | | | | MFH: 2018Q3 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
* www/py-graphite-api: join wordwrapped rc.d scriptdch2018-08-102-4/+3
| | | | | | | | | | | While committing, the rc.d script got word wrapped and simply doesn't work as intended when creating the log files directory if not already present. Reported by: Pierre Guinoiseau <pierre@guinoiseau.nz> Approved by: jrm MFH: 2018Q3 Differential Revision: https://reviews.freebsd.org/D16550
* Update Mojolicious to 7.92adamw2018-08-103-12/+4
| | | | | | | | | This release reverts the addition of stream classes (added in 7.83), which have unfortunately resulted in many Mojolicious applications becoming unstable. While there are no known exploits yet, we've chosen to err on the side of cautiousness and will classify this as a security issue. MFH: 2018Q3
* Update to 3.2.9sunpoet2018-08-092-6/+5
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.2.9sunpoet2018-08-092-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update Mojolicious to 7.91adamw2018-08-092-4/+4
|
* - Add LICENSE_FILEamdmi32018-08-092-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* devel/boost-*: update to 1.68.0jbeich2018-08-096-4/+6
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Update Mojolicious to 7.90adamw2018-08-092-4/+4
|
* www/chromium: minor fix in pkg-messagecpm2018-08-092-2/+3
| | | | | | | | | | | | | | | | | | %%DATADIR%% is not being expanded in pkg-message, and it shows up like this: --II-- Chromium has a known problem of hanging tabs. The workaround for this problem is to mount ~/.cache/chromium as memory-fs. In order to do this, before you run Chromium, please run the following script as root once for each user who uses Chromium (replace {user}/{group} with your user/group names): # %%DATADIR%%/fix-hanging-tabs.sh {user} {group} - Add DATADIR to SUB_LIST to correctly be replaced with its value and move pkg-message to FILESDIR. - Bump PORTREVISION Reported by: olgeni via mail
* www/py-multidict: update to 4.3.1wg2018-08-082-4/+4
| | | | | PR: 228577 Submitted by: Waitman Gobble
* Regular sorting of categories Makefiles.mat2018-08-081-3/+3
| | | | Sponsored by: Absolight
* www/firefox: update to 61.0.2jbeich2018-08-084-203/+202
| | | | | Changes: https://www.mozilla.org/firefox/61.0.2/releasenotes/ PR: 227850
* Update Mojolicious to 7.89adamw2018-08-073-4/+5
|
* www/chromium: Update to 68.0.3440.84cpm2018-08-0775-881/+875
| | | | | | | | | | | | | | | | | | | Changelog: https://chromium.googlesource.com/chromium/src/+log/67.0.3396.87..68.0.3440.84?pretty=fuller&n=10000 At the moment pkg-message says that in order to work around the hanging tabs problem the user may wish to run the following commands: # [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium # echo "md $(echo ~{user})/.cache/chromium mfs rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab # mount ~{user}/.cache/chromium Add fix-hanging-tabs.sh script to the DATADIR [1], which simplifies the process to just running /usr/local/share/chromium/fix-hanging-tabs.sh $user $group PR: 230264 [1] Submitted by: 0mp [1] MFH: 2018Q3 Security: http://vuxml.freebsd.org/freebsd/b9c525d9-9198-11e8-beba-080027ef1a23.html
* www/minio: update to 2018.08.02.23.11.36swills2018-08-072-5/+5
| | | | | PR: 230372 Submitted by: farrokhi
* Change jhixson port maintainer email to jhixson@FreeBSD.orgjhixson2018-08-075-5/+5
| | | | | Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16592
* Update to 4.9.8joneum2018-08-072-4/+4
| | | | | | | Changelog: - https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/ - https://make.wordpress.org/core/tag/4-9-8/ - https://codex.wordpress.org/Version_4.9.8
* devel/py-requests: Bump pinned idna dependency versionkoobs2018-08-072-3/+12
| | | | | | | | | | | | | | | | | | py-idna was updated to 2.7 in ports r476560. py-requests had its idna dependency pinned to <2.7. That broke all py-requests dependents. This change backports part of an upstream commit [1] that bumped the dependency. Whisper of a dream: It would be really cool if *_DEPENDS could declare multiple versions in its scheme. We'd pick up these issues much earlier, and be able to declare dependencies more accurately.</pony> [1] https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc PR: 230430 Reported by: <Trond Endrestol ximalas info>
* www/py-gandi.cli: Update to 1.2koobs2018-08-072-4/+5
| | | | | | Changelog: https://github.com/Gandi/gandi.cli/blob/1.2/CHANGES.rst
* www/py-rfc3987: Update to 1.3.8koobs2018-08-072-4/+4
| | | | | | Changelog: * fixed deprecated escape sequence
* www/py-txrequests: Update to 0.9.6koobs2018-08-072-4/+6
| | | | | | Changelog: https://github.com/tardyp/txrequests/blob/v0.9.6/CHANGES
* Update to 6.6sunpoet2018-08-073-19/+4
| | | | Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst
* Update to 0.9.1sunpoet2018-08-072-4/+4
| | | | | Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog https://github.com/theskumar/python-dotenv/commits/master
* Update to 1.09sunpoet2018-08-072-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Protocol-HTTP2
* Update to 0.076sunpoet2018-08-072-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/HTTP-Tiny
* Upgrade www/tt-rss to a2d1fa5b14 (07/18/2018).thierry2018-08-073-48/+118
| | | | | PR: 230126 Submitted by: Derek Schrock
* Update to 2.2.1arved2018-08-062-5/+5
| | | | Drop maintainership
* * Updated to 3.1.0ultima2018-08-062-5/+4
|
* www/py-notebook: Unbreak the package: bump because bump was forgotten during ↵yuri2018-08-061-1/+1
| | | | | | the previous dependency update Approved by: portmgr
* www/mod_md-devel: Update to 1.1.16brnrd2018-08-062-4/+4
|
* www/tomcat9: Fix plist when using options HOST_MANAGER and MANAGERdbaio2018-08-062-7/+13
| | | | | PR: 229973 Submitted by: VVD <vvd@unislabs.com> (maintainer)
* www/tomcat85: Fix plist when using options HOST_MANAGER and MANAGERdbaio2018-08-062-7/+13
| | | | | PR: 229102 Submitted by: VVD <vvd@unislabs.com> (maintainer)
* Update to 3.14.0sunpoet2018-08-062-4/+4
| | | | | Changes: https://github.com/SeleniumHQ/selenium/releases https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
* Update to 3.4.6sunpoet2018-08-062-5/+4
| | | | Changes: https://redmine.org/projects/redmine/wiki/Changelog
* Change the way *_DEPENDS are setsunpoet2018-08-061-3/+3
|
* Upgrade passenger and its third-party modules for www/nginx andosa2018-08-0610-18/+18
| | | | | | | | | | | | | | | | www/nginx-devel from 5.3.3 to 5.3.4. PR: 229392 <ChangeLog> * Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions due to C++11 compatibility issues in the code. Closes GH-2097. * Updates Boost to version 1.67.0. * [Apache] Fixes the handling of HTTP requests with chunked bodies in combination with `PassengerBufferUploads off`. Closes GH-2102. </ChangeLog>
* www/nextcloud-notes: Update to 2.4.0brnrd2018-08-053-68/+10
|
* www/nextcloud: Update to 13.0.5brnrd2018-08-053-7/+22
|
* Mark BROKEN: fails to buildantoine2018-08-051-0/+1
| | | | Reported by: pkg-fallout
* New port: www/qhttpengine: HTTP server for Qt applicationsyuri2018-08-045-0/+49
|
* Update gitlab to 11.1.4.mfechner2018-08-043-7/+7
| | | | | | | | | Fixed dependency problem for security/doorkeeper. The currently used doorkeeper43 version has a security vulnerability, this problem was reported upstream to gitlab here: https://gitlab.com/gitlab-org/gitlab-ce/issues/49940 PR: 230306 Approved by: mentors (implicit)
* www/py-flexget: update to 2.14.14jbeich2018-08-042-4/+4
| | | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.12...2.14.14 MFH: 2018Q3 (bugfixes)
* www/py-django-hijack: update to 2.1.9swills2018-08-042-5/+5
| | | | | PR: 230294 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
* www/obhttpd: Update to 6.3.20180803swills2018-08-042-4/+4
| | | | | PR: 230329 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* Update to 1.11.15 to match www/py-django111sunpoet2018-08-031-1/+1
|
* Update to 0.9.0sunpoet2018-08-032-4/+4
| | | | | Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog https://github.com/theskumar/python-dotenv/commits/master
* Update to 0.074sunpoet2018-08-032-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/HTTP-Tiny
* www/hs-activehs: Set DEPRECATED for a month. It doesn't build with new ↵arrowd2018-08-031-0/+3
| | | | | | | dependencies' version. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16546
* Remove expired ports:rene2018-08-024-31/+0
| | | | | | 2018-07-31 databases/rubygem-redis-namespace15: Obsoleted by update of www/gitlab-ce. Please use databases/rubygem-redis-namespace instead. 2018-08-01 security/py-python-social-auth: Upstream Deprecated 2018-08-01 www/py-django-social-auth: no support for new django
* Remove expired ports:rene2018-08-0214-149/+0
| | | | | | | | | | | | | | | | | 2018-07-31 net/rubygem-gitaly-proto096: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 security/tripwire12: unfetchable 2018-07-31 security/rubygem-rbnacl4: Obsoleted by update of www/gitlab-ce. Please use security/rubygem-rbnacl instead. 2018-07-31 www/rubygem-gon61: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gon instead. 2018-07-31 databases/pgpool-II-33: Will be deprecated by upstream, please switch to newer pgpool versions 2018-07-31 devel/rubygem-grape-entity060: Obsoleted by update of www/gitlab-ce. Please use devel/rubygem-grape-entity instead. 2018-07-31 net/rubygem-gitaly-proto099: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 net/rubygem-gitaly-proto095: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 net/rubygem-omniauth-github11: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead. 2018-07-31 net/rubygem-asset_sync220: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-asset_sync instead. 2018-07-31 www/rubygem-gollum-lib-gitlab: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gitlab-gollum-lib instead. 2018-08-01 www/py-django-threaded-multihost: Project development unmaintained 2018-08-01 www/py-django-keyedcache: Project development abandoned 2018-08-01 www/py-django-signals-ahoy: Project development unmaintained
* www/gohugo: Update to 0.460mp2018-08-022-7/+7
| | | | | | | | | | | | | | | | | | | | | | | Change log: - Resources fetched via resources.Get and similar are now considered global across languages. If you need, as an example, to create a CSS per language, you need to set the path yourself. - Add templates.Exists template function. This can be used to check if a template, e.g. a partial, exists in the project or any of the themes in use. - Remove superflous loop - Update Chroma - Make resources fetched via resources.Get and similar language agnostic - Improve SCSS project vs themes import resolution - Improve _ prefix handling in SCSS imports - Fix file paths for uncached transformed images - Fix image cache eviction for sites with subdir in baseURL PR: 230268 Submitted by: ben.lavery@hashbang0.com (maintainer) Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16545
* - Update django to 2.0.8 and 1.11.15wen2018-08-024-11/+12
| | | | - Update CONFLICTS_INSTALL
* - Repocopy www/py-django20 --> www/py-django21 and update to 2.1wen2018-08-024-0/+79
|
* www/py-flexget: update to 2.14.12jbeich2018-08-022-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.10...2.14.12
* Upgrade third-party njs module to post 0.2.3 aka a930e69 toosa2018-08-013-5/+5
| | | | | fix a couple of issues. Bump PORTREVISION.
* Upgrade third-party njs module to 950db73 aka 0.2.3.osa2018-08-013-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PORTREVISION. <ChangeLog> nginx modules: *) Bugfix: making a subrequest from a Reply object caused a segmentation fault. *) Bugfix: getting the parent property of the main Request object caused a segmentation fault. Core: *) Feature: added the pretty string representation for values. *) Feature: correctly printing floating point numbers. *) Feature: correctly parsing floating point numbers. *) Feature: String.bytesFrom() method (decoding hex, base64, base64url into a byte string). *) Feature: String.padStart() and String.padEnd() methods. *) Feature: added support of binary literals. *) Improvement: added information about illegal token in number parsing. *) Improvement: allowed uppercased O in octal literal values. *) Improvement: added support for multiple arguments in console.log(). *) Bugfix: fixed applying call() to methods of external values. *) Bugfix: fixed addition operator applied to an object. *) Bugfix: fixed exception handling in njs_vm_value_to_ext_string(). *) Bugfix: fixed Number() with boolean, null and undefined arguments. *) Bugfix: fixed error handling of setting non-numeric Array.length. *) Bugfix: fixed autocompletion for global objects. *) Bugfix: miscellaneous additional bugs have been fixed. </ChangeLog>
* New port: www/py-gripjhale2018-08-014-0/+39
| | | | | | | | | | | Grip (GitHub Readme Instant Preview) is a command-line server application written in Python that uses the GitHub markdown API to render a local readme file. The styles come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the Readme will be instantly reflected in the browser without requiring a page refresh. WWW: https://github.com/joeyespo/grip
* New port: www/py-path-and-addressjhale2018-08-014-0/+32
| | | | | | | | | | | | Path-and-address resolves ambiguities for command-line interface applications with the following pattern: $ your_app [<path>] [<address>] The library applies the principal of least surprise to command-line interfaces. WWW: https://github.com/joeyespo/path-and-address
* Change RUN_DEPENDS from rubygem-gitlab_omniauth-ldap to ↵sunpoet2018-08-011-2/+2
| | | | | | rubygem-gitlab_omniauth-ldap20 - Bump PORTREVISION for dependency change
* Update to 4.1.17sunpoet2018-08-012-4/+4
| | | | Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
* Update to 3.0.5sunpoet2018-08-012-4/+4
| | | | Changes: https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
* Update to 2.0.3sunpoet2018-08-012-4/+4
| | | | | | | Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md https://github.com/sinatra/sinatra/commits/master Security: ca05d9da-ac1d-4113-8a05-ffe9cd0d6160 MFH: 2018Q3
* Update to 3.13.1sunpoet2018-08-012-4/+4
| | | | | Changes: https://github.com/SeleniumHQ/selenium/releases https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update to 0.7.1sunpoet2018-08-013-5/+5
| | | | | | - Update WWW Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
* Update to 0.7.1sunpoet2018-08-013-5/+5
| | | | | | - Update WWW Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
* Update to 0.7.1sunpoet2018-08-013-5/+5
| | | | | | - Update WWW Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
* Update to 2.0.3sunpoet2018-08-012-4/+4
| | | | | Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md https://github.com/sinatra/sinatra/commits/master/rack-protection
* Update to 1.8.0sunpoet2018-08-012-4/+4
| | | | | Changes: https://github.com/rtomayko/rack-cache/blob/master/CHANGES https://github.com/rtomayko/rack-cache/commits/master
* Update to 5.4.0sunpoet2018-08-012-5/+5
| | | | Changes: https://github.com/kickstarter/rack-attack/releases
* Update to 3.12.0sunpoet2018-08-012-4/+4
| | | | | Changes: https://github.com/puma/puma/releases https://github.com/puma/puma/blob/master/History.md
* Update to 3.8.3sunpoet2018-08-012-4/+4
| | | | Changes: https://github.com/jekyll/jekyll/releases
* Update to 6.2.1sunpoet2018-08-012-4/+4
| | | | Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md
* Update to 1.2.3sunpoet2018-08-012-4/+4
| | | | Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update WWWsunpoet2018-08-011-1/+1
|
* Update to 2.0.3sunpoet2018-08-012-5/+6
| | | | Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
* Switch to xorgproto instead of individual packageszeising2018-08-016-12/+14
| | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine
* www/py-notebook: update ipaddress dependencyrm2018-08-011-8/+3
| | | | | | | Looks like there is more elegant way to conditionally depend on ipaddress. Use it. No PORTREVISION bump - no deps are changed. With hat: python
* www/py-notebook: correct typorm2018-07-311-1/+1
|
* www/py-notebook: add missing dependenciesrm2018-07-311-2/+10
| | | | | | | | | Fix runtime by adding missing dependencies: prometheus-client is required for all versions and ipaddress is required for python 2.7. Bump PORTREVISION to chase a dependency change. With hat: python MFH: 2018Q3
* - Add LICENSEamdmi32018-07-312-1/+5
| | | | | | | - Add NO_ARCH - Fix WWW Approved by: portmgr blanket
* New port: www/cpr: Curl for people, a simple wrapper around libcurlyuri2018-07-316-0/+79
| | | | | PR: 229962 Submitted by: Maxim Filimonov <che@bein.link>
* Update WWWsunpoet2018-07-311-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-311-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-311-1/+1
| | | | Approved by: portmgr (blanket)
* Update to 5.4.1sunpoet2018-07-312-4/+4
| | | | Changes: https://bogomips.org/unicorn/NEWS.html
* Extend EXPIRATION_DATE to 2018-08-31sunpoet2018-07-311-2/+2
|
* New port: www/halberd: HTTP load balancer detection toolyuri2018-07-314-0/+26
|
* www/py-flexget: update to 2.14.10jbeich2018-07-312-4/+4
| | | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.9...2.14.10 MFH: 2018Q3 (mostly bug fixes, see also previous 2.4.* updates)
* www/geckodriver: Update to 0.21.0joneum2018-07-312-85/+91
| | | | | | | Changelog: https://github.com/mozilla/geckodriver/releases/tag/v0.21.0 PR: 230165 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
* Add websocat, CLI client for WebSockets.osa2018-07-304-0/+345
|
* www/xpi-uBlock_origin: Fix DEPRECATEDtobik2018-07-301-1/+1
|
* www/moinmoin: Add recaptcha v2 and email verification supportkoobs2018-07-306-7/+557
| | | | | | | | | | | | | | | | | | | | | | | | | | Add patches to include: - reCAPTCHA v2 support [1] - Email verification for new account creation [2] Both patches are OPTION'al, both OPTIONS are enabled by default. Both features require additional configuration (within moinmoin) to enable them within wiki instances. While I'm here: - Use TLS for MASTER_SITES and pkg-descr WWW: URLs - Update COMMENT to match setup.py description - Enable NO_ARCH - Sort sections PR: 227394 [1] Submitted by: <daz hackerspace pl> [1] Reviewed by: 0mp Tested by: 0mp (upgrade process) Approved by: koobs (python, maintainer) Obtained from: clusteradm (sbruno, custom patch to port) [2] Differential Revision: D16315
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-3034-19/+34
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Update WWWsunpoet2018-07-301-1/+1
|
* Fix WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-301-1/+1
|
* Update WWWsunpoet2018-07-301-1/+1
|
* Update WWWsunpoet2018-07-301-2/+1
|
* Update WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-301-1/+1
|
* Update WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-301-1/+1
|
* Update WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-07-301-1/+1
| | | | Approved by: portmgr (blanket)
* Use Gemfile-specified versionssunpoet2018-07-301-3/+4
| | | | | | | - Change RUN_DEPENDS from rubygem-fog-aliyun to rubygem-fog-aliyun02 - Change RUN_DEPENDS from rubygem-fog-google to rubygem-fog-google13 - Change RUN_DEPENDS from rubygem-sidekiq-cron to rubygem-sidekiq-cron0 - Bump PORTREVISION for dependency change
* Update to 1.11.14 to match www/py-django111sunpoet2018-07-301-1/+1
|
* Update to 2.46sunpoet2018-07-302-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/CGI-Ex
* Update to 0.1.7sunpoet2018-07-302-4/+4
| | | | | Changes: https://github.com/abenari/rbovirt/releases https://github.com/abenari/rbovirt/commits/master
* www/py-wsgiauth: Add LICENSEdbaio2018-07-301-0/+2
| | | | Approved by: portmgr (blanket)
* Update to 1.5.2sunpoet2018-07-302-4/+10
| | | | | | - Add TEST_DEPENDS Changes: https://github.com/jamielennox/requests-mock/commits/master
* Update to 1.3.0sunpoet2018-07-302-4/+4
| | | | Changes: https://github.com/GoogleCloudPlatform/google-cloud-python/releases
* Change the way *_DEPENDS are setsunpoet2018-07-301-4/+4
|
* Update WWWsunpoet2018-07-301-1/+1
|
* Update WWWsunpoet2018-07-301-1/+1
|
* Update WWWsunpoet2018-07-301-2/+2
|
* Update to 1.4.7sunpoet2018-07-302-5/+4
| | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
* Update to 10.0.9sunpoet2018-07-303-52/+101
| | | | Changes: https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
* www/gobuffalo: Update to 0.12.4joneum2018-07-302-154/+150
| | | | | | | Changelog: https://github.com/gobuffalo/buffalo/releases/tag/v0.12.4 PR: 230149 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* www/tomcat85: Remove start_precmd from rcfiledbaio2018-07-292-11/+1
| | | | | | | | This is not being used, users can use $tomcat85_env to pass variables. PR: 228418 Submitted by: VVD <vvd@unislabs.com> (maintainer) Reported by: Michael Osipov <1983-01-06@gmx.net>
* Update some hs-* ports that were previously IGNORE'd.arrowd2018-07-295-43/+8
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16308
* www/go-appengine-sdk: Update to 1.9.67joneum2018-07-292-4/+4
| | | | | PR: 229916 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* - Add LICENSEamdmi32018-07-291-0/+5
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* Remove leftover of testingsunpoet2018-07-281-1/+2
| | | | - Bump PORTREVISION for dependency change
* py-url provides helper functions for parsing, sanitizing and normalizing URLs.miwi2018-07-284-0/+28
| | | | | | | | | | | This includes support for escaping, unescaping, punycoding, unpunycoding, cleaning parameter and query strings and a little more sanitization. WWW: https://github.com/seomoz/url-py PR: 229440 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
* www/tomcat9: drop start_precmd from tomcat9.inswills2018-07-282-11/+1
| | | | | PR: 230087 Submitted by: VVD <vvd@unislabs.com> (maintainer)
* www/selenium: Update to 3.13.0joneum2018-07-282-5/+5
| | | | | | | | Changelog: https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG PR: 230016 Reported by: Miroslav Lachman <000.fbsd@quip.cz> Approved by: maintainer
* www/swish++: Fix build with Clang 6tobik2018-07-281-0/+4
| | | | | | | | | | | | | option_stream.c:272:14: error: assigning to 'char *' from incompatible type 'char' o.arg_ = '\0'; ^~~~ option_stream.c:286:30: warning: '/*' within block comment [-Wcomment] /*#define TEST_OPTION_STREAM /**/ ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/swish++-6.1.5_3.log - While here deprecate it. Upstream development seems to be pretty dead.
* - Enable printing supportmiwi2018-07-282-7/+8
| | | | | | | | | - Bump PORTREVISION PR: 226121 Submitted by: ken@pcbsd.org Approved by: tcberner(kde) Sponsored by: iXsystems Inc.
* - Update 1.2.3miwi2018-07-283-1134/+410
| | | | | PR: 227611 Sponsored by: iXsystems Inc.
* www/gohugo: Update to 0.45.1swills2018-07-272-4/+4
| | | | | PR: 230069 Submitted by: ben.lavery@hashbang0.com (maintainer)
* Security update to 11.1.2.mfechner2018-07-273-6/+6
| | | | | | | | | For more info see here: https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/ Approved by: mentors (implicit) MFH: 2018Q3 Security: 2da838f9-9168-11e8-8c75-d8cb8abf62dd
* - Update to 1.3400wen2018-07-272-4/+11
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Dancer PR: 229755 Submitted by: wen@(myself) Approved by: maintainer(timeout, >= 14 days)
* - Update to 5.3.7wen2018-07-272-4/+4
|
* www/tomcat9: mark additional config files with @sampleswills2018-07-272-94/+69
| | | | | | | While here, modernize and pet portlint PR: 229973 Submitted by: VVD <vvd@unislabs.com> (maintainer)
* www/tomcat85: mark additional config files with @sampleswills2018-07-272-6/+10
| | | | | | PR: 229102 Submitted by: VVD <vvd@unislabs.com> (maintainer) Reported by: Michael Osipov <1983-01-06@gmx.net>
* - Update to 11.1.1, for more details please check:mfechner2018-07-266-93/+286
| | | | | | | https://about.gitlab.com/2018/07/22/gitlab-11-1-released/ - Fixed a typo in config/gitlab.yml.example that was introduced by the prefix update. Approved by: mentors (implicit)
* Update to 1.0.0 which is required for gitlab 11.1.1.mfechner2018-07-262-5/+5
| | | | Approved by: mentors (implicit)
* Update to 5.0.0 which is required for gitlab 11.1.1.mfechner2018-07-262-5/+5
| | | | Approved by: mentors (implicit)
* - Update to 1.16wen2018-07-262-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/CGI-Simple
* Update to 2.0.10krion2018-07-252-4/+4
|
* Upgrade from 1.15.1 to 1.15.2.osa2018-07-252-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the $ssl_preread_protocol variable in the ngx_stream_ssl_preread_module. *) Feature: now when using the "reset_timedout_connection" directive nginx will reset connections being closed with the 444 code. *) Change: a logging level of the "http request", "https proxy request", "unsupported protocol", and "version too low" SSL errors has been lowered from "crit" to "info". *) Bugfix: DNS requests were not resent if initial sending of a request failed. *) Bugfix: the "reuseport" parameter of the "listen" directive was ignored if the number of worker processes was specified after the "listen" directive. *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to switch off "ssl_prefer_server_ciphers" in a virtual server if it was switched on in the default server. *) Bugfix: SSL session reuse with upstream servers did not work with the TLS 1.3 protocol. </ChangeLog>
* Fix package list.osa2018-07-252-1/+1
| | | | Bump PORTREVISION.
* Put the git dependency in the right place. Now chromedriver needs git ↵cpm2018-07-251-2/+2
| | | | | | | | | dependency at build time. Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package. Reported by: Claude Buisson <clbuisson@orange.fr> MFH: 2018Q3 (blanket)
* Update to 4.1.4 release.ale2018-07-242-13/+5
|
* Update to 4.5.6 release.ale2018-07-242-15/+5
|
* Update to 4.4.10 release.ale2018-07-242-4/+4
|
* Update to 0.9.9 release.ale2018-07-242-4/+4
|
* PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionstz2018-07-246-0/+12
| | | | | | | | | This enables "make test" in every extension and eases the test of changes to PHP. I did ignore PHP 7.0 intentionally since it only receives security updates and will EOL at the end of the year. Therefore no great amount of work is expected for 7.0.
* www/py-flexget: update to 2.14.9jbeich2018-07-242-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.7...2.14.9
* www/pecl-http: Update version 3.1.0=>3.2.0bofh2018-07-242-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=pecl_http
* www/seamonkey: regen distfile (nop after r474292)jbeich2018-07-242-76/+3
| | | | Changes: https://hg.mozilla.org/releases/comm-esr52/rev/8a9f075930d3
* Add devel/py-futures to RUN_DEPENDS when python is older than 3.2gblach2018-07-241-0/+4
| | | | | PR: 229984 Submitted by: jrm
* Upgrade to version 1.2.se2018-07-243-26/+37
| | | | Approved by: antoine (implicit)
* - Update to 1.4.5tota2018-07-232-4/+4
|
* - Update to 2.1.8wen2018-07-233-16/+4
| | | | - Remove the lines about apache-2.2 from pkg-message
* Update to 1.281ehaupt2018-07-233-4/+5
|
* www/chromium: update to 67.0.3396.87cpm2018-07-22165-1329/+2112
| | | | | | | | | | | Changelog: https://chromium.googlesource.com/chromium/src/+log/65.0.3325.181..67.0.3396.87?pretty=fuller&n=10000 MFH: 2018Q3 Security: https://vuxml.freebsd.org/freebsd/36ff7a74-47b1-11e8-a7d6-54e1ad544088.html Security: https://vuxml.freebsd.org/freebsd/006bee4e-4c49-11e8-9c32-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/e457978b-5484-11e8-9b85-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/427b0f58-644c-11e8-9e1b-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/4cb49a23-6c89-11e8-8b33-e8e0b747a45a.html
* Update third-party-module:joneum2018-07-223-17/+17
| | | | | | | | - ngx-fancyindex to 0.4.3 - lua-nginx-module to 0.10.13 - ModSecurity-nginx to e4df1aa - naxsi to 0.56 - njs to e6fed58
* www/qt5-webengine: Add sndio supporttobik2018-07-2213-8/+936
| | | | | | | | | | While here fix ALSA and PULSEAUDIO options - With alsa-lib installed in the build environment ALSA=off did not previously disable ALSA support - PulseAudio support was always disabled regardless of option state Approved by: kde (tcberner) Differential Revision: https://reviews.freebsd.org/D16383
* www/node: Update 10.6.0 -> 10.7.0bhughes2018-07-222-4/+4
| | | | | | https://nodejs.org/en/blog/release/v10.7.0/ Sponsored by: Miles AS
* - Update to 1.012wen2018-07-203-4/+6
| | | | Changes: https://metacpan.org/changes/distribution/App-Nopaste
* - Update to 0.13wen2018-07-202-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/WWW-Mechanize-GZip
* www/apache24: Update to 2.4.34joneum2018-07-206-31/+30
| | | | | | | | | | | | | | | | - fixes vulns in mod_http2 and mod_md - include SSL_* options in alphabetic ordering - Remove unneeded SSL_CFLAGS and _LDFLAGS - Remove WITH_HTTP_PORT and WITH_SSL_PORT - Remove trailing whitespace - Fix build with HTTP2 but without SSL [1] PR: 229802, 227944 [1] With hat: apache Approved by: brnrd (apache) MFH: 2018Q3 Security: 8b1a50ab-8a8e-11e8-add2-b499baebfeaf Differential Revision: https://reviews.freebsd.org/D16294
* www/gohugo: Update to 0.44joneum2018-07-202-10/+64
| | | | | | | Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.44 PR: 229847 Submitted by: ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer)
* www/piwigo: update to 2.9.4www/piwigo: update to 2.9.4joneum2018-07-203-4/+22
| | | | | | | | | | | | Changelog: - security fixes, - bug fixes, - compatibility with PHP 7.2 (also no longer compatible with PHP 5.2) and - language updates PR: 229843 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2018Q3
* Update KDE Frameworks to 5.48.0tcberner2018-07-205-13/+12
| | | | | Exp-run by: antoine PR: 229769
* Update third-party-module:joneum2018-07-206-72/+23
| | | | | | | | - echo-nginx-module to c65f5c6 - fastdfs-nginx-module to 8796a7d - nginx-http-auth-digest to cd86418 -remove needless patch
* www/h2o-devel: copy of port www/h2o following upstream betasdch2018-07-197-0/+377
| | | | | Approved by: jrm Differential Revision: https://reviews.freebsd.org/D16310
* - Update to 1.4.1gblach2018-07-192-7/+15
| | | | | | | | - Add LICENSE and LICENSE_FILE - Add do-test PR: 229870 Approved by: lichray <at> gmail <dot> com (maintainer)
* Gitlab 11.0.4 security update, please see here for more details:mfechner2018-07-192-6/+5
| | | | | | | | | | https://about.gitlab.com/2018/07/17/critical-security-release-gitlab-11-dot-0-dot-4-released/ Reviewed by: swills (mentor) Approved by: swills (mentor) MFH: 2018Q3 Security: 8fc615cc-8a66-11e8-8c75-d8cb8abf62dd Differential Revision: https://reviews.freebsd.org/D16318
* www/palemoon: Update to 27.9.4tobik2018-07-192-5/+4
| | | | | | | Changes: http://www.palemoon.org/releasenotes.shtml PR: 229879 Submitted by: tobik Approved by: lichray@gmail.com (maintainer)
* Takejoneum2018-07-191-1/+1
|
* www/py-flexget: update to 2.14.7jbeich2018-07-192-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.6...2.14.7
* Reset maintainership of the ports maintained by alexey@renatasystems.orgyuri2018-07-191-1/+1
| | | | | | | | | | | | Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp Also, looking at the subversion log, there were timeouts on: * bug#224169 r465659 | ygy | 2018-03-26 19:51:12 * bug#224768 r459066 | swills | 2018-01-15 07:16:28 * bug#224755 r459058 | swills | 2018-01-15 06:55:08 The last approval from alexey@renatasystems.org was over a year ago: bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
* Made it possible to use another PREFIX for gitlab-ce.mfechner2018-07-196-21/+27
| | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16266
* www/py-django-extensions: update to 2.1.0swills2018-07-192-5/+5
| | | | | PR: 229868 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
* www/rt44: update to v4.4.3swills2018-07-194-11/+12
| | | | | PR: 229828 Submitted by: mikael.urankar@gmail.com (maintainer)
* Update roda to 3.10.0adamw2018-07-192-4/+4
|
* www/glpi: update to 9.2.1swills2018-07-184-470/+448
| | | | | | | PR: 224364 Submitted by: leeb@ratnaling.org Reported by: dasti <stievenard.david@gmail.com> Approved by: maintainer timeout (mathias@monnerville.com, > 6 months)
* Unbreak build with openssl-devel.lev2018-07-181-7/+2
| | | | | PR: 229862 Reported by: meta@FreeBSD.org
* Update to 5.1gblach2018-07-182-4/+4
|
* Update third-party-module:joneum2018-07-185-32/+13
| | | | | | | - modsecurity from 2.9.1 to 2.9.2 - remove needless patch Update LOCAL Mastersite