aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with llvm40Martin Wilke2017-04-261-0/+1
| | | | | | | Submitted by: Franco Fichtner Notes: svn path=/head/; revision=439440
* - Remove clang36 supportMartin Wilke2017-04-261-6/+1
| | | | Notes: svn path=/head/; revision=439439
* Drop the GH_TAGNAME so the actualy release that we want is downloaded.Koop Mast2017-04-263-1077/+1122
| | | | | | | | | | Now the --with-gnome line is no longer needed. Submitted by: jbeich@ Pointy hat to: kwm@ (for not checking closer) Notes: svn path=/head/; revision=439438
* devel/catch: update to 1.9.3Pietro Cerutti2017-04-262-5/+5
| | | | | | | Release notes: https://github.com/philsquared/Catch/releases Notes: svn path=/head/; revision=439437
* Add a port of AlmostTI, simple emulator for Z80-based series of TexasAlexey Dokuchaev2017-04-2610-0/+233
| | | | | | | | | | | | | | | | Instruments calculators, written by Marat Fayzullin and modified for better Unix support by Doug Melton. Our local modifications offer better keyboard mappings out of the box, making it suitable as desktop calculator when you need something more advanced than dc(1), bc(1), or your favorite language's REPL. WWW: http://fms.komkon.org/ATI85/ TIMESTAMP (AlmostTI13-Unix-DougMelton-051409.tar.gz) = 1261815086 Notes: svn path=/head/; revision=439436
* - Update WWWDmitry Marakasov2017-04-262-2/+3
| | | | | | | | | | - Add LICENSE - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=439435
* Add LDFLAGS to fix build failures when archivers/lzmalib is installed.Jimmy Olgeni2017-04-261-0/+1
| | | | | | | Submitted by: Walter Schwarzenfeld Notes: svn path=/head/; revision=439434
* Update net-im/py-fbmq to version 2.0.2.Jimmy Olgeni2017-04-262-4/+4
| | | | Notes: svn path=/head/; revision=439433
* net-mgmt/cacti: update 1.0.4 -> 1.1.4Kurt Jaeger2017-04-264-19/+88
| | | | | | | | | PR: 217707 Changes: http://www.cacti.net/changelog.php Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Notes: svn path=/head/; revision=439432
* Fix pkg-descrVanilla I. Shu2017-04-261-2/+2
| | | | | | | Submitted by: Alexander Kabaev <kabaev@gmail.com> Notes: svn path=/head/; revision=439431
* multimedia/mpc-qt: update to 0.0.0.s20170422Jan Beich2017-04-262-7/+6
| | | | | | | | | | | | | And pacify stage-qa warning that appeared after r436603 Error: /usr/local/bin/mpc-qt is linked to /usr/local/lib/qt5/libQt5DBus.so.5 from devel/qt5-dbus butit is not declared as a dependency Warning: you need USE_QT5+=dbus Changes: https://github.com/cmdrkotori/mpc-qt/compare/76fd545...508ddd0 MFH: 2017Q2 Notes: svn path=/head/; revision=439430
* print/harfbuzz: update to 1.4.6Jan Beich2017-04-262-6/+5
| | | | | | | | | Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.6 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2017Q2 Notes: svn path=/head/; revision=439429
* Add devel/grpc.Vanilla I. Shu2017-04-267-0/+358
| | | | Notes: svn path=/head/; revision=439428
* Add py-grpcio.Vanilla I. Shu2017-04-266-0/+142
| | | | Notes: svn path=/head/; revision=439427
* dns/opendnssec13: Pull in textproc/gnugrep for a proper grep(1) with GNU ↵Larry Rosenman2017-04-261-1/+3
| | | | | | | | | | | | extensions PR: 218616 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: <jaap@NLnetLabs.nl> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10503 Notes: svn path=/head/; revision=439426
* games/fairymax: Improve regex conformanceLarry Rosenman2017-04-261-3/+4
| | | | | | | | | | PR: 218606 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: Kalten <kalten@gmx.at> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10502 Notes: svn path=/head/; revision=439425
* mail/libcmime: Improve regex conformanceLarry Rosenman2017-04-261-2/+2
| | | | | | | | | | PR: 218601 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: Axel Steiner <ast@treibsand.com> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10500 Notes: svn path=/head/; revision=439424
* devel/psptoolchain-newlib: Improve regex conformanceLarry Rosenman2017-04-261-1/+1
| | | | | | | | | | PR: 218604 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10501 Notes: svn path=/head/; revision=439423
* Upgrade from 1.12.0 to latest "mainline" 1.13.0.Sergey A. Osokin2017-04-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: SSL renegotiation is now allowed on backend connections. *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directives of the mail proxy and stream modules. *) Feature: the "return" and "error_page" directives can now be used to return 308 redirections. Thanks to Simon Leblanc. *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive. *) Feature: when logging signals nginx now logs PID of the process which sent the signal. *) Bugfix: in memory allocation error handling. *) Bugfix: if a server in the stream module listened on a wildcard address, the source address of a response UDP datagram could differ from the original datagram destination address. </ChangeLog> Notes: svn path=/head/; revision=439422
* Upgrade from 1.10.3 to 1.12.0.Sergey A. Osokin2017-04-2519-529/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: http://nginx.org/en/CHANGES-1.12 Remove IPV6 knob, IPv6 now compiled-in automatically if support is found. Also, remove third-party modules: o) udplog o) statsd Enable third_party mod_zip module back by changing upstream. Upgrade third-party modules: o) lua to 0.10.8 o) upstream_fair to b5be36f (upstream has been changed) o) upload to 72ec037 (upstream has been changed). o) http_auth_krb5 to 0c6ff3f. o) party njs to 0.1.10. Please see this comment in case of the production use of the lua module: https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002 Patches obtained from: o) https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3 o) https://github.com/SpiderLabs/ModSecurity/pull/1373/commits/d19df159043106a4d6dfd113696900b5b0dae24b Notes: svn path=/head/; revision=439421
* Fix USE_GITHUB usage.Mathieu Arnold2017-04-252-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=439420
* net-mgmt/rancid3: Update filtering of vtp_debug.log to only affect Nexus devicesMark Felder2017-04-253-3/+15
| | | | Notes: svn path=/head/; revision=439419
* net-mgmt/rancid3: Update patch to filter out both vtp_debug.log and ↵Mark Felder2017-04-252-2/+2
| | | | | | | vtp_debug_old.log Notes: svn path=/head/; revision=439418
* Upgrade to 1.5.32.Thierry Thomas2017-04-253-88/+169
| | | | | | | | Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.32>. Notes: svn path=/head/; revision=439417
* update deskutils/fet to 5.31.5Nikolai Lifanov2017-04-252-4/+4
| | | | | | | | | | | | | | Changes (from http://lalescu.ro/liviu/fet/news.html ): - Speed improvement in the precomputation if using many rooms and many buildings - Bug fix in the printout of the subjects' timetables - Rare crash bugs fixed - Updated arabic translation PR: 218787 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=439416
* Add perceptualdiff, a program that compares two images using a perceptuallyMaxim Sobolev2017-04-254-0/+30
| | | | | | | | | based image metric. We find it pretty useful for automated installation media testing. Notes: svn path=/head/; revision=439415
* Update to 1.12.1.Thierry Thomas2017-04-252-4/+4
| | | | | | | | Changelog at <https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.12.1> Notes: svn path=/head/; revision=439414
* devel/tcllib: Fix checkum issueBernard Spil2017-04-251-1/+2
| | | | | | | | | | - Upstream re-rolled tarball 2017-02-04 PR: 218854 Approved by: gahr (tcltk hat) Notes: svn path=/head/; revision=439413
* irc/weechat: Security update to 1.7.1Bernard Spil2017-04-252-4/+4
| | | | | | | | | | | | - Security update to 1.7.1 PR: 218855 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Security: 81433129-2916-11e7-ad3e-00e04c1ea73d Security: CVE-2017-8073 Notes: svn path=/head/; revision=439412
* - Switch to USES=tarDmitry Marakasov2017-04-251-4/+7
| | | | | | | | - Fix shebangs - Add NO_ARCH Notes: svn path=/head/; revision=439411
* - After the recent update from gtk30 3.18.8_4 to gtk30 3.22.12Martin Wilke2017-04-251-0/+1
| | | | | | | | | | | | | xfce4-terminal would no longer observe its Default size settings, only launching to its minimum size in the center of the desktop. Recompiling solved the issue - Bump PORTREVISION Reported by: Robert Burmeister Notes: svn path=/head/; revision=439410
* - Fix plistMartin Wilke2017-04-252-0/+3
| | | | | | | - BUMP PORTREV Notes: svn path=/head/; revision=439409
* Apparently, Google is not only archiving the distfiles, but projects'Alexey Dokuchaev2017-04-252-1/+3
| | | | | | | landing pages as well, thus redirect WWW: lines in pkg-descr to them. Notes: svn path=/head/; revision=439408
* devel/py-ruamel.yaml: Update to 0.14.5Mark Felder2017-04-253-79/+8
| | | | | | | | | - Change to autoplist PR: 218576 Notes: svn path=/head/; revision=439407
* mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensionsMark Felder2017-04-252-2/+2
| | | | | | | | | This is in preparation for BSD grep, PR 218385 PR: 218613 Notes: svn path=/head/; revision=439405
* net-mgmt/percona-monitoring-plugins: Improve FreeBSD compatibilityMark Felder2017-04-251-2/+9
| | | | | | | | | | | | | - Properly declare wget as a dependency - Give full path to wget binary - Scripts that can take config files should source from LOCALBASE/etc, not /etc PR: 218611 Approved by: maintainer timeout Notes: svn path=/head/; revision=439404
* Varstack is a system that allows you to stack of layer a set ofMathieu Arnold2017-04-254-0/+29
| | | | | | | | | | configuration variables and let definitions in the higher more specific levels of the stack override/extend the broader one in the lower levels. Sponsored by: Absolight Notes: svn path=/head/; revision=439403
* Update to 3.5.11.Tijl Coosemans2017-04-253-8/+16
| | | | Notes: svn path=/head/; revision=439402
* Update to 2.2.10.0Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/doabit/semantic-ui-sass/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=439401
* Update to 1.6.2Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/nov/rack-oauth2/commits/master Notes: svn path=/head/; revision=439400
* Remove unnecessary gemspec patchSunpoet Po-Chuan Hsieh2017-04-252-11/+1
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=439399
* Update to 0.6.2Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/WinRb/rubyntlm/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=439398
* Update to 1.60.1Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=439397
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/pkg-config/blob/master/NEWS Notes: svn path=/head/; revision=439396
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/jasmine/jasmine/releases Notes: svn path=/head/; revision=439395
* Update to 5.5.0Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=439394
* Update to 0.10.1Sunpoet Po-Chuan Hsieh2017-04-252-6/+7
| | | | | | | Changes: https://github.com/theforeman/hammer-cli-foreman/releases Notes: svn path=/head/; revision=439393
* Update to 0.10.1Sunpoet Po-Chuan Hsieh2017-04-252-5/+5
| | | | | | | Changes: https://github.com/theforeman/hammer-cli/releases Notes: svn path=/head/; revision=439392
* Update to 0.2.0Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/Apipie/apipie-bindings/releases Notes: svn path=/head/; revision=439391
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-04-251-1/+2
| | | | | | | - Sort USES Notes: svn path=/head/; revision=439390