aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.2.1Florian Smeets2018-01-073-4/+34
| | | | | PR: 224550 Approved by: maintainer timeout
* Update Qt5 ports to 5.9.3.Raphael Kubo da Costa2018-01-07444-1126/+9442
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849
* Fix Gemfile for rubygem-fog-core 2.0.0 updateSunpoet Po-Chuan Hsieh2018-01-062-3/+5
| | | | - Bump PORTREVISION for package change
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2018-01-062-4/+4
| | | | Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
* www/py-flexget: update to 2.11.20Jan Beich2018-01-062-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.11.18...2.11.20
* Upgrade from 0.2 to 0.3.Sergey A. Osokin2018-01-063-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: the Go package name changed to "nginx/unit". *) Change: in the "limits.timeout" application option: application start time and time in queue now are not accounted. *) Feature: the "limits.requests" application option. *) Feature: application request processing latency optimization. *) Feature: HTTP keep-alive connections support. *) Feature: the "home" Python virtual environment configuration option. *) Feature: Python atexit hook support. *) Feature: various Go package improvements. *) Bugfix: various crashes fixed. </ChangeLog>
* Upgrade from 1.13.7 to 1.13.8.Sergey A. Osokin2018-01-063-41/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While I'm here remove needless patch. <ChangeLog> *) Feature: now nginx automatically preserves the CAP_NET_RAW capability in worker processes when using the "transparent" parameter of the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. *) Feature: improved CPU cache line size detection. Thanks to Debayan Ghosh. *) Feature: new directives in vim syntax highlighting scripts. Thanks to Gena Makhomed. *) Bugfix: binary upgrade refused to work if nginx was re-parented to a process with PID different from 1 after its parent process has finished. *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests with bodies. *) Bugfix: in the "proxy_limit_rate" directive when used with the "keepalive" directive. *) Bugfix: some parts of a response might be buffered when using "proxy_buffering off" if the client connection used SSL. Thanks to Patryk Lesiewicz. *) Bugfix: in the "proxy_cache_background_update" directive. *) Bugfix: it was not possible to start a parameter with a variable in the "${name}" form with the name in curly brackets without enclosing the parameter into single or double quotes. </ChangeLog>
* www/links: Update to 2.14Tobias Kortkamp2018-01-063-21/+23
| | | | | | | | | | | While here: - Remove redundant option descriptions - Add LICENSE_FILE Changes: http://links.twibright.com/download/ChangeLog PR: 224938 Submitted by: portmaster@BSDforge.com (maintainer)
* www/waterfox: update to 56.0.2Jan Beich2018-01-065-19/+296
| | | | | | | - Apply one more FF58 fix Changes: https://github.com/MrAlex94/Waterfox/compare/8f77aec80334...56.0.2 Reported by: Stari Karp (as broken fetch due to moving HEAD commit)
* www/rubygem-rdf: update to 3.0.1Steve Wills2018-01-052-5/+5
|
* www/waterfox: update to 56.0.1.s20180105Jan Beich2018-01-052-5/+5
| | | | | Changes: https://github.com/MrAlex94/Waterfox/compare/7da45c952fc0...8f77aec80334 Security: Spectre
* www/gitlab: fix Gemfile for updated dependenciesSteve Wills2018-01-052-9/+17
| | | | | PR: 224932 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
* www/firefox{,-18n}: update to 57.0.4Christoph Moench-Tegeder2018-01-054-196/+196
| | | | | | | | | containing "Spectre" workaround https://www.mozilla.org/en-US/firefox/57.0.4/releasenotes/ PR: 224933 Approved by: jbeich (gecko) MFH: 2018Q1
* * Updated to 0.32.2Richard Gallamore2018-01-052-92/+104
| | | | | | | | | * Updated dependencies Changes: https://github.com/spf13/hugo/releases/tag/v0.32.2 PR: 224915 Submitted by: ben.lavery@hash^.com (maintainer)
* Don't set USE_* after bsd.port.pre.mkLev A. Serebryakov2018-01-051-2/+2
| | | | | PR: 224797 Submitted by: brnrd (with hat apache@)
* Update to 2.0.2Sunpoet Po-Chuan Hsieh2018-01-052-7/+4
| | | | Changes: https://github.com/tootsuite/ostatus2/commits/master
* Convert to options target helperSunpoet Po-Chuan Hsieh2018-01-052-3/+3
| | | | | - Use PATCHDIR instead of FILESDIR for patch file - Rename patch file
* * Updated to 1.2.15Richard Gallamore2018-01-055-59/+35
| | | | | | | | | * Uses system oniguruma when REGEX option is enabled, default on Reviewed by: mat MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/b396cf6c-62e6-11e7-9def-b499baebfeaf.html Differential Revision: https://reviews.freebsd.org/D13742
* www/mod_md-devel: Update to 1.1.7Bernard Spil2018-01-042-4/+4
|
* www/nginx: Update 3rd party http_authdigest_moduleJochen Neumeister2018-01-042-5/+5
| | | | | | | | | | | Changelog: Fix bug with none-quoted last parameter When the last parameter to the Authorization header isn't quoted the state machine never reaches sw_param_end. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13739
* www/py-django-netfields: Use PY_IPADDRESS for conditional dependencyJoseph Mingrone2018-01-041-10/+5
| | | | | Reported by: mat Differential Revision: https://reviews.freebsd.org/D3804
* Update Mojolicious to 7.60Adam Weinberger2018-01-042-4/+4
| | | | | | | | | | | | | | - Deprecated use of Mojo::Promise::all and Mojo::Promise::race as instance methods. - Improved all and race methods in Mojo::Promise to be able to handle arbitrary then-ables. - Improved number detection in Mojo::JSON with a workaround for an upcoming breaking change in Perl 5.28. (haarg) - Improved HTML Living Standard compliance of Mojo::DOM::HTML. - Fixed a bug in Mojo::Base that prevented composition of multiple roles. (aferreira, batman) - Fixed a bug in Mojolicious::Static where text files from DATA sections would not be UTF-8 encoded. (Grinnz)
* Update to 3.2.0Sunpoet Po-Chuan Hsieh2018-01-042-4/+4
| | | | Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
* Update to 3.7.0Sunpoet Po-Chuan Hsieh2018-01-042-6/+7
| | | | Changes: https://github.com/jekyll/jekyll/blob/master/History.markdown
* Update to 0.3.2Sunpoet Po-Chuan Hsieh2018-01-042-3/+4
| | | | Changes: https://github.com/igrigorik/em-socksify/commits/master
* Update to 1.2.2Sunpoet Po-Chuan Hsieh2018-01-042-4/+4
| | | | Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
* Update to 0.101Sunpoet Po-Chuan Hsieh2018-01-042-4/+4
| | | | Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes
* Update to 0.1.5Sunpoet Po-Chuan Hsieh2018-01-042-4/+4
| | | | | Changes: https://github.com/abenari/rbovirt/releases https://github.com/abenari/rbovirt/commits/master
* Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31Sunpoet Po-Chuan Hsieh2018-01-041-0/+3
|
* Fix LICENSESunpoet Po-Chuan Hsieh2018-01-041-1/+2
| | | | - Add LICENSE_FILE
* New port, www/py-django-netfieldsJoseph Mingrone2018-01-034-0/+37
| | | | | | | | WWW: https://github.com/jimfunk/django-postgresql-netfields Submitted by: alfred (maintainer) Reviewed by: miwi koobs Differential Revision: https://reviews.freebsd.org/D3804
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-031-0/+1
| | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine
* Update to 0.9.0Carlo Strub2018-01-032-5/+5
|
* Update to 0.4.2Carlo Strub2018-01-032-4/+4
|
* Update to 0.4.2Carlo Strub2018-01-032-4/+4
|
* Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.Raphael Kubo da Costa2018-01-032-2/+0
| | | | | | | | | | | | | Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been removed. This is also a requirement for updating the Qt5 ports, as the PyQt5 version currently in the tree has license conflicts with later Qt versions. Big thanks to tcberner for doing most of the work here, and antoine for the exp-run. PR: 224739
* www/rubygem-savon: update to 2.11.2Steve Wills2018-01-032-4/+4
| | | | | PR: 224787 Approved by: joe@thrallingpenguin.com (maintainer)
* www/redmine-ldap_sync: Update to 2.1.0Mark Felder2018-01-032-4/+4
|
* www/redmine-ldap_sync: Update to 2.0.8Mark Felder2018-01-022-4/+4
|
* www/gitlab: remove spurious newlineSteve Wills2018-01-021-1/+0
| | | | | Reported by: sunpoet Pointyhat to: swills
* Change RUN_DEPENDS from rubygem-redis and rubygem-jwt to rubygem-redis3 and ↵Sunpoet Po-Chuan Hsieh2018-01-021-3/+3
| | | | | | rubygem-jwt1 - Bump PORTREVISION for dependency change
* Update to 0.14.1Sunpoet Po-Chuan Hsieh2018-01-022-4/+4
| | | | | Changes: https://github.com/pallets/werkzeug/releases https://github.com/pallets/werkzeug/blob/master/CHANGES.rst
* Update to 2.0.1Sunpoet Po-Chuan Hsieh2018-01-022-5/+4
| | | | Changes: https://docs.djangoproject.com/en/2.0/releases/2.0.1/
* Update to 1.11.9Sunpoet Po-Chuan Hsieh2018-01-022-5/+4
| | | | Changes: https://docs.djangoproject.com/en/1.11/releases/1.11.9/
* Update to 1.11.9 to match www/py-django111Sunpoet Po-Chuan Hsieh2018-01-021-1/+1
|
* Update to 2.1.0Sunpoet Po-Chuan Hsieh2018-01-022-4/+4
| | | | Changes: https://github.com/jwt/ruby-jwt/releases
* Add rubygem-jwt1 1.5.6 (copied from rubygem-jwt)Sunpoet Po-Chuan Hsieh2018-01-024-0/+31
| | | | - Add PORTSCOUT
* Remove www/rubygem-jwt2Sunpoet Po-Chuan Hsieh2018-01-024-30/+0
|
* www/rubygem-toml-rb: update to 1.1.1Steve Wills2018-01-022-4/+4
| | | | | PR: 224788 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
* www/gitlab: fix Gemfile for updated dependenciesSteve Wills2018-01-022-7/+14
| | | | | PR: 224836 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
* New port, www/rubygem-jwt2 copied from www/rubygem-jwtJoseph Mingrone2018-01-024-0/+30
| | | | This fixes a build issue with security/rubygem-webpush.
* Fix up Makefiles for ports that used to fetch from www.sourcefiles.org.Mark Linimon2018-01-021-3/+1
| | | | | | | | | It is gone. While here, chase other mastersites, pet portlint, and set DEPRECATED for ports that do not fetch from alternative sites. Note: most of these ports are ancient and unmaintained.
* Add NO_ARCHSunpoet Po-Chuan Hsieh2018-01-021-0/+1
| | | | Approved by: portmgr (blanket)
* Update to 0.14Sunpoet Po-Chuan Hsieh2018-01-022-4/+4
| | | | | Changes: https://github.com/pallets/werkzeug/releases https://github.com/pallets/werkzeug/blob/master/CHANGES.rst
* Move to newer DjangoSunpoet Po-Chuan Hsieh2018-01-021-3/+2
| | | | | | | | | - Remove CONFLICTS_INSTALL - Bump PORTREVISION for dependency change PR: 224724 Submitted by: sunpoet (myself) Approved by: rene (maintainer)
* Move to newer DjangoSunpoet Po-Chuan Hsieh2018-01-021-3/+3
| | | | | | | | - Bump PORTREVISION for dependency change PR: 224723 Submitted by: sunpoet (myself) Approved by: rene (maintainer)
* Update to 38.2.5Sunpoet Po-Chuan Hsieh2018-01-021-0/+11
| | | | | | Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst PR: 224676 Exp-run by: antoine
* Update to 2.7.4Sunpoet Po-Chuan Hsieh2018-01-021-1/+1
| | | | | | Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 224677 Exp-run by: antoine
* www/py-flexget: update to 2.11.18Jan Beich2018-01-012-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.11.16...2.11.18
* www/mod_md-devel: Update to 1.1.6Bernard Spil2018-01-012-7/+6
| | | | - and some clean-up
* Extend EXPIRATION_DATE to 2018-01-31Sunpoet Po-Chuan Hsieh2018-01-011-1/+1
|
* Remove expired www/npm3Sunpoet Po-Chuan Hsieh2018-01-017-3857/+0
|
* Remove expired www/npm2Sunpoet Po-Chuan Hsieh2018-01-017-2691/+0
|
* www/rtv: Update to 1.21.0Danilo G. Baio2017-12-312-6/+7
| | | | | | - Fix order of variables in Makefile. Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.21.0
* www/otrs: Update to 5.0.26, Fixes multiple security vulnerabilitiesDanilo G. Baio2017-12-313-4/+7
| | | | | | | | | | | | Changes: https://www.otrs.com/release-notes-otrs-5s-patch-level-24/ https://www.otrs.com/release-notes-otrs-5s-patch-level-25/ https://www.otrs.com/release-notes-otrs-5s-patch-level-26/ PR: 224729 Submitted by: Vidar Karlsen <vidar@karlsen.tech> Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) MFH: 2017Q4 Security: cebd05d6-ed7b-11e7-95f2-005056925db4
* Update www/otter-browser to latest released version.Adriaan de Groot2017-12-314-28/+27
| | | | | | | | | | | | | | See https://github.com/OtterBrowser/otter-browser/releases/tag/v0.9.93 , only minor changes since last month's upstream release, but FreeBSD is 10 months behind on otter releases. Default options build both WebKit and WebEngine, which is possibly a bit heavy. PR: 224607 Submitted by: Dmitri Goutnik Reported by: Dmitri Goutnik Approved by: tcberner (mentor)
* Relax USES=pythonSunpoet Po-Chuan Hsieh2017-12-313-6/+26
| | | | | - Specify UTF-8 encoding for the UTF-8 character in CHANGELOG.rst - Bump PORTREVISION for package change
* New port: www/py-lesscpy: Python LESS compilerYuri Victorovich2017-12-304-0/+31
| | | | | | | PR: 224460 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13655
* Remove DJANGO110 optionSunpoet Po-Chuan Hsieh2017-12-301-3/+1
|
* Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31Sunpoet Po-Chuan Hsieh2017-12-301-0/+3
| | | | | | Extended support of Django 1.10 has expired on December 2, 2017. Reference: https://www.djangoproject.com/download/#supported-versions
* Fix WWWSunpoet Po-Chuan Hsieh2017-12-301-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWSunpoet Po-Chuan Hsieh2017-12-301-1/+1
| | | | Approved by: portmgr (blanket)
* www/py-flexget: update to 2.11.16Jan Beich2017-12-302-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.11.15...2.11.16
* www/waterfox: update to 56.0.s20171228Jan Beich2017-12-302-6/+5
| | | | Changes: https://github.com/MrAlex94/Waterfox/compare/7b7aa8b4b5d1...7da45c952fc0
* www/libmicrohttpd from 0.9.52 to 0.9.58Jochen Neumeister2017-12-304-13/+13
| | | | | | | | | | | | | | | | | switch to pkg-plist and from http to https in pkg-descr Changelog: * Better support for automatic port detection for sockets provided by MHD_OPTION_LISTEN_SOCKET option. * Documentation installation fixes. * Removed usage of 3DES mode from test-suite to avoid test failures on modern platforms. * Minor compiler warning fix. PR: 224535 Reported by: Greg Fitzgerald <gregf@hugops.pw) Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13676
* Revert r457271, version 3.7.7 is not compatible with django 1.8Antoine Brodin2017-12-302-4/+5
| | | | With hat: portmgr
* Update to 2.0.2Sunpoet Po-Chuan Hsieh2017-12-302-5/+5
| | | | | | | | | - Pass maintainership to ruby@ Changes: https://github.com/rest-client/rest-client/blob/master/history.md PR: 224701 Submitted by: sunpoet (myself) Approved by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
* www/joomla3: update to 3.8.3Larry Rosenman2017-12-303-343/+551
| | | | | PR: 224551 Submitted by: flo@FreeBSD.org
* - Update to 5.0.7Wen Heping2017-12-294-15/+17
| | | | | PR: 224671 Submitted by: yasu@utahime.org(maintainer)
* Simplify some USES=pythonAntoine Brodin2017-12-2915-15/+15
| | | | With hat: portmgr
* - Update to 2.6.31Danilo Egea Gondolfo2017-12-292-5/+6
| | | | | | | - Add NO_ARCH PR: 224565 Submitted by: Matthias Fechner <idefix@fechner.net>
* - Fix shebangDmitry Marakasov2017-12-291-1/+3
|
* Update to 3.9.1Sunpoet Po-Chuan Hsieh2017-12-282-4/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/soveran/cuba/blob/master/CHANGELOG
* Update geckodriver to 0.19.1Guido Falsi2017-12-282-7/+13
| | | | | | PR: 224624 Submitted by: me Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
* www/iridium: bump PORTREVISION after r457431Jan Beich2017-12-281-1/+1
| | | | | PR: 224622 Pointy hat to: jbeich
* www/chromium, www/iridium: switch to llvm50 (like r457360)Jan Beich2017-12-284-15/+15
| | | | | PR: 224622 Approved by: chromium (cpm)
* www/py-flexget: update to 2.11.15Jan Beich2017-12-282-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.11.14...2.11.15
* Update to 2.5.1Sunpoet Po-Chuan Hsieh2017-12-282-4/+4
| | | | Changes: https://github.com/abonas/kubeclient/commits/v2.x
* Update to 1.8.2Sunpoet Po-Chuan Hsieh2017-12-282-4/+4
| | | | Changes: https://github.com/tsechingho/chosen-rails/commits/master
* Update to 0.6.2Sunpoet Po-Chuan Hsieh2017-12-283-8/+8
| | | | Changes: https://github.com/Asana/ruby-asana/releases
* Remove non ascii characters.Mathieu Arnold2017-12-271-1/+1
| | | | Sponsored by: Absolight
* - Update to 2.1.7Wen Heping2017-12-272-4/+4
|
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-12-277-0/+16
|
* Update to 6.31Sunpoet Po-Chuan Hsieh2017-12-272-5/+5
| | | | Changes: http://search.cpan.org/dist/libwww/Changes
* Update to 4.8.0Sunpoet Po-Chuan Hsieh2017-12-273-4/+7
| | | | Changes: https://ckeditor.com/cke4/release-notes
* www/waterfox: apply some FF58 fixesJan Beich2017-12-2724-1/+2415
| | | | Security: a891c5b4-3d7a-4de9-9c71-eef3fd698c77
* www/firefox-esr: update to 52.5.3Jan Beich2017-12-274-190/+190
| | | | | Changes: https://www.mozilla.org/firefox/52.5.3/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/pushloghtml?startdate=2017-12-07&enddate=2017-12-27
* www/firefox: update to 57.0.3Jan Beich2017-12-274-199/+198
| | | | | Changes: https://www.mozilla.org/firefox/57.0.3/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2017-12-07&enddate=2017-12-27
* Django's fastcgi support was removed in 1.9Li-Wen Hsu2017-12-273-6/+6
| | | | | PR: 224332 Submitted by: Shane <FreeBSD@ShaneWare.Biz>
* - These ports do not need flup anymoreLi-Wen Hsu2017-12-271-1/+1
| | | | | PR: 224332 Submitted by: Shane <FreeBSD@ShaneWare.Biz>
* Chase www/py-flup -> www/py-flup6Li-Wen Hsu2017-12-273-5/+6
|
* - Change to flup6, a fork supports py3kLi-Wen Hsu2017-12-2710-31/+99
| | | | | | | - Pass maintainership to submitter PR: 224332 Submitted by: Shane <FreeBSD@ShaneWare.Biz>
* update py-websocket-client to 0.45.0Alfred Perlstein2017-12-262-4/+4
|
* Update djangorestframework-csv to 2.0.0Alfred Perlstein2017-12-262-3/+4
|
* Update django-countries to 5.0Alfred Perlstein2017-12-262-3/+4
|
* Update djangorestframework-filters to 0.10.2Alfred Perlstein2017-12-262-3/+4
|
* Update django-formtools to 2.1Alfred Perlstein2017-12-262-3/+4
|
* update django-bootstrap-form to 3.3Alfred Perlstein2017-12-262-5/+4
|
* www/py-djangorestframework: update to 3.7.7Alfred Perlstein2017-12-262-5/+5
|
* www/firefox: switch to devel/llvm50 for StyloJan Beich2017-12-262-0/+2
|
* Update to 5.4.0Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | Changes: https://bogomips.org/unicorn/NEWS.html
* - Unbreak buildDmitry Marakasov2017-12-253-3/+23
| | | | | | - Add LICENSE Approved by: portmgr blanket
* www/mod_md-devel: Update Apache mod_ssl patchBernard Spil2017-12-251-7/+2
|
* www/mod_md-devel: Bugfix update to 1.1.5Bernard Spil2017-12-252-4/+4
| | | | Changelog: https://github.com/icing/mod_md/releases/tag/v1.1.5
* www/phalcon: Update from 3.2.4 to 3.3.0Jochen Neumeister2017-12-252-6/+6
| | | | | | | | | | Changelog: https://github.com/phalcon/cphalcon/releases/tag/v3.3.0 *While here, pet portlint and switch to DISTVERSION PR: 224579 Submitted by: linpct@gmail.com (maintainer) Approved by: mentors (implicit)
* - Switch to options helpersDmitry Marakasov2017-12-256-13/+13
| | | | | - Regenerate patches - Update WWW
* Remove unused AUTOMAKE_ARGS.Tijl Coosemans2017-12-241-1/+0
|
* www/axis2: Update to 1.7.7Danilo G. Baio2017-12-243-5/+9
| | | | Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.7.html
* Remove no-op pre-configure target.Tijl Coosemans2017-12-241-3/+0
|
* Update to 0.4.1011Sunpoet Po-Chuan Hsieh2017-12-242-4/+4
| | | | | Changes: https://github.com/soimort/you-get/releases https://github.com/soimort/you-get/commits/develop
* - Update WWWDmitry Marakasov2017-12-241-1/+1
| | | | Approved by: portmgr blanket
* www/uwsgi: Fix rc.d script when using the uwsgi-py3* packagesTobias Kortkamp2017-12-242-3/+5
| | | | | | PR: 224198 Submitted by: Christian Sturm <reezer@reezer.org> Approved by: eugene@zhegan.in (maintainer timeout, 2 weeks)
* Update to 2.8.6Sunpoet Po-Chuan Hsieh2017-12-242-4/+4
| | | | Changes: https://github.com/k0kubun/hamlit/blob/master/CHANGELOG.md
* Update to 2.2.0Sunpoet Po-Chuan Hsieh2017-12-242-4/+4
| | | | Changes: https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
* Update to upstream version 8.0.2Thomas Zander2017-12-233-398/+925
| | | | | PR: 224376 Submitted by: net@arrishq.net (maintainer)
* Update CMake to 3.10.1Adriaan de Groot2017-12-231-0/+28
| | | | | | | | | | | | | | | | | | | - https://blog.kitware.com/cmake-3-10-1-available-for-download/ - flang support - changes to automoc policies - support for FreeBSD package generation with CPack Necessary fixes to other ports: - cad/openvsp make search for libxml explicit - math/scalapack force C compiler to be compatible with mpi - deskutils/kdepim4 fix incorrect sources list - www/qt5-webkit fix incorrect sources list Thanks to Antoine for the multiple exp-runs. PR: 223872 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13210
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-234-3/+4
| | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529
* New port: www/py-cheroot: Highly-optimized, pure-python HTTP serverYuri Victorovich2017-12-234-0/+31
| | | | | | | PR: 222193 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13593
* Update to 0.100Sunpoet Po-Chuan Hsieh2017-12-232-4/+4
| | | | Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes
* Update to 6.14Sunpoet Po-Chuan Hsieh2017-12-222-4/+4
| | | | Changes: http://search.cpan.org/dist/HTTP-Message/Changes
* www/py-pyocclient: Update to 0.4Tobias Kortkamp2017-12-223-6/+39
| | | | | | | | - Allow build for Python 3.x PR: 224068 Submitted by: lbdm@privacychain.ch Approved by: che@bein.link (maintainer timeout, 2 weeks)
* www/mod_md-devel: Update to 1.1.4Bernard Spil2017-12-212-4/+4
| | | | - Feature update (logging)
* - Update to 3.0.2.0Wen Heping2017-12-213-719/+1068
|
* - Update to 4.5.24Wen Heping2017-12-212-4/+4
| | | | | PR: 224411 Submitted by: douglas@douglasthrift.net(maintainer)
* * Updated to 6.2.4Richard Gallamore2017-12-214-25/+35
| | | | | Affected ports: www/py-seafdav www/py-seafobj www/seahub Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
* www/py-flexget: update to 2.11.14Jan Beich2017-12-212-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.11.8...2.11.14
* - Update selenium to 3.8.1Guido Falsi2017-12-213-5/+12
| | | | | | | - Add note to pkg-message for firefox users. PR: 224487 Submitted by: Daniel Ylitalo <daniel@blodan.se>
* Update WWWSunpoet Po-Chuan Hsieh2017-12-201-1/+1
|
* Update to 1.29.0Sunpoet Po-Chuan Hsieh2017-12-202-11/+5
| | | | | | - Remove SPDY option Changes: https://github.com/nghttp2/nghttp2/releases
* Update to 1.29.0Sunpoet Po-Chuan Hsieh2017-12-203-5/+5
| | | | Changes: https://github.com/nghttp2/nghttp2/releases
* www/mod_md-devel: Bugfix update to 1.1.2Bernard Spil2017-12-202-4/+4
|
* www/rtv: Update to 1.20.0Danilo G. Baio2017-12-202-4/+4
| | | | Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.20.0
* Update to 2.0.4Sunpoet Po-Chuan Hsieh2017-12-202-5/+4
| | | | Changes: https://github.com/redis-store/redis-rack/commits/master
* Enhance USES=uniquefiles to be more generic.Mathieu Arnold2017-12-202-4/+14
| | | | | | | | | | | | | | | | This allows to have more complex renaming schemes. Until now, it could only add a prefix or a suffix, but this was not working at all for man pages, because it would give man/man1/pyfoo.1.gz-2.7 or man/man1/pyfoo-1-2.7.gz. With this change, a man page will be correctly renamed to man/man1/pyfoo-2.7.1.gz. Unfix ports that were already handling man pages. PR: 220214 Submitted by: Fukang Chen (previous patch) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13444
* Mark more recently failing ports broken on aarch64.Mark Linimon2017-12-192-1/+5
| | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
* www/tomcat{85,-devel}Lars Engels2017-12-194-0/+14
| | | | | | | | | | | | - Add support for jsvc umask - Bump PORTREVISION jsvc support `-umask` parameter since 1.0.8, it can be useful e.g. to set to 0027 to have group-readable Catalina log files. PR: 224266, 224321 Submitted by: Lapo Luchini Approved by: maintainer
* Update to 2.3.6Olivier Cochard2017-12-192-4/+5
| | | | | | PR: 222525 Submitted by: philip Approved by: koobs (maintainer)
* Update to 8.7.9Sunpoet Po-Chuan Hsieh2017-12-192-4/+4
| | | | | | | Changes: https://typo3.org/download/release-notes/whats-new/ https://typo3.org/news/article/typo3-879-released/ PR: 224428 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
* Update to 3.8.0Sunpoet Po-Chuan Hsieh2017-12-192-4/+4
| | | | | | Changes: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES PR: 224412 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* www/rubygem-adsf: Upgrade to 1.4.0Steve Wills2017-12-192-5/+4
| | | | | PR: 224416 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* www/tomcat85: Update to 8.5.24Steve Wills2017-12-192-4/+4
| | | | | PR: 224396 Submitted by: vvd@unislabs.com (maintainer)
* www/tomcat-devel: Update to 9.0.2Steve Wills2017-12-193-4/+5
| | | | | PR: 224395 Submitted by: vvd@unislabs.com (maintainer)
* Mark broken on aarch64: some kind of problem in flag handling.Mark Linimon2017-12-181-0/+2
|
* Update to 7.59Adam Weinberger2017-12-182-4/+4
| | | | | | | | | - Moved home and ua attributes from Mojo to Mojolicious. - Changed Mojo::IOLoop::Client to only start a thread pool with Net::DNS::Native on demand. (Grinnz) - Improved subprocess method in Mojo::IOLoop to allow for easier role composition. - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)
* www/rubygem-ostatus2: Depend on security/rubygem-openssl20 instead ofJoseph Mingrone2017-12-181-2/+2
| | | | | | | security/rubygem-openssl. net-im/mastodon fails to run with new versions of the openssl gem. See also: r456565.
* Add missing IGNORE_WITH_PHP for various PHP based ports.Torsten Zuehlsdorff2017-12-1736-0/+72
| | | | | | | | | | | In preparation of changing the PHP default version from 5.6 to 7.0 i found a number of ports not building with the new version and all later versions. Therefore i set IGNORE_WITH_PHP and notice all maintainer about the change. Approved by: portmgr (blanket)
* www/node: Update 9.2.1 -> 9.3.0Bradley T. Hughes2017-12-172-4/+4
| | | | | | | https://nodejs.org/en/blog/release/v9.3.0/ Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D13495
* Update to 3.16Sunpoet Po-Chuan Hsieh2017-12-172-5/+11
| | | | Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
* www/qt5-webkit add upstream patch to fix mail/trojitaTobias C. Berner2017-12-163-1/+68
| | | | | | PR: 224215 Submitted by: tcberner Reported by: Laurent Cimon <laurent@nuxi.ca>
* - Explicitly specify PHP_VER, this fixes when default php version is not 5.6Li-Wen Hsu2017-12-161-0/+2
| | | | | Notified by: brnrd Approved by: osa (maintainer)
* www/h2o: update to 2.2.4Dave Cottlehuber2017-12-167-62/+126
| | | | | | Approved by: jrm (mentor) Sponsored by: https://iwantmyname.com/ Differential Revision: https://reviews.freebsd.org/D13077
* Update to 3.4.3Sunpoet Po-Chuan Hsieh2017-12-164-54/+116
| | | | | | - Sort PLIST Changes: https://redmine.org/projects/redmine/wiki/Changelog
* Add removed Perl core moduleSunpoet Po-Chuan Hsieh2017-12-161-2/+4
| | | | | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change PR: 224258 Reported by: Andrew Arensburger <arensb@ooblick.com>
* Update to 3.15Sunpoet Po-Chuan Hsieh2017-12-162-4/+4
| | | | Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
* Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31Sunpoet Po-Chuan Hsieh2017-12-161-0/+3
|
* Update to 5.6.0Sunpoet Po-Chuan Hsieh2017-12-164-83/+185
| | | | | Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md
* www/stagit: Add missing DOCS and EXAMPLES optionsTobias Kortkamp2017-12-161-0/+6
|
* Use @postexec keyword instead of deprecated @exec one in pkg-plist.Sergey A. Osokin2017-12-153-9/+9
| | | | | | | Bump PORTREVISION. While I'm here upgrade third-party fancyindex module to the latest version - 0.4.2.
* Provide options for SQLite, MySQL, and PostgreSQL.Dan Langille2017-12-152-8/+25
| | | | | | Make the sample configuration file a true @sample. Points to mat@ for shaming me into this. Thank you.
* Update to 0.3.3Sunpoet Po-Chuan Hsieh2017-12-152-6/+5
| | | | | Changes: https://github.com/ruby-rdf/rdf-normalize/releases https://github.com/ruby-rdf/rdf-normalize/commits/develop
* Change RUN_DEPENDS from rubygem-jekyll-watch to rubygem-jekyll-watch1Sunpoet Po-Chuan Hsieh2017-12-151-1/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 2.0.0Sunpoet Po-Chuan Hsieh2017-12-152-4/+4
| | | | Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
* Add rubygem-jekyll-watch1 1.5.1 (copied from rubygem-jekyll-watch)Sunpoet Po-Chuan Hsieh2017-12-154-0/+30
| | | | - Add PORTSCOUT
* Update KDE Frameworks to 5.41Tobias C. Berner2017-12-154-12/+12
| | | | | | | PR: 224227 Exp-run by: antoine Reviewed by: adridg, rakuco Differential Revision: https://reviews.freebsd.org/D13367
* www/node: Update 9.2.0 -> 9.2.1Bradley T. Hughes2017-12-152-4/+4
| | | | | | Approved by: mat (co-mentor) Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21 Differential Revision: https://reviews.freebsd.org/D13443
* www/node8: Update 8.9.1_1 -> 8.9.3Bradley T. Hughes2017-12-152-5/+4
| | | | | | Approved by: mat (co-mentor) Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21 Differential Revision: https://reviews.freebsd.org/D13442
* www/node6: Update 6.12.0_1 -> 6.12.2Bradley T. Hughes2017-12-152-5/+4
| | | | | | Approved by: mat (co-mentor) Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21 Differential Revision: https://reviews.freebsd.org/D13441
* www/node4: Update 4.8.6_1 -> 4.8.7Bradley T. Hughes2017-12-152-5/+4
| | | | | | Approved by: mat (co-mentor) Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21 Differential Revision: https://reviews.freebsd.org/D13438
* www/samidare: mark broken with ruby 2.4Steve Wills2017-12-151-0/+4
| | | | | While here, mark deprecated because it does not build with any current version of ruby.
* Update to 3.3.0.Adam Weinberger2017-12-152-4/+9
| | | | * Add typecast_params plugin for converting param values to explicit types (jeremyevans)
* www/ruby-aws: devel/ruby-date2: mark broken with ruby 2.4Steve Wills2017-12-151-0/+4
| | | | | While here, mark deprecated because it does not build with any current version of ruby.
* Remove duplicate PORTREVISION declarationMark Felder2017-12-151-1/+0
| | | | Reported by: wen
* www/squid-devel: update to 4.0.22Steve Wills2017-12-142-12/+13
| | | | | | | | | | While here: * add PCRE option, enabled by default * sort options * remove some comments that aren't needed PR: 224328 Submitted by: timp87@gmail.com (maintainer)
* www/mod_md-devel: Update to 1.1.1Bernard Spil2017-12-142-4/+4
| | | | Change-log: https://github.com/icing/mod_md/releases/tag/v1.1.1
* Add missing IGNORE_WITH_PHP for various pecl-ports.Torsten Zuehlsdorff2017-12-149-8/+10
| | | | | | | | | | After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
* www/php71-opcache: Fix upstream bugs causing problems with nextcloudTorsten Zuehlsdorff2017-12-142-0/+31
| | | | | | | | | | | | | | | The bug floods the error logs of not only Nextcloud, but also Magento and some other applications. While there is already a fix the next PHP Release is expected at the end of January. Therefore add the upstream patches. More details can be found here: https://bugs.php.net/bug.php?id=75570 https://bugs.php.net/bug.php?id=75608 Reported by: Troels Just <troels@troelsjust.dk> MFH: 2017Q4
* www/nginx: Update fancyindex to 0.4.2Jochen Neumeister2017-12-142-5/+5
| | | | | | | | | | | | | This release contains an important fix which can cause Nginx to crash when a directory contains zero-sized (empty) files. This bug has been present in all previous releases, and all users are strongly encouraged to update to version 0.4.2. PR: 224237 Submitted by: wosch Approved by: tz (mentor) MFH: 2017Q4 Differential Revision: https://reviews.freebsd.org/D13486
* www/nextcloud: Update to 12.0.4Bernard Spil2017-12-144-628/+1711
| | | | | | | | | - Include upstream PostgreSQL fix Changelog: https://nextcloud.com/changelog/#latest12 PR: 224142 Approved by: Loic Blot <loic.blot unix-experience fr> (maintainer)
* Mark BROKEN: fails to buildAntoine Brodin2017-12-141-0/+2
| | | | | | | | | | | | | | | | | | | ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include nettls_nettle_bindings_stubs.c + cc -O2 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O2 -pipe -fno-strict-aliasing -fPIC -c -O -g -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include -I'/usr/local/lib/ocaml' 'nettls_nettle_bindings_stubs.c' nettls_nettle_bindings_stubs.c:120:36: error: function cannot return array type 'const struct nettle_cipher *const []' const struct nettle_cipher * const nettle_ciphers[] = { ^ /usr/local/include/nettle/nettle-meta.h:75:43: note: expanded from macro 'nettle_ciphers' #define nettle_ciphers (nettle_get_ciphers()) ^ nettls_nettle_bindings_stubs.c:359:34: error: function cannot return array type 'const struct nettle_hash *const []' const struct nettle_hash * const nettle_hashes[] = { ^ /usr/local/include/nettle/nettle-meta.h:140:41: note: expanded from macro 'nettle_hashes' #define nettle_hashes (nettle_get_hashes()) ^ Reported by: pkg-fallout
* www/p5-AnyEvent-WebSocket-Client: Update to 0.44Mark Felder2017-12-142-4/+5
|
* www/waterfox: update to 56.0.s20171212Jan Beich2017-12-142-6/+6
| | | | Changes: https://github.com/MrAlex94/Waterfox/compare/a3dd3280cff5...7b7aa8b4b5d1
* Fix typo in previous commitSteve Wills2017-12-141-1/+1
| | | | Reported by: Yasuhiro KIMURA <yasu@utahime.org>
* www/p5-AnyEvent-WebSocket-Client: Add missing dependenciesMark Felder2017-12-141-1/+7
|
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-141-1/+1
|
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-141-1/+1
|
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-141-1/+1
|
* Change RUN_DEPENDS from rubygem-rainbow to rubygem-rainbow2Sunpoet Po-Chuan Hsieh2017-12-141-1/+2
| | | | - Bump PORTREVISION for dependency change
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-141-1/+1
|
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-141-1/+1
| | | | - Allow slave ports to overwrite CONFLICTS_INSTALL
* - Update to 16.2.7Jose Alonso Cardenas Marquez2017-12-142-5/+5
| | | | | | | - Add missing dependency [1] PR: 223050 [1] Reported by: erema15
* www/groupoffice: Update from 6.2.74 to 6.2.75Jochen Neumeister2017-12-142-4/+4
| | | | | | Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.2/www/CHANGELOG.TXT Approved by: mentors (implicit)
* www/squid: Enable PCRE supportSteve Wills2017-12-141-8/+11
| | | | | | PR: 223505 Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> (inspired by) Approved by: timp87@gmail.com (maintainer)
* Add Stikked, a PHP-based PastebinDan Langille2017-12-148-0/+3558
|
* - Mark DEPRECATED and set EXPIRATION_DATEWen Heping2017-12-132-0/+6
|
* - Update CONFLICTSWen Heping2017-12-134-4/+4
|
* - Repocopy mediawiki129 --> mediawiki130 and update to 1.30.0Wen Heping2017-12-135-0/+89
|
* Update to 28.0.0.126.Jung-uk Kim2017-12-133-5/+5
| | | | https://helpx.adobe.com/flash-player/release-note/fp_28_air_28_release_notes.html
* www/mod_md-devel: Update to 1.1.0Bernard Spil2017-12-133-5/+5
|
* Fixup building docs with sphinx, and cleanup.Mathieu Arnold2017-12-135-40/+15
| | | | Sponsored by: Absolight
* - Update to 8.4.3Jose Alonso Cardenas Marquez2017-12-123-6/+21
|
* Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31Sunpoet Po-Chuan Hsieh2017-12-121-0/+3
| | | | This port was revived as a dependency of gitlab but it is not required now.
* Change RUN_DEPENDS from rubygem-http to rubygem-http2Sunpoet Po-Chuan Hsieh2017-12-121-1/+2
| | | | - Bump PORTREVISION for dependency change
* Change RUN_DEPENDS from rubygem-http to rubygem-http2Sunpoet Po-Chuan Hsieh2017-12-121-1/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 2.1.3Sunpoet Po-Chuan Hsieh2017-12-122-4/+4
| | | | Changes: https://github.com/feedjira/feedjira/blob/master/CHANGELOG.md
* Update to 3.2.8Sunpoet Po-Chuan Hsieh2017-12-123-6/+5
| | | | | | - Update WWW Changes: https://redmine.org/projects/redmine/wiki/Changelog
* Add DJANGO20 optionSunpoet Po-Chuan Hsieh2017-12-121-1/+3
|
* Update to 3.0.0Sunpoet Po-Chuan Hsieh2017-12-122-5/+5
| | | | Changes: https://github.com/httprb/http/blob/master/CHANGES.md
* Update to 2.0.0Sunpoet Po-Chuan Hsieh2017-12-122-4/+4
| | | | Changes: https://github.com/httprb/form_data/blob/master/CHANGES.md
* Disable python flavorSunpoet Po-Chuan Hsieh2017-12-121-1/+1
|
* Add rubygem-http2 2.2.2 (copied from rubygem-http)Sunpoet Po-Chuan Hsieh2017-12-124-0/+39
| | | | | - Update RUN_DEPENDS - Add PORTSCOUT
* Add rubygem-http-form_data1 1.0.3 (copied from rubygem-http-form_data)Sunpoet Po-Chuan Hsieh2017-12-124-0/+29
| | | | - Add PORTSCOUT
* www/gitlab: Update from 10.1.4 to 10.1.5Torsten Zuehlsdorff2017-12-126-34/+75
| | | | | | | | | | | | | | | | Also: - remove %%RUBY_SUFFIX%% from plist (thanks to swills) - fix broken dependency to rubygem-pg in Gemfile - fix broken dependency to rubygem-mysql2 in Gemfile - Add support for reverse proxies in rc script - Fix: gitlab starts even if gitlab_enable is not set - Make default listenAddr configurable PR: 224232 222896 220126 218388 Submitted by: swills, gdinolt@pacbell.net, max@mober.at, Marián Černý <majo-bugs.freebsd.org@cerny.sk> Reviewed by: tz Approved by: maintainer Differential Revision: https://reviews.freebsd.org/D12376
* Make error description more verbose for armv6 (per armv6 regression test).Mark Linimon2017-12-121-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* * Updated to 6.2.2Richard Gallamore2017-12-124-9/+13
| | | | Affected ports: www/py-seafdav www/py-seafobj www/seahub
* * Updated to 1.5.0Richard Gallamore2017-12-122-5/+5
|
* - Those ports fail to build with python3Antoine Brodin2017-12-127-10/+10
| | | | - Add some explicit FLAVOR to dependencies where needed
* www/calendarserver: update to version 9.1Steve Wills2017-12-125-30/+45
| | | | | | PR: 221929 Submitted by: Axel.Rau@Chaos1.DE (maintainer) Reported by: Cullum Smith <cullum@c0ffee.net>
* Update devel/protobuf to 3.5.0Sunpoet Po-Chuan Hsieh2017-12-122-2/+2
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2017-12-111-1/+1
|
* www/mod_mono: Remove Apache 1.3 checkBernard Spil2017-12-111-4/+0
| | | | | | | - www/apache13 was removed in 2012 PR: 224240 Approved by: romain@, with mono@ hat
* Update to 2.5.4Sunpoet Po-Chuan Hsieh2017-12-113-5/+5
| | | | | | - Fix WWW Changes: https://github.com/turbolinks/turbolinks-classic/commits/master
* Update to 3.8.0Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | Changes: https://github.com/SeleniumHQ/selenium/releases https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
* Update to 2.0.4Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | Changes: https://github.com/vmg/rinku/commits/master
* Update to 2.0.1Sunpoet Po-Chuan Hsieh2017-12-112-5/+5
| | | | Changes: https://github.com/rack/rack-contrib/releases
* Update to 1.5.1Sunpoet Po-Chuan Hsieh2017-12-113-15/+4
| | | | Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
* Update to 0.13Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | Changes: https://github.com/pallets/werkzeug/releases https://github.com/pallets/werkzeug/blob/master/CHANGES.rst
* Update to 1.11.8 to match www/py-django111Sunpoet Po-Chuan Hsieh2017-12-111-1/+1
|
* Update to 1.11.8Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | Changes: https://docs.djangoproject.com/en/1.11/releases/1.11.8/
* Update to 1.8.3Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | Changes: https://github.com/nov/json-jwt/commits/master
* Update to 0.6.3Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | Changes: https://github.com/ncr/rack-proxy/commits/master
* Update to 6.30Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | Changes: http://search.cpan.org/dist/libwww/Changes
* Update to 0.4.995Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | Changes: https://github.com/soimort/you-get/releases https://github.com/soimort/you-get/commits/develop
* Update to 10.0.4Sunpoet Po-Chuan Hsieh2017-12-113-396/+305
| | | | | | - Convert to options target helper Changes: https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
* Update to 5.6.0Sunpoet Po-Chuan Hsieh2017-12-113-94/+1275
| | | | | Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md
* Disable SPDY option by defaultSunpoet Po-Chuan Hsieh2017-12-111-1/+2
| | | | | | | | | - Bump PORTREVISION for dependency and package change Upstrem no longer recommend to build nghttp2 with SPDY protocol support enabled. SPDY support will be removed soon. Reference: https://github.com/nghttp2/nghttp2/commit/6b286e0d94a3c9e446921312e9072d6ee94d78fb#diff-88b99bb28683bd5b7e3a204826ead112
* Mark several ports newly broken on arm.Mark Linimon2017-12-112-0/+7
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* www/mod_http2-devel: Align PKGNAME with other Apache modulesBernard Spil2017-12-112-8/+5
| | | | | - Same for mod_md-devel - While here remove no longer needed cruft
* - Adjust CONFLICTS_INSTALLWen Heping2017-12-103-3/+5
|
* - Repocopy py-django111 --> py-django20 and update to 2.0Wen Heping2017-12-104-0/+84
|
* - Update to 1.2Dmitry Marakasov2017-12-102-4/+4
|