aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Document latest Flash Player vulnerabilities.tijl2017-03-161-0/+43
| | | | Security: https://helpx.adobe.com/security/products/flash-player/apsb17-07.html
* Update Adobe Flash Player to 25.0.0.127.tijl2017-03-163-5/+5
| | | | | MFH: 2017Q1 Security: https://helpx.adobe.com/security/products/flash-player/apsb17-07.html
* - update from 0.23.7 to 0.24misha2017-03-162-4/+4
| | | | Approved by: jpaetzel (implicit)
* devel/yajl-tcl: update to 1.6.2gahr2017-03-162-4/+4
| | | | Release notes: https://github.com/flightaware/yajl-tcl/releases/tag/v1.6.2
* - Regenerate patchesamdmi32017-03-163-6/+6
| | | | - Cosmetic fixes
* www/gitlab: add public/uploads dirtz2017-03-162-1/+3
| | | | | | | Without the dir the backup-routine does not work. This also removes one more error from gitlab:check Reported by: Chris Stankevitz <chris@stankevitz.com>
* databases/pecl-mongodb: update 1.2.3 -> 1.2.7pi2017-03-162-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.7
* Fix build with clang-4.0. Error log:bsam2017-03-161-0/+17
| | | | | | | | | | | | | ----- /wrkdirs/usr/ports/graphics/iccexamin/work/icc_examin-0.55/icc_profile_tags.cpp:352:28: error: ordered comparison between pointer and zero ('char *' and 'int') while (strchr(txt, 13) > 0) { // \r 013 0x0d ~~~~~~~~~~~~~~~ ^ ~ /wrkdirs/usr/ports/graphics/iccexamin/work/icc_examin-0.55/icc_profile_tags.cpp:357:15: error: ordered comparison between pointer and zero ('char *' and 'int') if (pos > 0) { ~~~ ^ ~ ----- Reported by: FreeBSD package builder
* Update to 1.8.2.vanilla2017-03-163-5/+4
|
* - Remove bogus ONLY_FOR_ARCHS: there is nothing x86-specific about thisdanfe2017-03-162-9/+6
| | | | | | | library (apart from supported instruction set) and it runs just fine on e.g. PowerPC - Try to come up with slightly less obnoxious COMMENT and reformat port description text for better looks
* Update to 1.8.2.vanilla2017-03-162-4/+4
|
* databases/pg_rman: update 1.2.3 -> 1.3.3, unbreak, new distsitepi2017-03-163-10/+19
| | | | | | | | PR: 213486 Changes: https://github.com/ossc-db/pg_rman/releases Submitted by: Lacey Powers <lacey.leanne@gmail.com> Reviewed by: rainer@ultra-secure.de Approved by: kuriyama (maintainer timeout)
* Update to 5.1.18.jkim2017-03-166-16/+14
|
* Update to 1.0.6ehaupt2017-03-165-44/+51
|
* Unbreak, do not overwrite USESantoine2017-03-161-1/+1
|
* Enable DEBUG option which enables debugging code in ntp viacy2017-03-164-0/+6
| | | | --enable-debug. This enables -d and -D options within ntpd.
* www/rubygem-gollum: create portswills2017-03-166-0/+125
| | | | | | | | | A simple, Git-powered wiki with a sweet API and local frontend. WWW: https://github.com/gollum/gollum PR: 217345 Submitted by: Sir l33tname <sirl33tname@gmail.com>
* - Update WWWamdmi32017-03-161-1/+1
| | | | Approved by: portmgr blanket
* - Fix the exec statement in arduino.incpm2017-03-161-1/+1
| | | | Reported by: danfe
* - Unbreak, update urlsamdmi32017-03-162-6/+2
|
* Update to release 2017-03-14-Release: Thopter Pie Network.sbruno2017-03-162-5/+5
| | | | https://github.com/Cockatrice/Cockatrice/releases
* Remove last two occurrences of USE_OPENSSL.mat2017-03-152-2/+2
| | | | | Reported by: antoine Sponsored by: Absolight
* Remove the USE_OPENSSL compatibility shims.mat2017-03-152-6/+3
| | | | Sponsored by: Absolight
* Remove all _USE=openssl occurrences.mat2017-03-1542-42/+43
| | | | Sponsored by: Absolight
* Remove all USE_OPENSSL occurrences.mat2017-03-15257-477/+272
| | | | Sponsored by: Absolight
* Fix numerous style issues, sort the knobs, kill EOL whitespace.danfe2017-03-152-22/+18
| | | | PR: 217803 (modified)
* Correct the specification of ssl. This doesn't fix the brokennesscy2017-03-152-2/+4
| | | | | of this port when ssl is not specified but corrects the incorrect specification regerdless.
* - Add NO_ARCHamdmi32017-03-152-3/+4
| | | | | | | - Fix WWW: - Cosmetic fixes Approved by: portmgr blanket
* - Fix LICENSEamdmi32017-03-152-4/+6
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Fix WWW: Approved by: portmgr blanket
* Delete games/trigger-datatobik2017-03-156-477/+1
| | | | | | | | | It has been merged into games/trigger-rally with r435491. PR: 217781 Submitted by: alfix86@gmail.com (maintainer of trigger-rally) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10005
* multimon-ng a fork of multimon.db2017-03-155-0/+69
| | | | | | | | | | | | | | | | | | | | | | | It decodes the following digital transmission modes: POCSAG512 POCSAG1200 POCSAG2400 FLEX EAS UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3 HAPN4800 FSK9600 DTMF ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE CW As an example it can be used with rtl_sdr to decode radio amateurs packets: rtl_fm -f 144.390M -s 22050 | multimon-ng -v 10 -t raw -A - WWW: https://github.com/EliasOenal/multimon-ng/ PR: 206158 Submitted by: bsdports@kyle-evans.net
* Do not patch configure script to pass correct values of JAVA and JAVACdanfe2017-03-151-7/+2
| | | | | | | variables, do it via CONFIGURE_ENV. Configure script modification time now does not get changed, which in turn does not force the rebuild of `kawa.info', so dependency on `print/texinfo' can be dropped (generated file was essentially the same modulo numeric indices).
* devel/pear-PHPUnit_MockObject: update 1.2.2 -> 4.0.1robak2017-03-152-10/+18
| | | | | | | - Change upstream location to GH PR: 217661 Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer)
* math/p5-Math-Random-Secure: update 0.06 -> 0.080001robak2017-03-152-4/+4
| | | | | PR: 217754 Submitted by: Dereckson <dereckson@gmail.com> (maintainer)
* - Fix LICENSEamdmi32017-03-152-5/+7
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Fix WWW: Approved by: portmgr blanket
* - Fix LICENSEamdmi32017-03-152-3/+2
| | | | - Fix WWW:
* - Add LICENSE_FILEamdmi32017-03-152-3/+7
| | | | | | | | - Switch to options helpers - Cosmetic fixes - Fix WWW: Approved by: portmgr blanket
* deskutils/fet: update 5.31.0 -> 5.31.2robak2017-03-152-4/+4
| | | | | PR: 217788 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* - Fix LICENSEamdmi32017-03-152-3/+3
| | | | | | | - Add LICENSE_FILE - Fix WWW: Approved by: portmgr blanket
* Fix build with libressl.ume2017-03-152-0/+43
| | | | PR: 217793
* - Unbreak, update WWWamdmi32017-03-152-6/+2
| | | | Approved by: portmgr blanket
* - Fix WWW:amdmi32017-03-151-1/+1
|
* - Fix WWW:amdmi32017-03-151-1/+1
|
* - Fix WWW:amdmi32017-03-151-1/+1
|
* - Fix WWW:amdmi32017-03-151-1/+1
|
* Update tp 0.17.2grembo2017-03-152-4/+4
| | | | | | PR: 215929 Reported by: koue@chaosophia.net Approved by: maintainer timeout (9 weeks)
* Update to 3.0.7sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
* Update to 1.4.3sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/github/markup/blob/master/HISTORY.md
* Update to 1.40.0sunpoet2017-03-152-5/+5
| | | | Changes: https://github.com/fog/fog/releases
* Update to 2.8.7sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.8.7sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* - Fix WWW:amdmi32017-03-151-1/+1
|
* Update to 2.8.7sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 0.8.6sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/remiprev/her/commits/master
* Update to 0.17.2sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* Update to 2.0129sunpoet2017-03-152-4/+4
| | | | Changes: http://search.cpan.org/dist/XML-LibXML/Changes
* Update to 0.809sunpoet2017-03-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-SIP/Changes
* Update to 6.03sunpoet2017-03-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Minion/Changes
* Update to 1.5.1sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
* Update to 6.24sunpoet2017-03-152-4/+4
| | | | Changes: http://search.cpan.org/dist/libwww/Changes
* Update to 3.0.47sunpoet2017-03-152-4/+5
| | | | Changes: https://github.com/fancyapps/fancybox/releases
* Update to 2.6.1grembo2017-03-152-4/+4
| | | | | | PR: 215930 Reported by: koue@chaosophia.net Approved by: maintainer timeout (9 weeks)
* - Add LICENSE_FILEamdmi32017-03-152-1/+2
| | | | | | - Fix WWW: Approved by: portmgr blanket
* - Fix WWWamdmi32017-03-151-1/+1
|
* - Update to 0.11.0lwhsu2017-03-152-6/+6
| | | | | | | - Add missing runtime dependency [1] PR: 217696 [1] Submitted by: grembo
* - Add LICENSE_FILEamdmi32017-03-152-1/+2
| | | | | | - Fix WWW: Approved by: portmgr blanket
* Upgrade to the cloudabi-utils v0.23.ed2017-03-152-4/+4
| | | | | | | This version of cloudabi-utils has some improvements to the emulator in the area of polling. On FreeBSD 11.x, there is no need to use the emulator, as you can just use the native support with no additional effort. Still, it makes it easier to use CloudABI on 10.x systems.
* - Add LICENSEcpm2017-03-156-18/+61
| | | | | | | | | | | | | | | | | | | | | - Remove reference to Linux base (Linux Compatibility not required) - Limit to architectures know to be able to enumerate serial ports on using RXTX port - Fix desktop entry - Links correct RXTX so library files depending on ARCH - Remove CHMOD usage in Makefile, and moved to pkg-plist - Fix Arduino wrapper to allow loading of sketches from the command line - Update RXTX enumeration to prevent scanning of LPT ports to increase startup speeds of Arduino IDE - Fix format of patch files - Remove bundled Linux libraries from the port prior to installation - Add support for Uarduno drivers - Fix links for java and lib files installed by port [comms/RXTX] - Update pkg-plist - Bump PORTREVISION PR: 200177 Submitted by: James Elstone, Craig Leres, swills Reported by: James Elstone Approved by: Craig Leres <leres@ee.lbl.gov> (maintainer)
* - Add LICENSEamdmi32017-03-151-1/+4
| | | | - Switch to options helpers
* devel/openmp: update to 4.0.0jbeich2017-03-152-5/+5
| | | | | Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_400/final/?view=log ABI: http://people.freebsd.org/~jbeich/compat_reports/openmp/3.9.0_to_4.0.0/compat_report.html
* databases/pgpool: Add options DOCS and SSLtz2017-03-151-1/+6
| | | | | | | Reintegrate DOCS and SSL options already used in previous versions in the ports-tree. Submitted by: Adam Schumacher <adam.schumacher@flightaware.com>
* databases/rubygem-redis-actionpack4: patch to unbreaktz2017-03-152-0/+12
| | | | | | After the update of devel/rubygem-redis-store to 1.2.0 this port need an patch to start again, since it requiered devel/rubygem-redis-store 1.1.0 but still works with 1.2.0
* databases/luadbi: unbreak postgres case after testspi2017-03-151-1/+0
| | | | Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
* Update to 1.58. Add NO_ARCH, and follow upstream switch to MakeMaker.adamw2017-03-152-4/+6
|
* Update to 7.29.adamw2017-03-152-4/+4
| | | | | | | - Added support for overriding configuration files in applications tested with Test::Mojo. - Added html_attr_unescape function to Mojo::Util. - Fixed unescaping of HTML5 attribute values in Mojo::DOM::HTML.
* Fix categories for linux-c[67]-openssl-compat.jkim2017-03-151-2/+2
|
* add LICENSE_FILE to graphics/gxlifanov2017-03-151-1/+2
| | | | | PR: 217792 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
* Provide a better patch to fix connection timeoutsdemon2017-03-152-56/+96
| | | | Obtained from: haproxy ML
* Fix RUN_DEPENDSsunpoet2017-03-151-2/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 2.0.0sunpoet2017-03-152-5/+5
| | | | Changes: https://github.com/redis-store/redis-rack/commits/master
* Update to 0.15.1sunpoet2017-03-152-5/+4
| | | | Changes: https://github.com/travis-ci/gh/commits/master
* Update to 1.39.0sunpoet2017-03-153-8/+11
| | | | Changes: https://github.com/fog/fog/releases
* Update to 2.8.6sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.8.6sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.8.6sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 0.8.5sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/remiprev/her/commits/master
* Update to 3.9.0sunpoet2017-03-152-5/+5
| | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/fonttools/fonttools/releases
* Clean up Makefilesunpoet2017-03-152-3/+2
| | | | | | - Use PORTVERSION - Remove CPE_VERSION - Update WWW
* Update to 0.79sunpoet2017-03-152-5/+4
| | | | Changes: http://search.cpan.org/dist/Text-BibTeX/Changes
* Update to 3.38sunpoet2017-03-152-3/+4
| | | | Changes: http://search.cpan.org/dist/Test-Harness/Changes
* Update to 0.06sunpoet2017-03-152-6/+13
| | | | | | | - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/Devel-LeakTrace/Changes
* Silence patch messagesunpoet2017-03-151-3/+3
|
* Fix typosunpoet2017-03-151-1/+1
| | | | Notified by: Alexander Kirpa <freebsd-bug@kirpa.com>
* Add rubygem-fog-dnsimple 1.0.0sunpoet2017-03-154-0/+32
| | | | | | Fog::Dnsimple is a module for the fog gem to support DNSimple. WWW: https://github.com/fog/fog-dnsimple
* Add rubygem-fog-digitalocean 0.3.0sunpoet2017-03-154-0/+31
| | | | | | Fog::DigitalOcean is a module for the fog gem to support DigitalOcean. WWW: https://github.com/fog/fog-digitalocean
* Upgrade to 1.11.4.thierry2017-03-152-4/+4
| | | | | Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.11.4
* - Update smstools3 to 3.1.19madpilot2017-03-152-5/+5
| | | | - Don't clobber LDFLAGS
* Upgrade to 1.5.25.thierry2017-03-156-6/+116
| | | | | Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.25
* Adding CLDR, Unicode Common Locale Data Repository.thierry2017-03-155-0/+1672
|
* Attempt to fix vuxml build.gjb2017-03-151-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Update www/elixir-phoenix to version 1.2.3 (they were fast...)olgeni2017-03-152-4/+4
|
* security/vuxml: modify most recent mariadb entriesbrnrd2017-03-151-2/+3
| | | | | | | - ChangeLog of 10.0.30 and 10.1.22 refer to CVE-2017-3313 Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3313
* Update www/elixir-phoenix to version 1.2.2.olgeni2017-03-152-4/+4
|
* databases/luadbi: unbreak with new distsitepi2017-03-153-19/+25
| | | | | | PR: 212884 Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com> (maintainer) Reviewed by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
* java/intellij: Update to version 2016.3.5.bsam2017-03-152-5/+5
|
* net/intel-ixl-kmod: update 1.4.27 -> 1.7.11pi2017-03-152-6/+22
| | | | | | | | | - Now supports reporting transceiver DOM (via the -v flag to ifconfig) (DOM == Diagnostic Monitoring Interface for Optical Transceivers) PR: 213803 Submitted by: Jeff Pieper <jeffrey.e.pieper@intel.com> (maintainer) Changes: https://downloadmirror.intel.com/25160/eng/README.txt
* Update project home page in pkg-descr.madpilot2017-03-151-1/+1
| | | | Reported by: Julian H. Stacey <jhs@berklix.com> (via email)
* www/gitlab: Add options for selection between PostgreSQL and MySQL supporttz2017-03-152-19/+33
| | | | Reviewed by: remko
* update games/wtf to 20170313 snapshot from NetBSDlifanov2017-03-152-4/+4
|
* Deprecate databases/pgpool-II-22 and databases/pgpool-II-23tz2017-03-142-0/+6
| | | | | | They are deprecated by upstream for a long time PR: 206839
* Setting ALL_TARGET in the port Makefile is not necessary when there is ajrm2017-03-141-1/+0
| | | | | | | do-install target. Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D9998
* security/sha1collisiondetection: Remove redundant library entry fromjrm2017-03-141-3/+3
| | | | | | | ALL_TARGET and do not add ./ when creating symbolic links. Reported by: danfe mat Differential Revision: https://reviews.freebsd.org/D9998
* - Update to 1.2.2acm2017-03-143-4/+13
|
* - Update to 16.2.5acm2017-03-148-27/+20
|
* - Update to 16.2.5acm2017-03-143-4/+19
|
* Don't check device major ID, it's not always zero. Fixes Mesa 13 on drm-nextrezny2017-03-142-8/+53
| | | | | | | | Submitted by: hselasky Reported by: sbruno, hselasky, xmj Reviewed by: hselasky Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10000
* Update to 1.0.4rezny2017-03-142-4/+4
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9967
* security/sha1collisiondetection: a tool to detect SHA-1 collisionsjrm2017-03-144-0/+56
| | | | | | | | | | https://github.com/cr-marcstevens/sha1collisiondetection PR: 217733 Submitted by: jharris@widomaker.com (maintainer) Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D9998
* databases/postgresql-plproxy: Update from 2.5 to 2.7tz2017-03-144-20/+15
| | | | | | | | | | | | | | Changelog: https://plproxy.github.io/changelog.html This adds support for PostgreSQL 9.5 Also: - take maintainership - change MASTERSITE to GitHub - remove obsoleted check for PostgreSQL 9.1 (no longer in ports) - update homepage of project PR: 201796, 217515
* Update pkg-descr using the text of the blurb from ww.rsyslog.commatthew2017-03-141-17/+12
| | | | | | | - we aren't tracking v7 any more. The clue is in the port name: sysutils/rsyslog8 Reported by: des
* Add new port security/keepassxc:lme2017-03-147-2/+309
| | | | | | | | | | | | | | | | | | | | | | KeePassXC is a community fork of KeePassX with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager. Additional features compared to KeePassX: * Auto-Type on all three major platforms (Linux, Windows, OS X) * Stand-alone password generator * Password strength meter * Using website favicons as entry icons * Merging of databases * Automatic reload when the database changed on disk * KeePassHTTP support for use with PassIFox in Mozilla Firefox and chromeIPass in Google Chrome or Chromium. * Many bug fixes WWW: https://keepassxc.org/ PR: 217404 Submitted by: Andrew Romanenko <melanhit@gmail.com> (original), Eric Camachat <eric@camachat.org> (Update to 2.1.3)
* - Update `lang/kawa' to version 2.3danfe2017-03-143-13/+44
| | | | | | | - Instead sed(1)ing over every file set needed variables via MAKE_ARGS - Unbreak the tests (against JDK 1.8) and convert to test framework TIMESTAMP (kawa-2.3.tar.gz) = 1484583959
* Update to 18.0.1.vanilla2017-03-143-4/+26
|
* www/piwigo: Fix build error with php70tz2017-03-141-1/+2
| | | | | | | | | | | This is done by removing the obsoleted mysql module from USE_PHP, especially since its replacement mysqli is already in it. PR: 217318 Submitted by: tz Reported by: Marko Cupać <marko.cupac@mimar.rs> Reviewed by: Marko Cupać <marko.cupac@mimar.rs> Approved by: Ralf van der Enden (maintainer)
* devel/catch: update to 1.8.2gahr2017-03-142-5/+14
| | | | Release notes: https://github.com/philsquared/Catch/releases
* devel/libsigsegv: update 2.10 -> 2.11robak2017-03-142-5/+8
| | | | | | | - Add LICENSE and LICENSE_FILE PR: 217765 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* devel/poco: Fix build when the TEST option is on by removing patches thatjrm2017-03-142-67/+0
| | | | | | | | were first added to fix build on 9.x. PR: 217714 Reported by: henry.hu.sh@gmail.com (maintainer) Approved by: swills (mentor, implicit)
* net/libnatpmp: update 20140401 -> 20150609robak2017-03-142-3/+4
| | | | | PR: 217766 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* devel/awscli: update 1.11.54 -> 1.11.61robak2017-03-142-5/+5
| | | | | PR: 217770 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
* devel/py-botocore: update 1.5.17 -> 1.5.24robak2017-03-142-4/+4
| | | | | PR: 217769 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
* Update devel/erlang-ssl_verify_fun to version 1.1.2.olgeni2017-03-143-4/+8
|
* www/py-flask-admin: update 1.4.2 -> 1.5.0robak2017-03-142-4/+4
| | | | Submitted by: robak
* devel/pear-PHP_CodeSniffer: Update from 2.7.1 to 2.8.1tz2017-03-142-4/+4
| | | | | | | Changelog: https://pear.php.net/package/PHP_CodeSniffer/download/2.8.1 PR: 217774 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Update misc/elixir-uuid to version 1.1.7.olgeni2017-03-142-4/+4
|
* x11/tint: update 0.12.12 -> 0.13robak2017-03-143-42/+42
| | | | | PR: 217583 Submitted by: Yamagi <yamagi@yamagi.org> (maintainer)
* www/pmwiki: Update from 2.2.94 to 2.2.95tz2017-03-142-4/+4
| | | | | | | - This is a documentation update version. PR: 217446 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* - Add LICENSE_FILEamdmi32017-03-141-12/+12
| | | | | - Switch to options helpers - Cosmetic fixes
* Update to 1.4.vanilla2017-03-142-3/+6
|
* - Update to 0.157.1amdmi32017-03-142-4/+4
|
* - Update to 2.11.1amdmi32017-03-142-4/+4
|
* Update to 0.31.3.vanilla2017-03-142-4/+4
|
* Fix up plist.cy2017-03-143-3/+0
|
* Pet portlint.cy2017-03-143-5/+3
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Simplfy WRKSRC by using WRKSRC_SUBDIR.cy2017-03-143-6/+3
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Describe CMD_LINE_EDITING RADIO group.cy2017-03-143-0/+3
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Respect global NLS option.cy2017-03-146-9/+12
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Convert to global EXAMPLES (default).cy2017-03-146-12/+6
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* - Pass maintainership to submitterwen2017-03-1431-31/+31
| | | | | PR: 217773 Submitted by: joneum@bsdproject.de
* - Update to 2.50lwhsu2017-03-142-4/+4
|
* New READLINE_PORT option to select to use readline in base orcy2017-03-143-9/+18
| | | | | | | | readline in ports. PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Remove redundant file that should have been removed in r253265.cy2017-03-146-105/+3
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* - Mark port as BROKEN for aarch64ashish2017-03-143-2/+4
| | | | | | | - Remove now redundant BROKEN_* directive from slave port: editors/emacs-nox11 Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu>
* Use options helpers.cy2017-03-143-48/+15
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Install LDIF and schema files if LDAP is enabledcy2017-03-146-3/+30
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Replace explicit PLIST_SUB with OPTIONS_SUB, simplifying Makefiles.cy2017-03-143-9/+3
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Make READLINE default.cy2017-03-143-6/+6
| | | | | | PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
* Update to 1.7.4kevlo2017-03-142-4/+4
|
* - Update to 1.6.5wen2017-03-142-4/+4
| | | | | PR: 217772 Submitted by: dbaio@bsd.com.br(maintainer)
* Set executable bit on lib/node_modules/npm/bin/npm-cli.jsantoine2017-03-142-1/+2
| | | | This fixes runtime
* Take maintainership of x11/yakuake-kde4tcberner2017-03-141-1/+1
| | | | | Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9972
* Update to 5.6.35-80.0flo2017-03-143-5/+5
| | | | | PR: 215245 Submitted by: Thomas Babut <tbabut@mobileobjects.de>
* Update to 5.5.54-38.6flo2017-03-143-5/+4
|
* Update to 2.4.4.tj2017-03-143-4/+5
| | | | | | | | | Changes: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/release-notes-2.4.4.html Fix multi-instance pidfile writing. PR: 217503, 215966 Reported by: knolan@sourcefire.com, olgeni
* www/mod_http2-devel: Update to 1.9.3brnrd2017-03-142-4/+4
| | | | - Update to version 1.9.3
* Update to 3.1.15bdrewery2017-03-147-80/+26
| | | | Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3115
* Fix typo in patch.mr2017-03-141-1/+1
|
* Fix fetch and handover maintainership to submitter.krion2017-03-141-2/+2
| | | | | | | PR: 217675 Submitted by: portmaster@bsdforge.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9973
* Fix Java CLASSPATH settings to launch riemannkrion2017-03-142-10/+14
| | | | | | | PR: 217457 Submitted by: jeromer@fastmail.net Approved by: maintainer, mat (mentor) Differential Revision: https://reviews.freebsd.org/D9977
* - Fix buildkrion2017-03-143-18/+19
| | | | | | | | | | | | | - Add new necessary dependencies - Replace portions of CPPFLAGS and LDFLAGS with sed patches for ${WRKSRC}/configure - Add sed patch to rename some deprecated structure names after v3.7.1 update of x11-toolkits/scintilla PR: 217697 Submitted by: lightside@gmx.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9974
* Update to 3.0-2048-gfb46d057.bdrewery2017-03-142-5/+5
| | | | | | - Really fix testport -c to not look in /usr/ports. Reported by: mat
* Clean up Makefilesunpoet2017-03-141-4/+0
|
* Update to 0.12sunpoet2017-03-142-5/+6
| | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Crypt-Random-Source/Changes PR: 217755 Submitted by: Dereckson <dereckson@gmail.com> (maintainer)
* Update to latest snapshot which supports Python 3sunpoet2017-03-144-5/+35
| | | | | | | | | | - Change MASTER_SITES to GitHub - Add LICENSE_FILE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change Changes: https://github.com/msoulier/tftpy/commits/master
* Update to 1.16sunpoet2017-03-145-9/+69
| | | | | | | | | | - Change MASTER_SITES to CHEESESHOP - Update COMMENT - Update LICENSE - Add PyPI as primary WWW Changes: https://github.com/pysimplesoap/pysimplesoap/releases https://github.com/pysimplesoap/pysimplesoap/commits/master
* GNU_CONFIGURE: Fix ax_am_jobserver usage to respect MAKE_JOBS_NUMBER.bdrewery2017-03-142-1/+3
| | | | | PR: 217670 [exp-run] With hat: portmgr
* Update to 3.0-2047-ge55e0387.bdrewery2017-03-143-6/+6
| | | | | | | - Actually install cache.sh - Fix very old bug with ZFS rollback not succeeding due to race with zfs rollback + zfs snapshot. https://www.illumos.org/issues/7600
* USE_RCORDER has been deprecated and unused for a long time.mat2017-03-142-5/+2
| | | | Sponsored by: Absolight
* Mark a few more ports BROKEN with openssl-devel.mat2017-03-143-0/+14
| | | | Sponsored by: Absolight
* Add https://*.fedoraproject.org.tijl2017-03-141-0/+6
|
* Forgot to install cache.sh, will fix soonbdrewery2017-03-141-0/+1
|
* Revert changes to MASTER_SITE_SOURCEFORGE_JP. sf.jp != sf.nettijl2017-03-141-4/+3
|
* Update to 3.0-2045-gc6b1c034.bdrewery2017-03-142-5/+5
| | | | | | | | | | | | | | | | | | | | | | - bulk/status summaries: Fix build time being wildly wrong - MOVED: Convert to using shash - jail -u: Don't show /compat mount warning. - Automatically handle making some internal paths relative when doing 'cd' - Add a per-run caching mechanism for commands - Cache ZFS list (for mountpath) lookups. - jail -u, etc: Fix ZFS snapshots not being created after 33297b28f. - destroyfs: Avoid zfs_getfs() if not needed - testport: Support MOVED for main port being tested - locks: Disable INT/TERM traps while in here - HTML JSON is now generated with TERM delayed, meaning leftover tempfiles in the logdir should be fixed and the JSON should be more consistent. - poudriere: Allow -v to increase VERBOSE since not all sub-commands allow it. - poudriere: Allow -A to force colors, even if not in a TTY - HTML JSON: Use relative paths for reading/writing files in logdirs - prefix_output: Append into proctitle to make debugging simpler - testport -c: Fix after 88334520d1159. - Introduce HTML_TYPE to select if HTML files are inline or hosted
* Update SourceForge mirrors preferring https over http.tijl2017-03-141-11/+12
|
* Fix bash_CMD usagetobik2017-03-141-1/+2
| | | | | Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9949
* devel/fossil: update to 2.1gahr2017-03-143-30/+5
| | | | Changes: https://www.fossil-scm.org/index.html/doc/version-2.1/www/changes.wiki
* Add a note about make makesum verifying HTTPS certificates.tijl2017-03-141-0/+12
| | | | Requested by: adamw
* Fix build. SQLITE is required unconditionally at least for now.ume2017-03-141-1/+2
|
* New port: lang/myrddintobik2017-03-135-0/+96
| | | | | | | | | | | | | | | | | | | | | | Myrddin is a systems programming language that covers a similar niche as C including desktop, OS, and embedded development, but at the same time making it harder to shoot yourself in the foot. It is designed to be a simple language that runs close to the metal, giving the programmer predictable and transparent behavior and mental model. It also does strong type checking, generics, type inference, closures, and traits. Myrddin is not a language designed to explore the forefront of type theory or compiler technology. It is not a language that is focused on guaranteeing perfect safety. It is satisfied to be a practical, small, fairly well defined, and easy to understand language for code that needs to be close to the hardware. WWW: https://myrlang.org/ Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9989
* Drop maintainershiptobik2017-03-131-1/+1
| | | | | Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9990
* Update to 1.0.82arved2017-03-133-4/+315
|
* Enable https certificate verification during make makesum.tijl2017-03-131-0/+2
| | | | | Discussion: https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107694.html Approved by: portmgr (adamw)
* sysutils/cbsd: update to 11.0.11rm2017-03-132-4/+4
| | | | | | | | bugfix release: fix profile apply on jconstruct-tui introduced in 11.0.10 PR: 217752 Submitted by: maintainer
* Update to v5.25.10-64-gb498628.mat2017-03-132-4/+4
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.10-52-g39f2cbe...v5.25.10-64-gb498628 Sponsored by: Absolight
* Update to 4.7.7martymac2017-03-132-4/+4
|
* Set GH_PROJECT after r436029. The distfiles fetched correctly, but WRKSRCtijl2017-03-132-3/+4
| | | | | | was incorrect. Reported by: maintainer
* 0.5.0 is reported to have fixed the compile problems on aarch64.linimon2017-03-131-6/+3
| | | | | | | While here, pet portlint. Reported by: Sijmen Mulder <iku@yokattana.com> Approved by: bapt (implicit)
* Update to 20170312170442 and try to fix PR 217729 too.mr2017-03-135-25/+26
| | | | PR: 217729
* www/gitlab: Update from 8.13.12 to 8.14.9tz2017-03-1311-153/+597
| | | | Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.14.9/CHANGELOG.md
* www/gitlab-workhorse: Update from 0.8.5 to 1.1.1tz2017-03-132-4/+4
| | | | Changelog: https://gitlab.com/gitlab-org/gitlab-workhorse/blob/v1.1.1/CHANGELOG
* devel/gitlab-shell: Update from 3.6.7 to 4.1.1tz2017-03-133-4/+6
| | | | Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v4.1.1/CHANGELOG
* mail/rubygem-mail_room: Update from 0.8.1 to 0.9.0tz2017-03-132-4/+4
| | | | - Redis Sentinel configuration support
* www/rubygem-redis-rails: Update from 4.0.0 to 5.0.1tz2017-03-132-7/+7
| | | | Changelog: https://github.com/redis-store/redis-rails/blob/master/CHANGELOG
* www/rubygem-redis-rack: Update from 1.5.0 to 1.6.0tz2017-03-132-5/+5
| | | | - Use redis-store v1.2 to support redis-actionpack 5
* devel/rubygem-redis-store: Update from 1.1.7 to 1.2.0tz2017-03-132-3/+4
| | | | Changelog: https://github.com/redis-store/redis-store/blob/master/CHANGELOG
* devel/rubygem-redis-activesupport: Update from 4.1.5 to 5.0.1tz2017-03-132-4/+6
| | | | Changes: https://github.com/redis-store/redis-activesupport/commits/master
* Update to 3.0.3tobik2017-03-133-15/+18
| | | | | | PR: 217303 Approved by: lme (mentor), alex@kaworu.ch (maintainer timeout, 2 weeks) Differential Revision: https://reviews.freebsd.org/D9950
* Update to 1.1.0tobik2017-03-134-29/+49
| | | | | | | | | | | | | | - Update the sample configuration to add ISSUE_INDEXER_PATH in the new [indexer] section. While here, alphabetize sections and variables so future updates are easier to diff. Also merge duplicate section [session]. Changes: https://blog.gitea.io/2017/03/release-of-1.1.0/ PR: 217694 Submitted by: stb@lassitu.de (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9963
* Pass maintainership to submittertobik2017-03-133-2/+6
| | | | | | | | | | | - Update WWW - Add LICENSE - Add distinfo timestamp PR: 217690 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9964
* Update to 0.5.1tobik2017-03-136-24/+38
| | | | | | | PR: 217704 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9965
* Take maintainershiptobik2017-03-131-1/+1
| | | | | Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9971
* Update net/mobile-broadband-provider-info to 20170310garga2017-03-132-4/+4
| | | | Sponsored by: Rubicon Communications (Netgate)
* - Update to 2017.03.12sunpoet2017-03-132-4/+4
|
* - Update to 2017.03.12sunpoet2017-03-132-4/+4
|
* Add LICENSEsunpoet2017-03-132-1/+4
| | | | - Sort PLIST
* Add BUILD_DEPENDSsunpoet2017-03-132-16/+21
| | | | | | - Add LICENSE - Sort *_DEPENDS - Sort PLIST
* Update to 2.09sunpoet2017-03-133-11/+19
| | | | Changes: http://search.cpan.org/dist/Net-SSH-Perl/Changes
* Update to 0.59sunpoet2017-03-132-4/+4
| | | | Changes: http://search.cpan.org/dist/Devel-ebug/CHANGES
* Update to 3.05sunpoet2017-03-132-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* Update to 3.0230sunpoet2017-03-132-4/+4
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* Update to 4.3.0sunpoet2017-03-135-188/+61
| | | | | | | | | | | | - Change npm installation [1] Starting with this update, npm will be built, installed and archived on my own box to speed up the installation. The installation on target machines will be simply extraction and copy. Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.3.0/CHANGELOG.md Suggested by: adamw [1]
* Update to 20170310sunpoet2017-03-132-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* Move net/py-pysimplesoap to net/py-soap2pysunpoet2017-03-135-2/+5
|
* Update to version 2.6.8; enable concurrent installs.demon2017-03-134-112/+8
| | | | | | PR: 217203 Submitted by: "John W. O'Brien" <john@saltant.com> mintainer timeout.
* Update to 3.0.2ehaupt2017-03-132-4/+4
|
* - Add LICENSE_FILEamdmi32017-03-131-19/+15
| | | | - Switch to options helpers
* Update to the 20170312 development snapshot of GCC 7.gerald2017-03-132-4/+4
|
* Remove the avr-gcc-devel port.joerg2017-03-138-424/+1
| | | | | There's no longer a point in having both, a regular and a -devel port for the AVR-GCC. Meanwhile, the regular port was more recent anyway.
* graphics/qgis: update to 2.18.4jbeich2017-03-133-40/+45
| | | | | | Changes: https://github.com/qgis/QGIS/blob/final-2_18_4/ChangeLog?raw=true PR: 217719 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
* finance/electrum: release maintainershipjbeich2017-03-131-1/+1
| | | | | PR: 217720 Submitted by: kyuupichan@gmail.com (maintainer)
* sysutils/siegfried: update to 1.7.1jbeich2017-03-132-4/+4
| | | | | | Changes: https://github.com/richardlehane/siegfried/blob/v1.7.1/CHANGELOG.md PR: 217730 Submitted by: Steffen <steffen@fritz.wtf> (maintainer)
* games/megaglest{,-data}: update to 3.13.0jbeich2017-03-138-44/+14
| | | | | | | | - Describe LICENSE for game data Changes: https://github.com/MegaGlest/megaglest-source/releases/tag/3.13.0 PR: 217725 217726 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer)
* sysutils/cbsd: update to 11.0.10jbeich2017-03-132-6/+6
| | | | | | | | - Drop GH_ACCOUNT due to HTTP redirect Changes: https://github.com/cbsd/cbsd/releases/tag/11.0.10 PR: 217727 Submitted by: olevole@olevole.ru (maintainer)
* - Update moodle to 3.0.9, 3.1.5 and 3.2.2wen2017-03-136-12/+12
|
* Add new port, security/py-onetime: Encryption program using one-time pad ↵jrm2017-03-134-0/+35
| | | | | | | | | | algorithm. http://www.red-bean.com/onetime/ PR: 217735 Submitted by: vidar@karlsen.tech (maintainer) Approved by: swills (mentor, implicit)
* net-mgmt/observium: mysql php extension not neededfeld2017-03-131-2/+2
| | | | MFH: 2017Q1
* Document mbed TLS Security Advisory 2017-01tijl2017-03-131-0/+58
| | | | Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2017-01
* - Rename to lower case opencoarrays.tijl2017-03-139-6/+6
| | | | | | - Add parallel pseudo category. Requested by: danfe
* Enable thread safety for www/hiawatha.tijl2017-03-132-0/+21
| | | | PR: 217668
* Update to PolarSSL 1.3.19 and mbed TLS 2.4.2.tijl2017-03-134-8/+8
| | | | | MFH: 2017Q1 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2017-01
* Remove dependency on obsolete python 3.3antoine2017-03-131-2/+2
|
* Add lang/OpenCoarrays, an implementation of Fortran coarrays using MPI.tijl2017-03-138-0/+176
| | | | | | | | | | | OpenCoarrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015. WWW: http://www.opencoarrays.org/ PR: 217283 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk>
* Document new vulnerabilities in www/chromium < 57.0.2987.98cpm2017-03-131-0/+84
| | | | Obtained from: https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop.html
* Add py-ramlfications 0.1.9, python parser for RAML.grembo2017-03-134-0/+32
| | | | | PR: 217698 Submitted by: Michael Gmelin <grembo@FreeBSD.org>
* Add py-jsonref 0.1, implementation of JSON Reference for Python.grembo2017-03-134-0/+30
| | | | | PR: 217698 Submitted by: Michael Gmelin <grembo@FreeBSD.org>
* Use standard description for NCURSES and SLANG optionsbapt2017-03-131-2/+0
| | | | Reported by: danfe
* Remove expired port:rene2017-03-135-98/+1
| | | | 2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
* Enforce using GNU diff with quilt which has an explicit search for GNUbapt2017-03-131-1/+4
| | | | Reported by: antoine
* math/py-pandas: remove support for expired SQL Alchemy 0.8 and 0.9, userene2017-03-131-6/+2
| | | | | | | | SQL Alchemy 1.0 for test dependencies. PR: 217593 Submitted by: rene Approved by: maintainer (john@saltant.com)
* multimedia/zoneminder{-h264}: fix build with clang 4.0pi2017-03-136-4/+90
| | | | | | | PR: 216627 Reported by: jbeich Submitted by: Ivan <bsd@abinet.ru> (maintainer) MFH: 2017Q1
* - Update x11-toolkits/scintilla t o 3.7.3madpilot2017-03-134-8/+8
| | | | | | | | - Update editors/scite to 3.7.3 PR: 217693 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)