aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update yara and py-yara to 3.6.2Antoine Brodin2017-06-296-20/+9
| | | | Notes: svn path=/head/; revision=444646
* - Fix build on CURRENT after ino64 mergeDmitry Marakasov2017-06-292-1/+15
| | | | Notes: svn path=/head/; revision=444645
* - Include pg_regress to postgresql96-client, to allow running regression ↵Dmitry Marakasov2017-06-292-1/+4
| | | | | | | | | | tests for postgresql extensions PR: 217874 Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=444644
* Update to the 20170621 snapshot of GCC 6.3.1.Gerald Pfeifer2017-06-292-8/+5
| | | | | | | | | | | No longer default to building GCJ/libgcj on any platform, that is, option JAVA no longer is the default anywhere. lang/gcc6 retains this for the time being as does lang/gcc5. And indent JAVA_USES aligned with other entries. Notes: svn path=/head/; revision=444643
* Add patches missed on last commit and fix build without pythonRenato Botelho2017-06-293-1/+29
| | | | Notes: svn path=/head/; revision=444642
* www/node: Update 8.1.2 -> 8.1.3Bradley T. Hughes2017-06-292-5/+5
| | | | | | | | | | - Pet portlint (trailing whitespace) Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D11402 Notes: svn path=/head/; revision=444641
* devel/py-asn1crypto: NEW PORT - ASN.1 library with a focus on performance ↵Bartek Rutkowski2017-06-294-0/+25
| | | | | | | | | | | | | | and a pythonic API A fast, pure Python library for parsing and serializing ASN.1 structures. WWW: https://github.com/wbond/asn1crypto PR: 220299 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Notes: svn path=/head/; revision=444640
* audio/exaile-devel: update to latest revisionRuslan Makhmatkhanov2017-06-294-24/+8
| | | | Notes: svn path=/head/; revision=444639
* Update to 1.8.1Guido Falsi2017-06-293-9/+13
| | | | | | | | PR: 220321 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Notes: svn path=/head/; revision=444638
* - Update to 4.0.3Guido Falsi2017-06-292-18/+27
| | | | | | | | | | | - Convert to options helpers - Add fixes to make OPENMPI option compile PR: 219750 Submitted by: pfg@ Notes: svn path=/head/; revision=444637
* Update to 1.6.5Guido Falsi2017-06-292-5/+4
| | | | | | | | PR: 219691 Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=444636
* Update devel/elixir-conform to version 2.3.6.Jimmy Olgeni2017-06-292-4/+4
| | | | Notes: svn path=/head/; revision=444635
* lang/py-hy: update 0.12.1 -> 0.13.0Bartek Rutkowski2017-06-292-4/+4
| | | | | | | | PR: 220314 Submitted by: David Kalliecharan <dave@dal.ca> (maintainer) Notes: svn path=/head/; revision=444634
* Update databases/elixir-timex_ecto to version 3.2.0.Jimmy Olgeni2017-06-293-4/+6
| | | | Notes: svn path=/head/; revision=444633
* - Fix LICENSEDmitry Marakasov2017-06-291-6/+7
| | | | | | | | | | - Add LICENSE_FILE - Add missing depends - Switch to USES=localbase - Switch to options helpers Notes: svn path=/head/; revision=444632
* www/gitlab: Fix broken patchTorsten Zuehlsdorff2017-06-292-5/+1
| | | | | | | | | | A duplication slipped into a patch which breaks the build. Fix it. Submitted by: Matthias Fechner <idefix@fechner.net> Reported by: Remko Lodder <remko@FreeBSD.org> Notes: svn path=/head/; revision=444631
* net-mgmt/nagios-check_ports: update 0.7.2 -> 0.7.3Bartek Rutkowski2017-06-292-4/+4
| | | | | | | | PR: 220194 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> (maintainer) Notes: svn path=/head/; revision=444630
* Update to 2.2.1.Tijl Coosemans2017-06-293-6/+5
| | | | | | | Security: CVE-2017-9233 Notes: svn path=/head/; revision=444629
* Update devel/elixir-timex to version 3.1.20.Jimmy Olgeni2017-06-292-4/+4
| | | | Notes: svn path=/head/; revision=444628
* - Update security/polarssl13 to 1.3.20.Tijl Coosemans2017-06-295-9/+9
| | | | | | | | | | - Update security/mbedtls to 2.5.1. PR: 220345 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=444627
* - Update to 0.14.1Dmitry Marakasov2017-06-292-4/+4
| | | | Notes: svn path=/head/; revision=444626
* Fix a typoAntoine Brodin2017-06-291-1/+1
| | | | Notes: svn path=/head/; revision=444624
* Fix some PKGBASE collisionsAntoine Brodin2017-06-292-0/+2
| | | | Notes: svn path=/head/; revision=444623
* devel/lfcbase: update 1.9.6 -> 1.9.7Kurt Jaeger2017-06-292-4/+4
| | | | | | | | | | - Removed include socketvar.h in Net.cc and NetHandler.cc since compile error occured for FreeBSD 12 Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=444622
* databases/cego: update 2.33.14 -> 2.33.16Kurt Jaeger2017-06-292-5/+4
| | | | | | | | | | | | | | | | | - Completion for admin help backup section, some commands were still missing Improvements for procedure indent formatting. All sugar, nothing functional - Fix in CegoAction::execute, missing break added after calling execListView - Fix in CegoQueryHelper::evalPredicate. In case of subselects, the parent join buf also has to reset after performing the subselect, otherwise invalid pointer references are still active for the next caller - Seg faults have been experienced for delete with double nested subselect conditions ( see check055 ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=444621
* games/aquaria: drop tinyxml2 5.0.0 workaround after r444478Jan Beich2017-06-292-25/+1
| | | | | | | https://github.com/leethomason/tinyxml2/commit/8c9e3133c4cc Notes: svn path=/head/; revision=444619
* Move sysutils/syslog-ng-devel to sysutils/syslog-ng310. The syslog-ngCy Schubert2017-06-2915-3/+6
| | | | | | | | | | development team at Balabit has adopted a rolling release model for now. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream Notes: svn path=/head/; revision=444618
* - Update to 1.1.1Ryan Steinmetz2017-06-293-18/+6
| | | | Notes: svn path=/head/; revision=444617
* Update 3.9.1 --> 3.10.1Cy Schubert2017-06-294-8/+48
| | | | | | | | Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream Notes: svn path=/head/; revision=444616
* - Update to 0.9.8Ryan Steinmetz2017-06-292-5/+4
| | | | Notes: svn path=/head/; revision=444615
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
| | | | Notes: svn path=/head/; revision=444614
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
| | | | Notes: svn path=/head/; revision=444613
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
| | | | Notes: svn path=/head/; revision=444612
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
| | | | Notes: svn path=/head/; revision=444611
* Use USES=mysqlSunpoet Po-Chuan Hsieh2017-06-281-1/+1
| | | | Notes: svn path=/head/; revision=444610
* Use USES=mysqlSunpoet Po-Chuan Hsieh2017-06-281-1/+1
| | | | Notes: svn path=/head/; revision=444609
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-1/+1
| | | | Notes: svn path=/head/; revision=444608
* Syslog-ng 3.9 is no longer in development status. It has gone GA.Cy Schubert2017-06-289-0/+782
| | | | Notes: svn path=/head/; revision=444607
* www/firefox-esr: update to 52.2.1Jan Beich2017-06-284-192/+192
| | | | | | | | | Changes: https://www.mozilla.org/firefox/52.2.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/shortlog/ MFH: 2017Q2 Notes: svn path=/head/; revision=444606
* www/firefox: update to 54.0.1Jan Beich2017-06-284-196/+196
| | | | | | | | | Changes: https://www.mozilla.org/firefox/54.0.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/ MFH: 2017Q2 Notes: svn path=/head/; revision=444605
* x11-drivers/xf86-input-wacom: update to 0.35.0Jan Beich2017-06-283-14/+4
| | | | | | | | Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35914015/ MFH: 2017Q2 Notes: svn path=/head/; revision=444604
* math/R: Build with gmake and add devel/gmake to RUN_DEPENDS because someJoseph Mingrone2017-06-281-4/+5
| | | | | | | | | | | internal packages use GNU make. While here, sort ONLY_FOR_ARCHS value to silence portlint warning. PR: 220341 Reported by: yuri@rawbw.com Notes: svn path=/head/; revision=444603
* devel/py-stackexchange: update to 2.2.7Carlos J. Puga Medina2017-06-282-4/+4
| | | | Notes: svn path=/head/; revision=444602
* Update to 8.28.0Matthew Seaman2017-06-283-25/+4
| | | | | | | | files/patch-plugins_omprog_omprog.c removed -- patch has been accepted upstream and is incorporated in this release. Notes: svn path=/head/; revision=444600
* devel/ace: update to version 6.4.3 and give maintanershipTobias C. Berner2017-06-283-4/+12
| | | | | | | | PR: 220034 Submitted by: Jov <amutu@amutu.com> Notes: svn path=/head/; revision=444599
* Update to 2.2.6Sunpoet Po-Chuan Hsieh2017-06-282-4/+4
| | | | | | | Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=444598
* Update to 3.4.0Sunpoet Po-Chuan Hsieh2017-06-282-4/+4
| | | | | | | Changes: https://github.com/puppetlabs/hiera/commits/master Notes: svn path=/head/; revision=444597
* Update to 2.2.2Sunpoet Po-Chuan Hsieh2017-06-282-4/+4
| | | | | | | Changes: https://github.com/stevenosloan/slack-notifier/blob/master/changelog.md Notes: svn path=/head/; revision=444596
* Update to 2.10.4Sunpoet Po-Chuan Hsieh2017-06-282-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=444595
* Update to 2.10.4Sunpoet Po-Chuan Hsieh2017-06-282-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=444594