aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace bsd.openssl.mk with USES=sslmat2016-06-2713-35/+42
| | | | | | | | | | | | Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866
* Add clpeak 1.0, benchmarking tool to measure peak capabilities of openclnovel2016-06-275-0/+81
| | | | | | | devices. PR: 209849 Submitted by: Johannes Dieterich <dieterich@ogolem.org>
* - Add *_IMPLIES for various options to track implicitly enabled OPTIONSashish2016-06-271-23/+30
| | | | | | | | | - Update options descriptions to reflect *_IMPLIES - Add missing implicit dependencies - Comment LTO experimental option PR: 210291 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* Update to version 1.6.6.demon2016-06-273-113/+4
| | | | Submitted by: David CARLIER <devnexen@gmail.com>
* - update to 2.3.20160625ohauer2016-06-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 20160618 Bugfix(introduced: 20091121): with the introduction of sender_dependent_default_transport_maps, the SMTP daemon was not updated. This resulted in false rejects with sender-dependent "error" transports. Based on a fix by Russell Yanofsky. Files: global/resolve_clnt.c, global/resolve_clnt.h, smtpd/smtpd_check.c, smtpd/smtpd_check.h, smtpd/smtpd_milter.c, smtpd/smtpd_resolve.c, smtpd/smtpd_resolve.h. 20160619 Refinements to the 20160618 fix. For more consistent results with sender address validation, use the recipient address (if available) as the sender-dependent address resolver context. For better caching, pass sender context with all attempts to resolve an email address. File: smtpd/smtpd.c, smtpd/smtpd_check.c, smtpd/smtpd_milter.c. 20160625 Cleanup: the Postfix SMTP server now passes network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. Files: makedefs, smtpd/smtpd_sasl_glue.c, xsasl/xsasl.h, xsasl/xsasl_cyrus_server.c, xsasl/xsasl_server.c. Cleanup: dnsblog manpage. File: dnsblog/dnsblog.c.
* Add new port -- YubiKey PIV Managerume2016-06-277-0/+74
| | | | Tool for configuring your PIV-enabled YubiKey.
* Update puppet-lint to 2.0.0.tdb2016-06-272-3/+4
|
* Update to the 20160623 snapshot of GCC 6.gerald2016-06-272-4/+4
|
* Update to the 20160621 snapshot of GCC 5.4.1.gerald2016-06-272-4/+4
|
* Another attempt to make `www/thttpd' multiple make(1) jobs (-jX) safe.danfe2016-06-272-3/+10
| | | | | | | | | | | | | | During the build process there is one case when parts (source files) are located in different directories and then linked together. Dependencies are specified seemingly correctly, but the problem is that the build rule `$(CC) $(CFLAGS) -c $*.c' loses information about source file path due to how `$*' is expanded ("no suffix or preceding directory components") and does not specify output object path. Change it to more robust and correct `$(CC) $(CFLAGS) -o $@ -c $<' as a remedy. Since this is BSD syntax, remove `gmake' from USES. Tested by: marino (looks good, but not a complete guarantee)
* - Add LICENSE_FILEamdmi32016-06-271-5/+5
| | | | | - Switch to new test framework - Switch to options helpers
* - Update to 0.96.7wen2016-06-272-3/+4
|
* - Update to 0.2.0wen2016-06-272-3/+4
|
* - Update to 0.5.0wen2016-06-272-10/+6
|
* Fix build, extra-patch-src_prelude.h was applied in the wrong caseantoine2016-06-271-0/+1
| | | | Reported by: pkg-fallout
* - Update `www/thttpd' to version 2.27 [1]danfe2016-06-275-6/+323
| | | | | | | | | | | | - Install logfile rotation rule to prevent people running out of space in their /var partitions [2] - Provide an optional patch for IP-based authorization (.htaccess) [3] - While here, do not capitalize `Web' in the middle of the sentence inside `files/pkg-message.in' as it looks like a relic of the 1990s PR: 210040 [1] Submitted by: phk [2] Obtained from: http://ogris.de/thttpd/ [3]
* sysutils/fusefs-encfs: Fix "Function not implemented" on create operationspi2016-06-271-1/+2
| | | | | | | | Upstream fix was: https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362 PR: 210532 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* sysutils/fusefs-encfs: Fix "Function not implemented" on create operationspi2016-06-273-9/+16
| | | | | | | | Upstream fix was: https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362 PR: 210532 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* databases/cego: 2.30.11 -> 2.30.12pi2016-06-272-4/+4
| | | | | | | | | | - Added cast improvements to CegoFieldValue::castTo method, which are also checked now with check050 - Evaluation of locale to find out decimal point character. E.g. for english locales this is ., for german this is ,. The character is used for float value handling in CegoFieldValue methods. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* multimedia/libtuner: 1.1.2 -> 1.1.3pi2016-06-273-5/+13
| | | | | | | - Add iic(4) support for FreeBSD 10.2+ PR: 210599 Submitted by: jason.harmening@gmail.com (maintainer)
* Update to 8.11.7.araujo2016-06-272-4/+4
|
* - Update to 2.11lwhsu2016-06-272-4/+4
|
* Update to 2016.06.26.araujo2016-06-272-4/+4
| | | | | PR: ports/210577 Submitted by: novel and cmt.
* - Update to 1.6.1.6wen2016-06-272-3/+4
|
* URLObject is a utility class for manipulating URLs. The latest incarnation ofwen2016-06-274-0/+33
| | | | | | | | | | | | this library builds upon the ideas of its predecessor, but aims for a clearer API, focusing on proper method names over operator overrides. It's also being developed from the ground up in a test-driven manner, and has full Sphinx documentation. WWW: http://github.com/zacharyvoase/urlobject PR: 210604 Submitted by: freebsd@skinc.ru
* - Update to 1.0.2wen2016-06-272-22/+25
| | | | | PR: 210603 Submitted by: freebsd@skinc.ru
* - Update to 5.33zi2016-06-273-4/+6
|
* - Add missing dependencieswen2016-06-271-0/+4
| | | | | PR: 210602 Submitted by: freebsd@skinc.ru
* Use 0x27 instead of 0xe2 0x80 0x99 (U+2019 in UTF-8) in COMMENT. This brokehrs2016-06-271-1/+1
| | | | | | build of htdocs/ports which uses the INDEX file in the doc repository. With hat on: doceng
* Update to 1.4.2.delphij2016-06-273-6/+6
|
* net/libvncserver:woodsb022016-06-271-0/+1
| | | | | | | | - Bump PORTREVISION post r417620 since new option was added Reviewed by: mat (mentor) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6975
* net/libvncserver: Fix build with libvawoodsb022016-06-272-1/+17
| | | | | | | | | | | | | - Add new option to select whether to compile with VAAPI support, so that if multimedia/libva is already installed on the system during the build process, it is not linked to unless desired. - Add patch to allow h.264 support to build using libva deprecated API PR: 210533 Submitted by: cpm Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6974
* - Update to 0.18.0 releasecpm2016-06-2711-1028/+61
| | | | | | | | | | | | | | | | - Update waf to 1.9.0pre3 release - Remove unneeded patches (applied upstream) - Fix CONFIGURE_ARGS adding/disabling certain features - Add patches to fix "-Wmissing-braces" warning, so the compiler is happy - Switch to USES=localbase framework - Bump library version in pkg-plist Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.18.0 Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6965
* Allow use as a regular userantoine2016-06-271-0/+4
| | | | Reported by: pkg-fallout
* Update to 1.42.delphij2016-06-273-7/+12
|
* - Adjust dependencies, switch to *_IMPLIES (for JACK option)olivierd2016-06-273-6/+6
| | | | | | - Enhance description Submitted by: SimaMoto,RyoTa (maintainer)
* update shotwell to 0.23.2cmt2016-06-273-5/+13
| | | | Approved by: rene (mentor)
* www/calendarserver: 5.1 -> 8.0pi2016-06-2712-135/+185
| | | | | | | | | | | | Please note that updating from the previous version (5.1) to the current version (8.0) requires manual steps. Please consult the pkg-message for details. This update has changes since 2013, and upstream does not provide changelogs. PR: 210264 Submitted by: Axel Rau <Axel.Rau@Chaos1.DE> (maintainer)
* Enhance descriptionolivierd2016-06-271-2/+2
| | | | Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* net/py-ndg_httpsclient is fully compatible with Python2 and Python3 (r417571)olivierd2016-06-271-6/+2
|
* Update chromium to 51.0.2704.106cmt2016-06-273-9/+55
| | | | | | Also, fix build on 9.3-i386 (patch by rene) Approved by: rene (mentor)
* Return this back to pool, I no longer use this library.delphij2016-06-271-1/+1
|
* Update to Wine 1.9.13. This includes the following changes:gerald2016-06-275-12/+19
| | | | | | | | | | | | - More Shader Model 5 support in Direct3D. - Unicode data updated to Unicode 9.0.0. - Improvements to GDI paths and metafiles. - More progress towards the Direct3D command stream. - Various bug fixes. This now uses a new version of the Gecko engine based on Firefox 47, and accordingly the wine-gecko-devel port is updated to version 2.44 to 2.47.
* - Bump PORTREVISIONcpm2016-06-271-0/+1
| | | | | | Reported by: cperciva Reviewed by: junovitch (mentor) Approved by: junovitch (mentor)
* Update to 1.35.delphij2016-06-272-4/+5
|
* - Drop textproc/py-beautifulsoup as dependency because it was removed.cpm2016-06-271-2/+8
| | | | | | | | | | - Add www/py-beautifulsoup to RUN_DEPENDS - Ignore on the package builders Reported by: pkg-fallout Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6971
* - Remove duplicate portcpm2016-06-275-57/+1
| | | | | | Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6972
* - Update to version 1.5.6mva2016-06-273-3/+19
|
* - Update to version 1.4.6mva2016-06-273-242/+5
| | | | - Switch to automatic plist management via autoplist
* - Update to version 1.10.8mva2016-06-272-3/+4
|
* - Update to version 1.2.2mva2016-06-273-4/+5
|
* mail/davmail: simplify find flags from update in 417509junovitch2016-06-271-2/+1
| | | | | | - Use find's '-delete' option over '-exec ${RMDIR}' Reported by: mat
* - Update to version 1.2.2mva2016-06-272-3/+4
|
* Update both librdkafka and kafkacat to their latest revisionsgnn2016-06-276-21/+13
| | | | | | | Submitted by: Arun Thomas <arun.thomas at gmail.com> Reviewed by: Victor <xnasx at yangdex.rgu> Approved by: Victor <xnasx at yangdex.rgu> (maintainer) Sponsored by: DARPA/AFRL
* Document remote denial of service via FileUpload component in Tomcatjunovitch2016-06-271-0/+38
| | | | | | | | PR: 209669 [1] Reported by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Reported by: Roger Marquis <marquis@roble.com> Security: CVE-2016-3092 Security: https://vuxml.FreeBSD.org/freebsd/cbceeb49-3bc7-11e6-8e82-002590263bf5.html
* - Revert WRKSRC_SUBDIR change in r417590 which breaks make makepatchsunpoet2016-06-273-7/+6
| | | | Notified by: mat
* - Convert to new options dependency helpersunpoet2016-06-271-9/+3
| | | | | | - Add NO_ARCH Approved by: portmgr (blanket)
* - Add LICENSE_FILEsunpoet2016-06-271-1/+4
| | | | | | | - Add DOCS to OPTIONS_DEFINE - Convert to new options target helper Approved by: portmgr (blanket)
* - Update MASTER_SITES:sunpoet2016-06-271-5/+2
| | | | | | | | | - Remove unresolvable bsdftpd.org - Add my LOCAL - Remove BROKEN - Unmark DEPRECATED and remove EXPIRATION_DATE Approved by: portmgr (blanket)
* - Use USES=mysqlsunpoet2016-06-271-2/+1
|
* - Use WRKSRC_SUBDIRsunpoet2016-06-273-17/+20
| | | | | | - Convert to new options target helper Approved by: portmgr (blanket)
* - Fix build with PHP 7.0sunpoet2016-06-273-1/+446
| | | | | PR: 210003 Submitted by: Hung-Yi Chen <gaod@hychen.org>
* - Update to 2.0.2sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/httprb/http/blob/master/CHANGES.md
* - Update to 1.4.2sunpoet2016-06-272-3/+5
| | | | | | | - Add LICENSE_FILE Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md https://github.com/premailer/css_parser/commits/master
* - Update to 1.9.0sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/grosser/parallel/commits/master
* - Update to 4.7.2sunpoet2016-06-272-4/+4
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Update to 2.4.5sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/guard/guard-minitest/releases
* - Update to 0.5.2sunpoet2016-06-272-3/+7
| | | | | | - Add LICENSE Changes: https://github.com/harrowio/capistrano-harrow/commits/master
* - Update to 1.11.1sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
* - Update to 0.8.0sunpoet2016-06-272-4/+4
| | | | Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
* - Update to 0.9.3sunpoet2016-06-272-4/+5
| | | | Changes: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md
* - Update to 0.40.0sunpoet2016-06-272-4/+5
| | | | Changes: https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md
* - Update to 1.1.0sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.txt
* - Update to 2.4.0sunpoet2016-06-272-5/+6
| | | | Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md
* - Update to 1.5.0sunpoet2016-06-272-4/+5
| | | | Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/HISTORY.md
* - Update to 4.0.0sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md
* - Update to 0.20.6sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/celluloid/celluloid-supervision/blob/master/CHANGES.md
* - Update to 4.3.0sunpoet2016-06-272-4/+4
| | | | Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
* - Update to 2.2.0sunpoet2016-06-272-4/+4
| | | | | Changes: https://github.com/google/oauth2client/releases https://github.com/google/oauth2client/blob/master/CHANGELOG.md
* - Update to 0.4.1sunpoet2016-06-273-5/+6
| | | | | | | | - Add LICENSE_FILE - Update WWW Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases https://github.com/cedadev/ndg_httpsclient/releases
* - Update to 2.6.0sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
* - Update to 2.1.5sunpoet2016-06-272-4/+4
| | | | Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES
* - Update to 2016.2sunpoet2016-06-272-3/+4
| | | | Changes: http://git.tiker.net/pudb.git
* - Update to 0.4.10sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS
* - Update to 2016.5sunpoet2016-06-272-3/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 0.35sunpoet2016-06-272-3/+5
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Web-Query/Changes
* - Update to 0.41sunpoet2016-06-272-4/+6
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Net-Async-HTTP/Changes
* - Update to 0.95sunpoet2016-06-273-4/+6
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* - Update to 1.058sunpoet2016-06-272-3/+4
| | | | Changes: http://search.cpan.org/dist/Net-SSLGlue/Changes
* - Update to 0.000036sunpoet2016-06-273-4/+7
| | | | Changes: http://search.cpan.org/dist/Test2-Suite/Changes
* - Update to 0.007sunpoet2016-06-272-4/+8
| | | | | - Mark DEPRECATED and set EXPIRATION_DATE to 2016-07-31 - Add NO_ARCH
* - Update to 0.24sunpoet2016-06-273-15/+20
| | | | Changes: http://search.cpan.org/dist/Specio/Changes
* - Update to 0.9.41sunpoet2016-06-273-5/+18
| | | | Changes: http://search.cpan.org/dist/Sah/Changes
* - Update to 0.61sunpoet2016-06-272-3/+6
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Pegex/Changes
* - Update to 1.003017sunpoet2016-06-272-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Parse-Method-Signatures/Changes
* - Update to 0.003sunpoet2016-06-272-4/+6
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Module-Runtime-Conflicts/Changes
* - Update to 1.4.0sunpoet2016-06-273-4/+6
| | | | Changes: http://search.cpan.org/dist/Log-Log4perl-Tiny/Changes
* - Update to 0.08sunpoet2016-06-272-3/+4
| | | | Changes: http://search.cpan.org/dist/Log-Any-IfLOG/Changes
* - Update to 0.10sunpoet2016-06-272-4/+9
| | | | | | | - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/IO-Pty-Easy/Changes
* - Update to 1.0705sunpoet2016-06-272-3/+4
| | | | Changes: http://search.cpan.org/dist/Function-Parameters/Changes
* - Update to 0.30sunpoet2016-06-272-4/+6
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/File-Write-Rotate/Changes
* - Update to 0.24sunpoet2016-06-273-5/+11
| | | | Changes: http://search.cpan.org/dist/Devel-MAT/Changes
* - Update to 3.0217sunpoet2016-06-272-3/+4
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* - Update to 0.59sunpoet2016-06-273-13/+7
| | | | Changes: http://joeyh.name/code/moreutils/news/version_0.58/
* - Update to 625.41.2sunpoet2016-06-273-20/+5
|
* - Update to 0.20.18sunpoet2016-06-272-3/+4
| | | | Changes: https://git.gnome.org/browse/gupnp/tree/NEWS
* - Update to 0.14.16sunpoet2016-06-272-3/+4
| | | | Changes: https://git.gnome.org/browse/gssdp/tree/NEWS
* - Update to 20160621sunpoet2016-06-272-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Update to 1.3.24sunpoet2016-06-273-10/+10
| | | | | | - Cosmetic change Changes: http://www.graphicsmagick.org/NEWS.html
* - Remove expired ruby-gdal from SLAVEDIRSsunpoet2016-06-271-1/+1
|
* - Update to 3.0.10sunpoet2016-06-272-3/+4
| | | | Changes: http://swig.org/release.html
* - Update to 3.18.1sunpoet2016-06-273-3/+5
| | | | Changes: https://fossies.org/linux/libdap/NEWS
* - Update to 20160606sunpoet2016-06-272-4/+4
| | | | Changes: http://invisible-island.net/byacc/CHANGES.html
* - Update to 4.6.1sunpoet2016-06-273-3/+5
| | | | Changes: https://github.com/facebook/rocksdb/releases
* - Update to 0.4.0sunpoet2016-06-273-28/+4
| | | | Changes: https://github.com/google/brotli/releases
* - Update to 7.49.1sunpoet2016-06-273-4/+5
| | | | Changes: http://curl.haxx.se/changes.html
* - Update to 1.11.1sunpoet2016-06-272-4/+4
| | | | Changes: https://github.com/nghttp2/nghttp2/releases
* - Add p5-Test-Needs 0.002002sunpoet2016-06-275-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip. If used in a subtest, the remainder of the subtest will be skipped. Skipping will work even if some tests have already been run, or if a plan has been declared. Versions are checked via a $module->VERSION($wanted_version) call. Versions must be provided in a format that will be accepted. No extra processing is done on them. If perl is used as a module, the version is checked against the running perl version ($]). The version can be specified as a number, dotted-decimal string, v-string, or version object. If the RELEASE_TESTING environment variable is set, the tests will fail rather than skip. Subtests will be aborted, but the test script will continue running after that point. WWW: http://search.cpan.org/dist/Test-Needs/
* Add opt_CMAKE_BOOL_OFF, oposite of opt_CMAKE_BOOL.mat2016-06-271-0/+9
| | | | | PR: 210576 Sponsored by: Absolight
* - Upgrade to 2.3.2thierry2016-06-263-4/+92
| | | | | | Changelog at https://cran.r-project.org/web/packages/R2HTML/NEWS - Switch to a fixed plist.
* Update to 3.04matthew2016-06-265-17/+31
| | | | | | | | | - switch to GitHub. This is the account belonging to the original author of cowsay, who submitted the PR. PR: 210547 Submitted by: tony+freebsd@nog.net (author) Approved by: lifanov@mail.lifanov.com (maintainer)
* Update to 2.7.6-21.el6_8.1.tijl2016-06-263-15/+15
|
* New port: devel/py-twextpi2016-06-264-0/+60
| | | | | | | | | | twext is a Python module consisting of extensions to the Twisted Framework. (http://twistedmatrix.com/) WWW: http://trac.calendarserver.org/wiki/twext PR: 210263 Submitted by: Axel Rau <Axel.Rau@Chaos1.DE>
* Update to 2.16.1zeising2016-06-262-4/+4
| | | | Changelog: http://feh.finalrewind.org/archive/2.16.1/
* Update amule-devel port to svn revision 10933.bar2016-06-262-3/+4
|
* math/R: add LIBR to OPTIONS_DEFAULT to allow math/rkward-kde4 to buildpi2016-06-261-2/+2
| | | | | PR: 207425 Reported by: thierry
* New port: devel/py-calendarpi2016-06-264-0/+47
| | | | | | | | | | | calendar is a python library for parsing and generating iCalendar data. See RFC 5545 and 6350. http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk WWW: http://trac.calendarserver.org/wiki/twext PR: 210262 Submitted by: Axel Rau <Axel.Rau@Chaos1.DE>
* net/py-libcloud: update to 1.0.0novel2016-06-262-3/+3
|
* audio/mpg123: update to 1.23.5novel2016-06-263-4/+4
|
* - Update to 1.7cpm2016-06-263-8/+10
| | | | | | | | | | | | | | | - Switch to GH - Update WWW in pkg-descr - Added new question feature - Fixed windows color problem - Intelligent colors - Added open in browser Reviewed by: koobs, junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6964
* Update to upstream version 3.7.2riggs2016-06-262-7/+5
| | | | | | | | | | | | | | | | Detailed maintainer log: Features: - Wave drag estimation by area distribution and Eminton Lord calculation - Variable presets for saving model state Bug Fixes: - Fix crash caused by reading file without VarPresets field. - Fix crash when deleting empty var presets group While on it: - Pet portlint PR: 210574 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* New port: java/aparapipi2016-06-269-0/+243
| | | | | | | | | | | | | | aparapi is an open source API for expressing data parallel workflows in Java. Originally an AMD product, Aparapi was released to open source on September 14, 2011. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java# bytecode of compatible workloads into OpenCL# so that it can be executed on a variety of GPU devices. WWW: https://github.com/aparapi/aparapi PR: 204024 Submitted by: dieterich@ogolem.org
* databases/mariadb100-server: Update to 10.0.26brnrd2016-06-264-12/+74
| | | | | | | | - Update -server and -client to 10.0.26 - Add private headers to -server package - Remove private headers from -client (conflict) - Add License file for PerconaFT - Add archivers/snappy dependency for TokuDB
* - Update to 3.4.1tota2016-06-263-38/+34
| | | | | PR: 210372 (based on) Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
* Make dependency on ispell a default OPTIONriggs2016-06-261-4/+5
| | | | | | | | | While on it: - Fix typo in makefile (PORTREIVSION -> PORTREVISION) PR: 208914 Submitted by: olexander.v.melnyk@gmail.com Approved by: maintainer timeout
* - Clarify LICENSEamdmi32016-06-261-35/+21
| | | | | - Add LICENSE_FILE - Switch to options helpers
* Update to 1.5.delphij2016-06-262-3/+4
|
* Update to 1.8.delphij2016-06-262-3/+4
|
* Deprecate and expire the legacy screen port. It's been almost eightcy2016-06-261-0/+3
| | | | years since 4.0.3 was released.
* Add a pkg-message note about a fix to the screen message structurecy2016-06-262-0/+10
| | | | | | | | | field responsible for $TERM handling. It is impossible to reattach to older versions. See https://lists.gnu.org/archive/html/screen-users/2016-06/msg00014.html. PR: 210551
* devel/gitblit: update 1.7.1 -> 1.8.0junovitch2016-06-263-4/+8
| | | | | PR: 210535 Submitted by: Dusan Vejnovic <freebsd@dussan.org> (maintainer)
* mail/davmail: update 4.6.1 -> 4.7.2junovitch2016-06-266-19/+33
| | | | | | | | | | | | | | | | | - Update rc.d script to run as davmail user rather than root - Update rc.d script to take advantage of daemon(8) rather than hand-rolling process management - Update rev info (checksums, refresh patches, etc.) - Remove .md5 files - Appease testport by removing empty dirs in STAGEDIR not in plist UIDs/GIDs: add davmail user Changes: https://sourceforge.net/p/davmail/code/2427/tree/trunk/releasenotes.txt PR: 209354 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (7 weeks)
* sysutils/py-salt: update 2016.3.0 -> 2016.3.1junovitch2016-06-266-114/+4
| | | | | | | | | - Remove patches accepted upstream Changes: https://docs.saltstack.com/en/latest/topics/releases/2016.3.1.html PR: 210395 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* net-mgmt/lldpd: update 0.9.2 -> 0.9.4junovitch2016-06-265-3/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix lldpd(8) in post-patch to show correct lldpd config file/directory path. - Apply extra patches taken from upstream right after 0.9.4 was released: * Fix build issues with 9.3's older cpp not supporting mutiple files as input. (likely Tier 2 archs with GCC 4.2 too) * Fix a regression which was caused by importing/adding support for new OpenBSD ifmediareq changes* and the use of typeof in 0.9.4 lldpd (0.9.3) * Do not rely on support of constructors for liblldpctl. * Always log to stderr (even in addition to syslog). * `lldpcli watch` accepts a limit on the number of received events. * `lldpcli -f {xml,json} watch` should work now. * Consider `veth` interfaces as physical interfaces. lldpd (0.9.4) * Make lldpd accepts a `-p` option to specify the PID file. * Ability to change multicast MAC address to two additional values to reach customer bridges. * lldpcli will now display chassis TTL when detailed view is enabled. * Fix setting of local value for port ID. * Fix compilation with BSD make. * Ensure lldpcli returns an error code on invalid commands. PR: 210390 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
* japanese/wordpress: update 4.5.2 -> 4.5.3junovitch2016-06-262-3/+4
| | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2016-5832 Security: CVE-2016-5833 Security: CVE-2016-5834 Security: CVE-2016-5835 Security: CVE-2016-5836 Security: CVE-2016-5837 Security: CVE-2016-5838 Security: CVE-2016-5839 Security: https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html MFH: 2016Q2
* german/wordpress: update 4.5.2 -> 4.5.3junovitch2016-06-262-3/+4
| | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2016-5832 Security: CVE-2016-5833 Security: CVE-2016-5834 Security: CVE-2016-5835 Security: CVE-2016-5836 Security: CVE-2016-5837 Security: CVE-2016-5838 Security: CVE-2016-5839 Security: https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html MFH: 2016Q2
* www/wordpress: update 4.5.2 -> 4.5.3junovitch2016-06-262-3/+4
| | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2016-5832 Security: CVE-2016-5833 Security: CVE-2016-5834 Security: CVE-2016-5835 Security: CVE-2016-5836 Security: CVE-2016-5837 Security: CVE-2016-5838 Security: CVE-2016-5839 Security: https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html MFH: 2016Q2
* Document Wordpress vulnerabilities fixed in 4.5.3junovitch2016-06-261-0/+58
| | | | | | | | | | | | | | | PR: 210480 [1] PR: 210581 Reported by: Mihail Timofeev <9267096@gmail.com> [1] Security: CVE-2016-5832 Security: CVE-2016-5833 Security: CVE-2016-5834 Security: CVE-2016-5835 Security: CVE-2016-5836 Security: CVE-2016-5837 Security: CVE-2016-5838 Security: CVE-2016-5839 Security: https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html
* New port: devel/sonarqubejunovitch2016-06-268-0/+2429
| | | | | | | | | | | | | | | | | | | | | | | | | | | The SonarQube platform is an open source quality management platform, dedicated to continuously analyzing and measuring the technical quality of source code, from project portfolio down to the method level. Features: - Supports languages: Java, C/C++, Objective-C, C#, PHP, Flex, Groovy, JavaScript, Python, PL/SQL, COBOL, etc. - Can also be used in Android development. - Offers reports on duplicated code, coding standards, unit tests, code coverage, complex code, potential bugs, comments and design and architecture. - Records metrics history and provides evolution graphs ("time machine") and differential views. - Provides fully automated analyses: integrates with Maven, Ant, Gradle and continuous integration tools (Atlassian Bamboo, Jenkins, Hudson, etc.). - Integrates with the Eclipse development environment. - Integrates with external tools: JIRA, Mantis, LDAP, Fortify, etc. - Is expandable with the use of plugins. - Implements the SQALE methodology to compute technical debt. WWW: http://www.sonarqube.org/ PR: 203077 Submitted by: Dusan Vejnovic <freebsd@dussan.org>
* Add an opt_CMAKE_BOOL options helper.adamw2016-06-262-0/+22
| | | | | | | | | | | | | SOMEOPT_CMAKE_BOOL= WITH_FOO BAR expands to: -DWITH_FOO:BOOL=true -DBAR:BOOL=true or -DWITH_FOO:BOOL=false -DBAR:BOOL=false PR: 210576 Approved by: portmgr (mat)
* lang/php70: update 7.0.7 -> 7.0.8junovitch2016-06-262-4/+4
| | | | | | | | | | | | | | | | | | PR: 210491 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2
* lang/php56: update 5.6.22 -> 5.6.23junovitch2016-06-262-4/+4
| | | | | | | | | | | | | | | | | PR: 210502 Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2
* lang/php55: update 5.5.36 -> 5.5.37junovitch2016-06-262-4/+4
| | | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2
* Docment security issues fixed in PHP 7.0.8, 5.6.23, and 5.5.37junovitch2016-06-261-0/+114
| | | | | | | | | | | | | | | | | PR: 210491 PR: 210502 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Reported by: Philip Jocks <freebsdbugs@filis.org> Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html
* Make MAKE_JOBS_UNSAFE, tries to use stuff before building them, for example:mat2016-06-261-2/+3
| | | | | | | | | /wrkdirs/usr/ports/textproc/groff/work/groff-1.22.2/src/devices/gropdf/pdfmom: not found gmake[3]: *** [Makefile.sub:117: examples/letter.pdf] Error 127 While there, remove the bsd.port.pre/post inclusion. Sponsored by: Absolight
* Update to 0.5.7bapt2016-06-262-5/+5
| | | | | It fixed build on freebsd 9 while here use gmake-lite to build so the dependency chain remain minimal
* Update avro and related ports from version 1.7.7 to 1.8.1gnn2016-06-268-16/+26
| | | | | | | Submitted by: Arun Thomas <arun.thomas @ gmail.com> Reviewed by: vg Approved by: vg (maintainer) Sponsored by: DARPA, AFRL
* emulators/i386-wine-devel: update to 1.9.12.dbn2016-06-263-25/+18
| | | | | - Track mono dependency change - Update minimum FreeBSD ABI for -current.
* - Update to 1.1.0olivierd2016-06-264-7/+14
| | | | | | | - Add SRCONV option PR: 210526 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* Reduce a little bit foot shooting for people installing python 3 ports usingantoine2016-06-261-1/+6
| | | | | | | PYTHON_ABIVER/PYTHON_INCLUDEDIR, when they use default options for lang/python3x, by providing a reasonable default value to PYTHON_ABIVER With hat: portmgr
* - Update to 1.1.0olivierd2016-06-264-21/+34
| | | | | | | | - Remove SRCONV option - Add 3 new options: TWOPANEDIALOG, QTMULTIMEDIA and SOXR PR: 210524 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* Fix package origin of audio/libsoxrolivierd2016-06-261-1/+1
|
* - Update to 0.10.0olivierd2016-06-264-8/+14
| | | | | | | - Add new option, SRCONV PR: 210525 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* - Update to 0.10.0olivierd2016-06-264-22/+34
| | | | | | | | | | - Remove SRCONV option - Add 3 new options: TWOPANEDIALOG, QTMULTIMEDIA and SOXR Changes: https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/branches/qmmp-0.10/ChangeLog PR: 210523 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* - Add patch, after revision r417478 (update of audio/wildmidi), due toolivierd2016-06-262-0/+12
| | | | | API changes - Bump PORTREVISION
* Update to 0.4.0olivierd2016-06-263-17/+22
| | | | | | | Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.0 PR: 210365 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* math/R: Add optimization related options to Makefilepi2016-06-262-29/+40
| | | | | | | | | | | | There are a couple of enhancements that can be made to math/R regarding optimization: one would be to enable LTO and OpenMP whenever the compiler supports it, another one would be to allow linking to OpenBLAS besides ATLAS or R's internal BLAS implementation. The patch was inspired by math/octave's handling of BLAS. PR: 207425 Submitted by: elferdo@gmail.com Approved by: bf (maintainer timeout)
* Import audio/libsoxr, a sample-rate conversion libraryriggs2016-06-266-0/+131
| | | | | PR: liangtai.s16@gmail.com Reviewed by: riggs
* Upgrade to 1.7.6.thierry2016-06-262-4/+5
| | | | | Changelog at <https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/1.7.6>.
* Update to 1.9.0.tijl2016-06-262-3/+4
| | | | | PR: 210575 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 2.1.4.tijl2016-06-254-7/+113
| | | | | | | | - Let the socket backend print debug messages on the DEBUG channel. The other channels affect the printer status message in lpstat(1) which can be confusing. [1] PR: 203058 [1]
* New port: databases/php70-redispi2016-06-254-0/+33
| | | | | | | | | | | This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. WWW: https://github.com/phpredis/phpredis PR: 210552, 208016 Submitted by: joshruehlig@gmail.com, townwear@gmail.com
* mail/qmail: Add rc.d script for qmails queue management daemonspi2016-06-253-4/+74
| | | | | PR: 210223 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer)
* Update to 2.01, and add NO_ARCH.adamw2016-06-252-5/+6
| | | | Changes: https://metacpan.org/source/NIGELM/Catalyst-Controller-HTML-FormFu-2.01/Changes
* Update to 2.03. Add p5-CGI to TEST_DEPENDS.adamw2016-06-252-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/HTML-FormFu
* Update to 1.302033.adamw2016-06-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Test-Simple
* devel/cmake-doc: Fix pkg-plistpi2016-06-251-0/+1
| | | | | | | | - %%DOCSDIR%%/html/_static/default.css was missing PR: 210477 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* Update devel/elixir-combine to version 0.9.1.olgeni2016-06-252-4/+4
|
* Update devel/erlang-gen_smtp to version 0.11.0.olgeni2016-06-252-4/+4
|
* Release 1.8.6bapt2016-06-253-18/+4
| | | | | | | | - Important fixes in the solver - When conflicts are found, they are explicitly printed - Reduce namecache contention a bit - Temporary files created during extraction are now hidden - Accept symlinks to directories when pkg is expecting a directory
* Fix filename in distinfo.roberto2016-06-251-3/+3
| | | | | PR: 210553 Submitted by: t@tobik.me
* Update to 1.8.99.8bapt2016-06-252-4/+4
| | | | | | | - Accept symlinks to directory when the package expects a directory - Cleanup symlink checksuming code - Fix a bug that results in bus error on very specific cases with lots of packages installed
* Fix packagingantoine2016-06-251-3/+3
| | | | Reported by: pkg-fallout
* Add new port -- Yubico PIV toolume2016-06-254-0/+53
| | | | | | | | | The Yubico PIV tool is used for interacting with the Privilege and Identification Card (PIV) application on a YubiKey. With it you may generate keys on the device, importing keys and certificates, and create certificate requests, and other operations. A shared library and a command-line tool is included.
* Update devel/erlang-jobs to version 0.5.olgeni2016-06-253-11/+17
|
* - Switch to options helpersamdmi32016-06-251-3/+4
|
* Hook doas to the buildantoine2016-06-251-0/+1
|
* benchmarks/himenobench: Follow up IFC removalmarino2016-06-252-6/+2
| | | | | The IFC option removal was not complete. Alter the pkg-plist accordingly and bump.
* Diligent is unofficial cross-platform desktop client for Slack.kmoore2016-06-255-0/+56
| | | | WWW: https://github.com/trueos/diligent
* - Fix build with base system clangvsevolod2016-06-252-0/+12
| | | | Submitted by: Justin Viiret <justin.viiret at intel.com>
* Update to a new snapshot with improved compressed capability support.brooks2016-06-252-4/+4
|
* Change PORTREVISION to something sensible as upstream did not change.roberto2016-06-251-1/+1
| | | | Reported by: mat
* New port: misc/py-soclicpm2016-06-254-0/+32
| | | | | | | | | | | | Stack overflow command line client written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. WWW: https://pypi.python.org/pypi/socli/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6939
* New port: textproc/py-beautifulsoup4cpm2016-06-254-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. It doesn't take much code to write an application. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't detect one. Then you just have to specify the original encoding. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib, allowing you to try out different parsing strategies or trade speed for flexibility. WWW: https://www.crummy.com/software/BeautifulSoup/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6937
* Plugin implements SSO authentication method in Redmine.feld2016-06-254-0/+35
| | | | | | | Plugin allows transparent authentication of the User using his domain account through Web-server module (for ex. mod_ntlm in Apache). WWW: https://bitbucket.org/dkuk/single_auth
* This is a plugin for including common libraries into Redmine.feld2016-06-254-0/+30
| | | | WWW: https://bitbucket.org/dkuk/a_common_libs
* security/py-certbot: Complete renaming from letsencryptbrnrd2016-06-252-2/+2
| | | | | | - Rename relevant occurences in pkg-descr and pkg-message PR: 210508
* Missed the fact that ${ETCDIR} includes the port's name.roberto2016-06-251-0/+1
| | | | Submitted by: @mordin_ on Twitter.
* Update to commit 720db72 to fix a security issue.roberto2016-06-254-26/+4
| | | | Reported by: Bryan Steele (@canadianbryan on Twitter)
* IIPImage is an advanced high-performance feature-rich imagepawel2016-06-255-0/+149
| | | | | | | | | | | | | | server system for web-based streamed viewing and zooming of ultra high-resolution images with low processor and memory requirements. The system can handle gigapixel size images as well as advanced image features such as 8/16/32 bits per channel, CIELAB colorimetric images and scientific imagery such as multispectral images and digital elevation maps. WWW: http://iipimage.sourceforge.net/ PR: 210437 Submitted by: me@skylord.ru
* Enable PYTHON option by defaultpawel2016-06-251-2/+2
| | | | | PR: 210497 Submitted by: maintainer
* - Update to 0.07amdmi32016-06-254-5/+6
| | | | | | | - While here, add NO_ARCH PR: 210527 Submitted by: freebsd-ports@t-b-o-h.net (maintainer)
* Update to 2.106.adamw2016-06-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/XML-LibXML
* Update to 0.38, and add NO_ARCH.adamw2016-06-252-4/+7
| | | | Changes: https://metacpan.org/changes/distribution/Test-Moose-More
* devel/qtcreator: fix crashes under certain circumstancespi2016-06-252-4/+7
| | | | | | | | | | | | A regression was detected that causes crashes under certain conditions. This is fixed by https://codereview.qt-project.org/#/c/163443/ incorporated with this updated patchset. PR: 210530 Submitted by: Ralf Nolden <nolden@kde.org> (kde)
* - Switch port to new GitHub homeamdmi32016-06-252-5/+11
| | | | | | | - While here, add LICENSE PR: 210428 Submitted by: eimar.koort@gmail.com (maintainer)
* Fix debugging that crept inbdrewery2016-06-242-1/+20
|
* Fix debugging that crept inbdrewery2016-06-242-1/+20
|
* - Update to 3.0-1677-g146fc3fbdrewery2016-06-242-5/+5
| | | | | | - Support 252 colors for job IDs - Ensure bmake is used for ports_env (fixes usage for 9.x) - Fix creating /nxb-bin in the root system
* - Update to 3.1.14bdrewery2016-06-242-4/+4
| | | | - Fix creating /nxb-bin in the root system
* Fix build of slave port databases/luasql-firebirdamdmi32016-06-242-1/+13
|
* security/nss: update to 3.25jbeich2016-06-244-6/+6
| | | | Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.25_release_notes
* - Switch to options helpersamdmi32016-06-241-24/+18
| | | | - Cosmetic fixes
* - Update to 1.7amdmi32016-06-244-12/+19
| | | | | PR: 210006 Submitted by: ybungalobill@gmail.com (maintainer)
* multimedia/plexmediaserver{-plexpass}: Update to 1.0.0feld2016-06-246-1131/+771
| | | | Changelog: https://forums.plex.tv/discussion/comment/1203901#Comment_1203901
* - Add graphics/dilayamdmi32016-06-244-0/+43
| | | | | | | | | | | | Dilay is a 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tools. As each tool locally subdivides the mesh where more details are required, Dilay allows artists to rapidly create complex meshes. WWW: http://abau.org/dilay PR: 210369 Submitted by: yuri@rawbw.com
* Change the ETCDIR description to say "${PREFIX}" instead ofadamw2016-06-241-1/+1
| | | | | showing the actual prefix. Otherwise poudriere says it will read from /nonexistent/etc.
* r417390 successfully hid 5gp-1.02 from portscout, but now it's findingadamw2016-06-241-1/+1
| | | | 5gp-1.01. Change over to a numbers-and-dots regex instead.
* Grafana is an open source, feature rich metrics dashboardkmoore2016-06-247-0/+6014
| | | | | | | | | and graph editor for Graphite, InfluxDB & OpenTSDB. WWW: https://github.com/grafana/grafana PR: 210485 Submitted by: John Hixson <jhixson@gmail.com>
* Switch zsh back to looking for system-wide files under ${PREFIX}/etc,adamw2016-06-243-7/+33
| | | | | | | | rather than /etc. Add an option, ETCDIR, to switch it back to /etc. Also includes a couple whitespace cleanups. PORTREVISION bump, and a note in UPDATING. PR: 201866
* - Switch to options helpersamdmi32016-06-241-6/+13
| | | | - Cosmetic fixes
* - Clarify LICENSEamdmi32016-06-241-25/+16
| | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers
* Update to version 3.3.0.demon2016-06-245-71/+93
| | | | | PR: 210140 Maintainer timeout: 16 days
* - Remove redundant ALL_TARGETamdmi32016-06-241-6/+7
| | | | - Switch to options helpers
* - Remove always true conditionamdmi32016-06-241-1/+1
| | | | Approved by: portmgr blanket
* Change AUTHOR: entry in UPDATING to committervd2016-06-241-1/+1
| | | | Suggested by: koobs@
* net/libvncserver: Update to 0.9.10woodsb022016-06-246-52/+19
| | | | | | | | | | | | | | | | - Change from SF to GITHUB, as old WWW redirects there - Add USES=autoreconf pkgconfig as distfile no longer contains configure - Remove CONFIGURE_ARGS=--without-x as it is ignored (no longer supported) - Convert OPENSSL and GNUTLS to OPTIONS_SINGLE, as build fails with neither - Add GNUTLS_IMPLIES=GCRYPT as build fails with GNUTLS but not GCRYPT - Add LIB_DEPENDS=libgpg-error.so as reported by new stage-qa script - Tidy up patches for new release, ensure pathfix applies to Makefile.am Reported by: dutchman01@quicknet.nl Reviewed by: adamw (mentor) Approved by: mat (mentor) Relnotes: https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.10 Differential Revision: https://reviews.freebsd.org/D6946
* - Clarify LICENSEamdmi32016-06-241-6/+7
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Add missing dependency, fixing buildamdmi32016-06-241-1/+5
| | | | - Switch to options helpers
* Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup.bdrewery2016-06-241-6/+4
| | | | | This also optimizes the PKGBASE/PKGFILE lookup with the new port_var_fetch(), which passes in the known DEPENDS_ARGS.
* Add a function port_var_fetch() for fetching multiple variables from a port.bdrewery2016-06-241-0/+29
| | | | This is taken from Poudriere (uncommitted)
* Show proper variable in error.bdrewery2016-06-241-1/+1
| | | | With hat: portmgr
* Update to 2.3.3kevlo2016-06-245-8/+12
|
* - add _ypldap to USERS_BLACKLIST and GROUPS_BLACKLISTohauer2016-06-241-2/+2
| | | | | | PR: 210282 Submitted by: ohauer Approved by: portmgr (mat@)
* Update to 5.4.0kevlo2016-06-242-6/+6
| | | | | | PR: 209986 Submitted by: myself Approved by: maintainer timeout (nivit, 20 days)
* New port: security/doasroberto2016-06-246-0/+69
| | | | | | | | | | | | | | | | | | The doas program allows users to run commands as another user (usually root). The doas program was written by the OpenBSD team to provide a lightweight, simplified (and more secure) alternative to the sudo command. Original upstream (OpenBSD) source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/doas/ FreeBSD version: https://github.com/slicer69/doas NOTE: I added the two patch files to workaround issues mentioned in the PR about hardcoding of /usr/local. PR: 210473 Submitted by: jsmith@resonatingmedia.com Modified by: jrm@ftfl.ca (see PR) and me (roberto)
* Remove useless --disable-staticbapt2016-06-241-1/+0
|
* Update to 0.5.6bapt2016-06-242-4/+4
|
* - Add databases/tile38amdmi32016-06-248-1/+128
| | | | | | | | | | | | | | | | | | | | | | | | Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. Features: Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS. Realtime geofencing through persistent sockets or webhooks. Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile. Support for lots of Clients Libraries written in many different langauges. Variety of client protocols, including http (curl), websockets, telnet, and the Redis RESP. Server responses are RESP or JSON. Full command line interface. Leader / follower replication. In-memory database that persists on disk. WWW: http://tile38.com/ PR: 210147 Submitted by: olevole@olevole.ru
* New slibtool:bapt2016-06-245-0/+53
| | | | | | | | | | | | | | | | | | | `slibtool` is an independent reimplementation of the widely used libtool, written in C. `slibtool` is designed to be a clean, fast, easy-to-use libtool drop-in replacement, and is accordingly aimed at package authors, distro developers, and system integrators. `slibtool` maintains compatibility with libtool in nearly every aspect of the tool's functionality as well as semantics, leaving out (or turning into a no-op) only a small number of features that are no longer needed on modern systems. Being a compiled binary, and although not primarily written for the sake of performance, building a package with `slibtool` is often faster than with its script-based counterpart. The resulting performance gain would normally vary between packages, and is most noticeable in builds that invoke libtool a large number of times, and which are characterized by the short compilation duration of individual translation units. WWW: http://git.midipix.org/cgit.cgi/slibtool/
* - Update to 1.4.1amdmi32016-06-244-107/+4
|
* archivers/libarchive: Update to 3.2.1feld2016-06-242-5/+9
| | | | | | | | | | | This release resolves several vulnerabilities. PR: 210493 MFH: 2016Q2 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302
* Update to 20160606trociny2016-06-242-4/+4
|
* - Add missing php dependencies, works with PHP7pawel2016-06-242-18/+8
| | | | | | | - Documentation tweaks PR: 210442 Submitted by: maintainer
* Update versions for 9.x and 10.x.tdb2016-06-243-0/+24
|
* - fix detection of threaded httpdohauer2016-06-241-1/+1
| | | | Approved by: mat@
* Convert to USES=localbasemadpilot2016-06-241-3/+1
|
* - Update to 1.7.1madpilot2016-06-242-10/+7
| | | | | - Convert to USES=localbase - Remove uneeded use of bsd.port.pre.mk
* - Update to 1.7.1madpilot2016-06-244-11/+85
| | | | - Convert to USES=localbase
* Update to 2.5gblach2016-06-242-5/+6
|