| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=419292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
v2.2.0
- Browser::Platform#windows? can now compare versions.
- Browser::Platform#mac? can now compare versions.
- Detect QQ Browser.
- Fix issue with Mac user agents that didn't include the version.
v2.1.0
- Add PrivacyAwareBot, ltx71, Squider and Traackr to bots.
- Match Google Structured Data alternative bot.
- Match MicroMessenger (WeChat).
- Match Weibo.
- Detect Windows & Mac OS versions.
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=419251
|
|
|
|
|
|
|
|
|
|
| |
Originally the port depends on www/rubygem-rails, which we try to obsolete from
the ports-tree. The port works fine with Rails 4.
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=419250
|
|
|
|
| |
Notes:
svn path=/head/; revision=419249
|
|
|
|
|
|
|
|
|
| |
library running on top of Tornado framework.
WWW: https://pypi.python.org/pypi/sockjs-tornado
Notes:
svn path=/head/; revision=419243
|
|
|
|
| |
Notes:
svn path=/head/; revision=419240
|
|
|
|
|
|
|
|
|
| |
providing extra authentication backend.
WWW: https://pypi.python.org/pypi/django-guardian
Notes:
svn path=/head/; revision=419239
|
|
|
|
|
|
|
|
|
|
| |
- update to 1.6.8
- take up maintainership
- add dependency upon py-futures for pythons lesser 3.2
- remove stale conflicts and extend allowable python versions range
Notes:
svn path=/head/; revision=419238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Restore the patches to the setup.py file removed in r419220 [1], as
these changes have not been upstreamed and removing them breaks the
test target, which attempts to install dependencies such as tox &
nose via setuptools, and which aren't required to run tests.
[1] https://svnweb.freebsd.org/changeset/ports/419220
pointyhat: bapt
Notes:
svn path=/head/; revision=419223
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update create commands for namespaces: vm, paas, ip, disk, vlan, webacc to
handle new datacenter status:
* prevent using a closed datacenter for creation
* display a warning when using a datacenter which will be closed in the future
Update 'gandi mailbox info' command: aliases are now sorted
Fixes #178: 'gandi account info' command now display prepaid amount
Fixes #185: 'gandi domain create' command can now change nameservers
Fixes #187: 'gandi record list' command has a --limit parameter
Fixes #188: broken links in README
Fixes certificate unittest for python3
Sponsored by: Gandi.net
Notes:
svn path=/head/; revision=419220
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://docs.bestpractical.com/release-notes/rt/4.4.1
PR: 211404
Submitted by: maintainer
Notes:
svn path=/head/; revision=419199
|
|
|
|
| |
Notes:
svn path=/head/; revision=419198
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=419162
|
|
|
|
|
|
|
|
| |
I've see two failures already. The last one had vcc_if.h being included
before it was generated.
Notes:
svn path=/head/; revision=419161
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
*) Change: now the "accept_mutex" directive is turned off by default.
*) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
*) Feature: the ngx_stream_geo_module.
*) Feature: the ngx_stream_geoip_module.
*) Feature: the ngx_stream_split_clients_module.
*) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
directives in the stream module.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: in configure tests.
Thanks to Piotr Sikora.
</ChangeLog>
Notes:
svn path=/head/; revision=419159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sogo 3.1.4 (commited in revision 418789 [1]) introduced a regression
causing users to be unable to fetch mail, contacts or calendars via EAS.
This was fixed in upstream pull request #217 [2], which this commit
backports.
[1] http://svnweb.freebsd.org/changeset/ports/418789
[2] https://github.com/inverse-inc/sogo/pull/217
PR: 211237
Submitted by: Martin Waschbüsch <martin waschbuesch de>
Approved by: Euan Thoms <euan potensol com> (maintainer)
Notes:
svn path=/head/; revision=419107
|
|
|
|
| |
Notes:
svn path=/head/; revision=419072
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Invoke pkg-config(1) instead of checking manually
- Convert to ECHO_MSG which can be silenced
PR: 166279
Approved by: portmgr blanket
MFH: 2016Q3
Notes:
svn path=/head/; revision=419069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GEN DerivedSources/WebCore/XMLViewerCSS.h
GEN DerivedSources/WebCore/XMLViewerJS.h
Traceback (most recent call last):
File "./Source/JavaScriptCore/inspector/scripts/cssmin.py", line 44, in <module>
sys.stdout.write(cssminify(sys.stdin.read()))
File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 642: ordinal not in range(128)
gmake: *** [GNUmakefile:82114: DerivedSources/WebCore/XMLViewerCSS.h] Error 1
gmake: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 237, in <module>
minifier.minify()
File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 106, in minify
previous = read(1)
File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 696: ordinal not in range(128)
gmake: *** [GNUmakefile:82119: DerivedSources/WebCore/XMLViewerJS.h] Error 1
offlineasm: offset extractor DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.
PR: 197316
Submitted by: olivier@cochard.me
Approved by: maintainer timeout (1.5 years)
MFH: 2016Q3
Notes:
svn path=/head/; revision=419064
|
|
|
|
| |
Notes:
svn path=/head/; revision=419063
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=419057
|
|
|
|
|
|
|
| |
PR: 211352
Notes:
svn path=/head/; revision=419052
|
|
|
|
|
|
|
|
|
| |
PR: 211313
Submitted by: myself
Approved by: maintainer (koobs)
Notes:
svn path=/head/; revision=419051
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.2.2 - 2016-07-18
- Mitigate the HTTPoxy vulnerability: https://httpoxy.org/
1.2.1 - 2016-06-29
- Fix a missing variable error in NodeAdapter
1.2.0 - 2016-06-26
- Add client.subscribe().withChannel() to yield the message channel for wildcard subscriptions
- Restructure the JavaScript codebase around Node modules
(require/exports) rather than globals
- Update the Promise shim to reflect the standard API, including
catch() and all()
- Support connecting to servers that use SNI in the Ruby client
- Make the JavaScript client work inside React Native and Web Workers
- Remove JSON2; you should import a JSON shim yourself if necessary
- Handle errors that occur when a message is partially delivered via
EventSource
- Reject requests with invalid (non-array or -object) top-level
JSON values
- Make local client requests asynchronous to avoid re-entrant request
handling errors
- Remove Connection: Close from HTTP responses to allow use of
keep-alive
- Use XMLHttpRequest in preference to the ActiveX API in IE10
- Fix bug where flushing large message batches puts promises in an
invalid state
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=419041
|
|
|
|
|
|
|
|
| |
PR: 211287
Submitted by: Bradley T. Hughes (maintainer)
Notes:
svn path=/head/; revision=419015
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=419003
|
|
|
|
| |
Notes:
svn path=/head/; revision=418976
|
|
|
|
|
|
|
|
|
| |
- Add PHP module intl
Reported by: spil.oss@gmail.com (via email) [1]
Notes:
svn path=/head/; revision=418961
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=418912
|
|
|
|
| |
Notes:
svn path=/head/; revision=418908
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=localbase
- Update MAINTAINER address
- Remove NODELAY option, it has been integrated upstream
- Modernize Makefile
PR: 211163
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
Notes:
svn path=/head/; revision=418900
|
|
|
|
|
|
|
|
|
| |
PR: 211271
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
MFH: 2016Q3
Notes:
svn path=/head/; revision=418899
|
|
|
|
|
|
|
|
|
|
|
| |
- Unsilence INSTALL_* commands
PR: 211272
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
MFH: 2016Q3
Notes:
svn path=/head/; revision=418898
|
|
|
|
|
|
|
|
|
| |
- Fix a shell injection vulnerability
MFH: 2016Q3
Notes:
svn path=/head/; revision=418896
|
|
|
|
|
|
|
| |
- Update to latest release
Notes:
svn path=/head/; revision=418872
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
Notes:
svn path=/head/; revision=418867
|
|
|
|
| |
Notes:
svn path=/head/; revision=418866
|
|
|
|
|
|
|
|
|
| |
- regenerate patches with 'make makepatch'
ChangeLog: http://lists.bestpractical.com/pipermail/rt-announce/2016-July/000288.html
Notes:
svn path=/head/; revision=418865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 210605
Submitted by: Ilia Skalozubov <freebsd@skinc.ru>
Kallithea is a fast and powerful management tool for Mercurial and Git with a
built-in push/pull server, full text search and code-review. It works on
http/https and has a built in permission/authentication system with the ability
to authenticate via LDAP or ActiveDirectory. Kallithea also provides simple API
so it's easy to integrate with existing external systems.
Kallithea is similar in some respects to GitHub or Bitbucket, however Kallithea
can be run as standalone hosted application on your own server. It is
open-source donationware and focuses more on providing a customised,
self-administered interface for Mercurial and Git repositories. Kallithea works
on Unix-like systems and Windows, and is powered by the vcs library created by
Lukasz Balcerzak and Marcin Kuzminski to uniformly handle multiple version
control systems.
Kallithea was forked from RhodeCode in July 2014 and has been heavily modified.
http://kallithea-scm.org/
Notes:
svn path=/head/; revision=418859
|
|
|
|
|
|
|
|
|
|
| |
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=418840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Notes:
svn path=/head/; revision=418829
|
|
|
|
| |
Notes:
svn path=/head/; revision=418817
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USE_GITHUB as postman-v1.schema.json isn't included in PyPI tarball
PR: 211174
Approved by: Andrej Ebert <andrej@ebert.su> (maintainer)
Notes:
svn path=/head/; revision=418812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Code name "Doughnut", this is a major release.
- Removed Mojolicious::Plugin::Charset.
- Removed authority method from Mojo::URL.
- Removed squish method from Mojo::ByteStream.
- Removed squish function from Mojo::Util.
- Removed support for smart whitespace trimming from all_text and text methods
in Mojo::DOM.
- Updated jQuery to version 3.1.0.
- Improved Mojo::URL not to include the userinfo part when generating URLs, as
recommended by the URL Living Standard.
- Improved Mojolicious::Plugin::Config to no longer log which files have been
loaded.
- Fixed trailing slash bug in Mojo::URL.
- Fixed a few whitespace bugs in Mojo::DOM.
- Fixed attribute selector bug in Mojo::DOM::CSS. (Akron)
- Fixed a bug causing headers with zero length values to be ignored by the get
command. (jberger)
Notes:
svn path=/head/; revision=418796
|
|
|
|
|
|
|
|
|
|
| |
- While here, fix LICENSE
PR: 211210
Submitted by: fax@nohik.ee (maintainer)
Notes:
svn path=/head/; revision=418793
|
|
|
|
|
|
|
|
| |
PR: 211150
Submitted by: Euan Thoms (maintainer)
Notes:
svn path=/head/; revision=418791
|
|
|
|
|
|
|
|
| |
PR: Euan Thoms (maintainer)
Submitted by: 211121
Notes:
svn path=/head/; revision=418789
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=418785
|
|
|
|
| |
Notes:
svn path=/head/; revision=418782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=418767
|