aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream version 0.05.25riggs2016-04-282-3/+3
| | | | | PR: 209088 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to 0.4218.adamw2016-04-282-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Module-Build
* Fix an issue with gdb triggering assertions in kgdb on i386.jhb2016-04-282-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | The kgdb targets use runtime assertions on native targets to verify that the helper arrays documenting the layout of things like the PCB and trapframe structures match. Ideally these asserts would be compile time assertions, but they cannot be checked at compile time. Instead, they are checked at runtime during gdb startup. However, the layout of the i386 PCB changed when the AVX changes were merged to i386. The constants in the i386 target assume the post-AVX layout, but gdb packages on stable branches might be built against pre-AVX worlds. In that case, those gdb binaries will trigger these assertions on every invocation. As a workaround, disable the PCB-related assertions on pre-AVX worlds. If kgdb is run against a pre-AVX kernel it will not be able to parse the PCB correctly, but userland debugging should work fine. kgdb built against a pre-AVX world but run against an AVX kernel should work fine. PR: 209061 Reported by: trasz Approved by: luca.pizzamiglio@gmail.com (maintainer), swills
* Switch to USES=mysqladamw2016-04-281-1/+1
|
* Update to 0.4.14.adamw2016-04-273-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most important feature that this new release adds is the IMAPSIEVE capability, which allows executing Sieve scripts at IMAP events. It also adds the ability to obtain trace logs from Sieve execution at actual delivery (or from IMAP), rather than only using the sieve-test command line tool. This release also fixes a bug in the Sieve extprograms plugin that has been bothering a few people for a while now. Changelog v0.4.14: * The address test now allows specifying the X-Original-To header. + Implemented the Sieve imapsieve extension and its IMAP counterpart (RFC 6785) as a set of plugins. This allows running Sieve scripts at IMAP activity, rather than at delivery. There are also facilities for the familiar sieve_before/sieve_after administrator scripts. A user script is defined for a mailbox using an IMAP METADATA entry, whereas administrator scripts are configured using mailbox matching rules defined in the plugin settings. + Adjusted the Sieve ihave extension to allow capability tests to be performed at runtime. This way, scripts can be written that work both at delivery and from IMAP. + Implemented support for runtime trace debugging. This means that detailed information about which commands, actions and tests are performed is written to a file. That file is created in the configured directory, but only if that directory exists. This way, a particular user can be easily singled out for debugging. This works much like the Dovecot rawlog facility. The trace output is identical to what is produced using sieve-test with its "-t" command line option. + Added a "sieve_user_email" setting that configures the user's primary email address. This is mainly useful to have a user email address available in IMAP, where envelope data is unavailable. + Implemented the dovecot-specific "vnd.dovecot.report" extension. This allows sending report messages in the Message Abuse Reporting Format (RFC 5965). - extprograms plugin: Fixed epoll() panic caused by closing the output FD before the output stream. - Made sure that the local part of a mail address is encoded properly using quoted string syntax when it is not a dot-atom. PR: 209084 Submitted by: maintainer (Larry Rosenman)
* Handle nodejs not being found in the path.brd2016-04-272-0/+16
| | | | | | This fixes running ruby on rails under nginx and passenger. Approved by: swills (mentor, ruby)
* Fix 'status' argument for rc-scripts.demon2016-04-276-0/+37
| | | | | PR: 208639 Submitted by: xmj
* Fix 'status' argument for rc-scripts.demon2016-04-272-0/+2
| | | | | PR: 208640 Submitted by: xmj
* Update to v5.24-RC3.mat2016-04-272-3/+3
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC2...v5.24.0-RC3 Sponsored by: Absolight
* Update to XMLSec 1.2.22johans2016-04-273-19/+9
| | | | https://www.aleksey.com/xmlsec/news.html
* Update to signing-party 2.3johans2016-04-273-18/+3
| | | | | http://anonscm.debian.org/viewvc/pgp-tools/trunk/debian/changelog?view=markup Remove patch that is now included upstream
* Update shotwell to 0.23.0cmt2016-04-274-15/+52
| | | | | | | | while here, update WWW and do a little cosmetics PR: 209065 Submitted by: woodsb02@gmail.com Approved by: rene (mentor)
* Commit a forgotten CHANGES entry.mat2016-04-271-0/+7
| | | | Sponsored by: Absolight
* Unbreak the build after `science/hdf5' was updated to v1.10.0 in r413700.danfe2016-04-271-0/+4
| | | | | Reported by: pkg-fallout Pointy hat to: sunpoet
* Update to gzip 1.8 (bugfix release)johans2016-04-272-3/+3
| | | | http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
* - Unbreak by updating to 15.12nivit2016-04-273-7/+169
| | | | - Add NO_ARCH
* Provide an option to build with ReGIS graphics support.ehaupt2016-04-271-1/+3
| | | | | PR: 209083 Submitted by: IWAMOTO Kouichi
* sysutils/cronic: NEW PORT - Shell script that handles cron error detectionrobak2016-04-274-0/+43
| | | | | | | | | | | | | Cronic is a small shim shell script for wrapping cron jobs so that cron only sends email when an error has occurred. Cronic defines an error as any non-trace error output or a non-zero result code. Cronic filters Bash execution traces (or anything matching PS4) from the error output, so jobs can be run with execution tracing to aid forensic debugging. WWW: http://habilis.net/cronic PR: 208747 Submitted by: David Harrigan <dharrigan@gmail.com>
* net-mgmt/zabbix3-server: update 3.0.1 -> 3.0.2robak2016-04-274-7/+6
| | | | | | | - Update MAINTAINER email PR: 209028 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* net-mgmt/zabbix22-server: update 2.2.11 -> 2.2.12robak2016-04-272-5/+5
| | | | | | | - Update MAINTAINER email PR: 209031 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* - Add NO_ARCHamdmi32016-04-271-3/+6
| | | | - Switch to options helpers
* net-mgmt/zabbix24-server: update 2.4.7 -> 2.4.8robak2016-04-273-6/+6
| | | | | | | - Update MAINTAINER email PR: 209030 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* - Update to 1.0.2wen2016-04-272-3/+3
| | | | | PR: 209080 Submitted by: mose@gandi.net(maintainer)
* Update pgpdump to 0.30 (bugfix release)johans2016-04-272-5/+3
|
* - Update to 0.3.7wen2016-04-273-3/+16
| | | | | PR: 209082 Submitted by: bacon4000@gmail.com(maintainer)
* Bump up the requirements for the version of FreeBSD.ed2016-04-271-2/+2
| | | | | | The emulator now depends on a recent enough version of FreeBSD that has a modern Capsicum implementation to work properly, which was when __FreeBSD_version was bumped to 1001511.
* security/libuecc: add mastersite with https as first choicepi2016-04-271-1/+2
| | | | | PR: 208418 Submitted by: crest_maintainer@rlwinm.de (maintainer)
* Security update net/ntp to 4.2.8p7.delphij2016-04-272-3/+3
| | | | | | | | | | | | | | | | | Security: CVE-2015-7704 Security: CVE-2015-8138 Security: CVE-2016-1547 Security: CVE-2016-1548 Security: CVE-2016-1549 Security: CVE-2016-1550 Security: CVE-2016-1551 Security: CVE-2016-2516 Security: CVE-2016-2517 Security: CVE-2016-2518 Security: CVE-2016-2519 Security: b2487d9a-0c30-11e6-acd0-d050996490d0 MFH: 2016Q2 With hat: so
* Document NTP multiple vulnerabilities.delphij2016-04-271-0/+87
|
* Upgrade from 5.0.26 to 5.0.27:osa2016-04-2710-17/+18
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Upgrade from 1.8.1 to 1.10.1.osa2016-04-279-81/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please note: several vendor's modules: o) http_geoip o) http_image_filter o) http_perl o) http_xslt o) mail o) stream as well as third-party modules, like: o) brotli o) dynamic_upstream o) echo o) eval o) headers_more o) http_redis o) lua o) njs o) passenger o) setmisc o) small_light have been reconfigured as dynamic modules. Also, the spdy module has been removed from 1.10.x branch and replaced by httpv2 module. In case of using of any of those modules it's highly recommend to review and update the nginx configuration file - nginx.conf.
* sysutils/mfid: Update to 0.03feld2016-04-272-3/+3
| | | | | | | Previous update had a Makefile change to quiet a warning, but poudriere throws an error for setting MK_MAN MFH: 2016Q2
* Please welcome, nginx 1.10.0 - new stable version.osa2016-04-272-3/+3
| | | | | | | | <ChangeLog> *) 1.10.x stable branch. </ChangeLog>
* - Convert to USES=mysqlmadpilot2016-04-273-7/+9
| | | | - While here enable MYSQL option by default
* Convert to USES=mysql.madpilot2016-04-271-1/+2
|
* Convert to USES=mysqlmadpilot2016-04-271-1/+1
|
* Update to GNU grep 2.25 (bugfix release)johans2016-04-272-3/+3
| | | | http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
* Update to WolfSSL 3.9.0johans2016-04-273-4/+5
| | | | https://www.wolfssl.com/wolfSSL/Docs-wolfssl-changelog.html
* sysutils/mfid: Update to 0.02feld2016-04-273-4/+37
| | | | | | | | | | | | | | | The original implementation of mfid from Yahoo! disabled the RAID controller's Patrol Reads. The user is given no warning that this is happening. This update to mfid removes this functionality and comes with a large pkg-message warning to inform the user about the previous behavior as well as steps to re-enable Patrol Reads for their RAID card. Thank you to Terrence Koeman for noticing this behavior, and jhb for confirming the history of this code. While here, change the MASTER_SITE to my LOCAL distfiles location. MFH: 2016Q2
* Update to ocamlgraph 1.8.7johans2016-04-272-4/+3
|
* libfec was resurectedantoine2016-04-271-1/+0
|
* Update to tin 2.3.3 "Kinloch"johans2016-04-272-3/+3
| | | | ftp://ftp.tin.org/pub/news/clients/tin/v2.3/CHANGES
* Update to Algol 68 Genie 2.8.3 (bugfix release)johans2016-04-272-3/+3
|
* Update to ocaml-lwt 2.5.2 (bugfix release)johans2016-04-272-3/+3
|
* Document recent Firefox vulnerabilitiesjbeich2016-04-271-0/+73
|
* Update to gzip 1.7johans2016-04-273-291/+5
| | | | | http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html Remove local patch for --rsyncable, which is now included upstream
* Update to version 0.8.8gskreuzer2016-04-273-4/+9
|
* During the exp-run in bug 208158, it was found that dns/powerdns givesdim2016-04-271-0/+15
| | | | | | | | | | | | | | | errors with libc++ 3.8.0: dnspacket.cc:645:6: error: call to 'abs' is ambiguous if(abs(trc->d_time - now) > trc->d_fudge) { ^~~ This is because abs() is being called with unsigned arguments. Import upstream commit f2d05dd to fix it. Approved by: tremere@cainites.net PR: 208725 MFH: 2016Q2
* Upgrade to 1.7.1.thierry2016-04-272-3/+3
|
* net-mgmt/unifi4: Add a LOCAL mirror for the distfilesfeld2016-04-271-1/+2
| | | | | | | | | Sometimes Ubiquiti updates and pulls old versions for no obvious reason and this causes the quarterly branch build process to repeatedly email me with errors. The license for Unifi does not restrict hosting copies of the distfile, so I will use a backup mirror will solve this. MFH: 2016Q2
* Update to PCM 2.11.imp2016-04-272-7/+6
|
* Update dovecot2 to 2.2.24, and bump PORTREVISION on antispam-plugin andadamw2016-04-275-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pigeonhole. * doveconf now warns if it sees a global setting being changed when the same setting was already set inside some filters. (A common mistake has been adding more plugins to a global mail_plugins setting after it was already set inside protocol { .. }, which caused the global setting to be ignored for that protocol.) * LMTP proxy: Increased default timeout 30s -> 125s. This makes it less likely to reach the timeout and cause duplicate deliveries. * LMTP and indexer now append ":suffix" to session IDs to make it unique for the specific user's delivery. (Fixes duplicate session ID warnings in stats process.) + Added dict-ldap for performing read-only LDAP dict lookups. + lazy-expunge: All mails can be saved to a single specified mailbox. + mailbox { autoexpunge } supports now wildcards in mailbox names. + doveadm HTTP API: Added support for proxy commands + imapc: Reconnect when getting disconnected in non-selected state. + imapc: Added imapc_features=modseq to access MODSEQs/HIGHESTMODSEQ. This is especially useful for incremental dsync. + doveadm auth/user: Auth lookup performs debug logging if -o auth_debug=yes is given to doveadm. + Added passdb/userdb { auth_verbose=yes|no } setting. + Cassandra: Added user, password, num_threads, connect_timeout and request_timeout settings. + doveadm user -e <value>: Print <value> with %variables expanded. - Huge header lines could have caused Dovecot to use too much memory (depending on config and used IMAP commands). (Typically this would result in only the single user's process dying with out of memory due to reaching service { vsz_limit } - not a global DoS). - dsync: Detect and handle invalid/stale -s state string better. - dsync: Fixed crash caused by specific mailbox renames - auth: Auth cache is now disabled passwd-file. It was unnecessary and it broke %variables in extra fields. - fts-tika: Don't crash if it returns 500 error - dict-redis: Fixed timeout handling - SEARCH INTHREAD was crashing - stats: Only a single fifo_listeners was supported, making it impossible to use both auth_stats=yes and mail stats plugin. - SSL errors were logged in separate "Stacked error" log lines instead of as part of the disconnection reason. - MIME body parser didn't handle properly when a child MIME part's --boundary had the same prefix as the parent.
* Update to 6.60.adamw2016-04-262-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mojolicious
* Update to 0.11.adamw2016-04-262-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/MojoX-Renderer-Xslate
* Update cfengine37 and cfengine-masterfiles37 to 3.7.3.cy2016-04-264-6/+6
| | | | PR: 209071 (this PR only addresses half of the issue)
* Fix run dependencies.mat2016-04-261-1/+4
| | | | | | PR: 208839 Submitted by: Ultima1252 gmail com Sponsored by: Absolight
* Update to 0.4.4.mat2016-04-264-533/+1201
| | | | | | PR: 209068 Submitted by: gahr Sponsored by: Absolight
* Update to 0.3.6-1.mat2016-04-262-4/+4
| | | | | | PR: 209052 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.2.0.mat2016-04-263-22/+18
| | | | | | PR: 209050 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.24.2.mat2016-04-263-30/+38
| | | | | | PR: 209049 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 6.5.1mat2016-04-265-280/+441
| | | | | | PR: 209048 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.0.15.mat2016-04-263-13/+10
| | | | | | PR: 209047 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.2.19.0mat2016-04-264-436/+271
| | | | | | PR: 209045 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.3.2.mat2016-04-268-56/+30
| | | | | | PR: 209044 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 7.2.2.mat2016-04-2617-1725/+71
| | | | | | PR: 209043 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* graphics/mypaint: fix minor issuesjbeich2016-04-267-27/+35
| | | | | | | | | | - Move to new home [1] - Define LICENSE [2] - Strip python C module [3] - Add USES=desktop-file-utils [3] - Apply style (echo, makepatch) [2] Noticed by: portscout [1], portlint [2], stage-qa [3]
* devel/tclbsd: update to 1.7gahr2016-04-262-3/+3
| | | | | Changes: https://github.com/flightaware/tclbsd/compare/v1.6...v1.7
* - Fix battery percentage calculation and add support for ${battery_short} ↵lme2016-04-267-78/+285
| | | | | | | | | | | | | and ${battery_bar} [1] - Remove a bogus __FreeBSD_kernel__ check in freebsd.c - Re-gen patches with "make makepatch" - Bump PORTREVISION PR: 208651 [1] Submitted by: Helge Oldach <freebsd@oldach.net> Approved by: maintainer timeout (17 days) MFH: 2016Q2
* Update textproc/elixir-ex_doc to version 0.11.5.olgeni2016-04-263-5/+5
|
* devel/py-click: update 6.3 -> 6.6robak2016-04-262-3/+4
| | | | | | | - Add NO_ARCH PR: 209053 Submitted by: olivierd
* Simplify the Makefile.mat2016-04-261-3/+1
| | | | Sponsored by: Absolight
* net-mgmt/zabbix2-server: update 2.0.16 -> 2.0.17robak2016-04-262-5/+5
| | | | | | | - Update MAINTAINER email PR: 209032 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* - Clarify LICENSEamdmi32016-04-265-15/+16
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
* - Update to 0.29.0nivit2016-04-263-4/+5
| | | | | - Add security/ed25519ll to run dependencies when digital signature is enabled - Update web site URL
* Update to 1.4.8.vanilla2016-04-262-3/+3
|
* New port: net-mgmt/resource-agentspi2016-04-269-0/+435
| | | | | | | | | | | | | | | | These resource agents are used by two cluster resource management implementations: - Pacemaker - rgmanager More information about OCF resource agents is available in the OCF Resource Agent Developer's guide, in the doc/dev-guides subdirectory. WWW: http://www.linux-ha.org/wiki/Resource_agents PR: 209005 Submitted by: David Shane Holden <dpejesh@yahoo.com>
* Update to 1.14.vanilla2016-04-263-61/+32
|
* remove RUBY_SHEBANG_FILES since USES=shebangfix does the sameswills2016-04-261-32/+0
| | | | PR: 209051
* Add new port sysutils/powerdxx.kami2016-04-265-0/+30
| | | | | | Reviewed by: mat cs Approved by: mat cs Differential Revision: https://reviews.freebsd.org/D5510
* Update and clean up the ioquake3 family of ports.kami2016-04-2636-303/+282
| | | | | | | | | | | | | | | | | | | | | | | | The following maintenance operations were performed: - Recreate all patches with `make makepatch` - Add LICENSE - Update MAINTAINER to kami@freebsd.org - games/ioquake3 - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu - Add support for slaves using different SDL versions - games/ioquake3-devel - Update to GIT revision 2808 - Use SDL2 - games/iourbanterror - Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over - Update 4.2.018 to 4.2.023 - games/urbanterror-data - Update 4.2.018 to 4.2.023 - Fix install without DOCS Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5816
* Update libbluray and related librarieskami2016-04-268-81/+15
| | | | | | | | Also clean up/modernise Makefiles. Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5743
* Update to 20160422.jkim2016-04-264-36/+3
|
* For the various lang/python* ports, improve the __FreeBSD_versiondim2016-04-268-4/+56
| | | | | | | | | | | | | check in pyport.h for working around a very old ctype issue. If the workaround for this issue is enabled, pyport.h redefines toupper() and some other ctype macros, and this wreaks havoc when including newer libc++ headers (or any other system header which tries to declare those functions). Approved by: portmgr (antoine) PR: 208486 MFH: 2016Q2
* - Update to 0.11.9olivierd2016-04-262-5/+8
| | | | | - Use GitHub instead of CHEESESHOP, because tarball on the Python Package Index (PyPI) seems not downloadable
* Add back libfecdb2016-04-269-0/+377
| | | | | | | Remove support for obsolete FreeBSD versions Reassign maintainer to hamradio@ Cleanups to make sure it compiles cleanly on clang and gcc Cleanup to (hopefully) allow building on non x86 architectures (untested)
* Upgrade cloudabi-utils to the latest version.ed2016-04-262-3/+3
| | | | | | It turned out that the last release of cloudabi-utils contained buggy copies of cloudabi-reexec, the trampoline executable that is used to start the execution of CloudABI programs.
* - Update to 0.24.6nivit2016-04-263-4/+5
| | | | | | | - Add NO_ARCH - Update web site's URL Release notes: https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.6
* Replace PORTVERSION by DISTVERSION in order to follow upstream schemeolivierd2016-04-261-5/+3
| | | | Pointed to: mat@
* Fix build after last update:pawel2016-04-261-10/+0
| | | | | | | | | | | | ===> Configuring for py27-icalendar-3.9.2 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 67 test_suite='icalendar.tests' SyntaxError: keyword argument repeated *** Error code 1 Approved by: just fix it
* mail/roundcube-carddav: register dependenciesgahr2016-04-261-0/+3
|
* gecko: unbreak build with LIBPROXY=onjbeich2016-04-267-20/+105
| | | | | | PR: 208855 Reported by: Ting-Wei Lan, Walter Schwarzenfeld Submitted by: cmt via r401981
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-2615-143/+161
| | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Move USE_BDB support from bsd.databases.mk to its own file.mat2016-04-2613-276/+287
| | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove bogus props.mat2016-04-260-0/+0
|
* Update to 0.7.2olivierd2016-04-262-3/+4
|
* Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.mat2016-04-2615-52/+16
| | | | | | | | | | | | | Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-2684-150/+93
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove bogus prop.mat2016-04-260-0/+0
|
* mail/roundcube-carddav: new portgahr2016-04-255-0/+183
| | | | | | | | | This is a plugin for the Roundcube webmailer to access CardDAV servers like owncloud, davical, a Google addressbook or a davmail server. RCMCardDAV supports autodiscovery of your addressbook url via well-known URLs so you can just point it to your servers base url. WWW: http://www.benjamin-schieder.de/carddav.html
* Update to 2.0.7-2olivierd2016-04-252-4/+8
|
* Explicitly restrict to amd64 architectures only as per maintainersbruno2016-04-251-0/+3
| | | | | | | | request. Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D6065
* Fix arguments for renameat() to resolve issues with building certainsbruno2016-04-252-7/+6
| | | | | | | ports. PR: 208952 Submitted by: Mikael Urankar <mikhael.urankar@gmail.com>
* Update to 0.14.1.vanilla2016-04-2513-275/+103
|
* Don't lie about having a configure script.mat2016-04-254-4/+0
| | | | | Reported by: antoine Sponsored by: Absolight
* - Genshi does not yet have a released version supporting Python 3.x,nivit2016-04-251-1/+3
| | | | | | | | and it doesn't build with Python 3. So build it with Python 2 only. [1] - Add NO_ARCH PR: 205848 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
* - Update to 2.1.3nivit2016-04-252-3/+4
| | | | | | | - Add NO_ARCH PR: 208752 Submitted by: olivierd
* Update mate-themes to 3.18.1.kwm2016-04-253-107/+19
| | | | | | Tweak portscout so it only checks for 3.18.x versions. The version of mate-themes matches with the GTK+ 3 version. So we should not try to find the newest, which is 3.20.x atm.
* Update to v5.24.0-RC2.mat2016-04-253-7/+7
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC1-2-gde1d2c7...v5.24.0-RC2 Sponsored by: Absolight
* Don't do the extra zlib tests, they take forever.mat2016-04-254-4/+4
| | | | Sponsored by: Absolight
* Add missing dependency.mat2016-04-251-0/+2
| | | | Sponsored by: Absolight
* databases/p5-DBI: 1.634 -> 1.636pi2016-04-253-5/+3
| | | | | Changes: http://search.cpan.org/~timb/DBI-1.636/Changes
* audio/py-soundcloud: MAINTAINER must contain an email addressbrnrd2016-04-251-1/+1
| | | | | | - Remove "Bernard Spil" from the MAINTAINER field Reported by: junovitsch
* Fix LoTW export and Preferencesshurd2016-04-253-22/+3
| | | | | We can't directly patch .lrs files since they use length/value strings. Instead, patch the form and regenerate the resource file.
* SeaBIOS: update to 1.9.2royger2016-04-253-78/+3
| | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt Differential revision: https://reviews.freebsd.org/D6083
* - Update to 1.10.0sunpoet2016-04-252-3/+3
| | | | Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
* - Update to 0.3.0sunpoet2016-04-252-3/+3
| | | | Changes: https://github.com/fog/fog-google/commits/master
* - Update to 2016.04.24sunpoet2016-04-252-3/+3
|
* - Update to 2016.04.24sunpoet2016-04-252-3/+3
|
* - Update to 2016.04.24sunpoet2016-04-252-3/+3
|
* - Update WWWsunpoet2016-04-251-1/+1
| | | | | | PR: 208936 Submitted by: Hans <j3377622@trbvm.com> Approved by: portmgr (blanket)
* - Update to 2.10sunpoet2016-04-252-3/+6
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/HTML-Strip/Changes
* - Update to 1.20sunpoet2016-04-252-6/+7
| | | | | | | - Fix *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Pod-Spell/Changes
* - Update to 0.300.2sunpoet2016-04-252-5/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/LaTeX-Driver/Changes
* - Update to 1.33sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-BUFR/Changes
* - Update to 1.06sunpoet2016-04-252-7/+12
| | | | | | | | | - Add LICENSE - Add BUILD_DEPENDS - Sort *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes
* - Add LICENSEsunpoet2016-04-251-0/+4
| | | | - Add NO_ARCH
* - Add LICENSE_FILEsunpoet2016-04-252-5/+7
| | | | | | | - Add NO_ARCH - While I'm here, sort PLIST Approved by: portmgr (blanket)
* - Update to 2.01sunpoet2016-04-253-58/+97
| | | | | | | - Add LICENSE_FILE - Strip shared library Changes: http://search.cpan.org/dist/Net-SSH-Perl/Changes
* - Update to 0.103012sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Software-License/Changes
* - Update to 0.23sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
* - Update to 0.69sunpoet2016-04-252-4/+6
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes
* - Update to 1.706sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/MCE/Changes
* - Update to 7.14sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
* - Update to 1.333sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/App-GitGot/Changes
* - Update to 1.01sunpoet2016-04-253-5/+14
| | | | Changes: http://search.cpan.org/dist/Validator-Custom/Changes
* - Update to 0.201000sunpoet2016-04-252-4/+5
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
* - Update to 1.75sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Data-Table/Changes
* - Update to 2.27400sunpoet2016-04-252-4/+3
| | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes
* - Add p5-Crypt-Curve25519 0.05sunpoet2016-04-255-0/+40
| | | | | | | | | | | | Curve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide variety of applications. Given a user's 32-byte secret key, Curve25519 computes the user's 32-byte public key. Given the user's 32-byte secret key and another user's 32-byte public key, Curve25519 computes a 32-byte secret shared by the two users. This secret can then be used to authenticate and encrypt messages between the two users. WWW: http://search.cpan.org/dist/Crypt-Curve25519/
* - Clarify LICENSEamdmi32016-04-251-21/+12
| | | | | - Switch to options helpers - Remove needless PDF_DOC option, always install pdf docfile
* update cbsd to 10.3.2:vg2016-04-252-3/+3
| | | | | | | | | | | - fix zfsinstall script on -current; - add expose: tcp/udp port forwarding from master host to jail - jrctl: filesystem bandwidth/ops limit by iops and bps - ability to use the pre compiled base from other sources via specify path to archve ( #57 ) - bhyve fixes: soft shutdown PR: ports/209013 Submitted by: olevole@olevole.ru (maintainer)
* www/node: update 5.10.1 -> 5.11.0robak2016-04-252-3/+3
| | | | | PR: 208974 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
* misc/py-tqdm: 4.2.0 -> 4.4.3pi2016-04-252-3/+3
| | | | | | | | Changes: https://github.com/tqdm/tqdm/releases PR: 209002 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* - Update to 1.0.0 releasecpm2016-04-256-12/+18
| | | | | | | | | | | | | - Use USERS/GROUPS framework - Install the dnsdist binary in ${PREFIX}/sbin - Fix rc script - Fix pkg-plist Changelog: http://dnsdist.org/changelog/#dnsdist-100 Reported by: Bryan Seitz <seitz@bsd-unix.net> Approved by: junovitch (mentor) Differential Revision: D6066
* Update to 2016.4.2.vanilla2016-04-252-3/+3
|
* Update to the 20160417 development snapshot (early stage 1) of GCC 7.gerald2016-04-252-5/+3
| | | | | | Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the rest of the world including GNU and GCC. For all other architectures it already defaults to the value we were setting.
* - Fix build on 11.xamdmi32016-04-251-0/+20
| | | | | | PR: 208815 Submitted by: amdmi3 Approved by: hsn@sendmail.cz (maintainer)
* Update to latest releaseshurd2016-04-252-3/+3
|
* Fix typo in previous commit affecting rotctrl commandlineshurd2016-04-251-1/+1
|
* Update to latest releaseshurd2016-04-2523-140/+160
| | | | | Remove expansion of lat/lon field as upstream says it will never be necessary again.
* - Update to 16.04.1nivit2016-04-258-63/+62
| | | | | | | | | | | | | - Use GitHub instead of SourceForge as download site - Pass --docdir option to configure to fix documentation path - Install info file - Add autoreconf and shared-mime-info to USES - Build the port with version 3.0 of wxWidget - Remove post-install target - Remove files/patch-data_Makefile.am, files/patch-src_MathCtrl.cpp, files/patch-src_MathCtrl.h, files/patch-wxmaxima.desktop - Add a patch to fix the installation directory of man page - Update URL of web site
* devel/artifactory: update 4.7.1 -> 4.7.4robak2016-04-252-3/+3
| | | | | PR: 208951 Submitted by: David Harrigan <dharrigan@gmail.com> (maintainer)
* MOVED: fixed wrong linepi2016-04-251-1/+1
|
* Install plugins with +x because HPLIP thinks the installation is corrupttijl2016-04-251-5/+6
| | | | | | | otherwise. PR: 208142 Reported by: coder@tuxfamily.org
* Require at least version 0.9.10 of pkgconf. This version fixed a problemtijl2016-04-251-1/+1
| | | | | | | | | | | with parsing comments. Several users reported a problem building security/gnutls because hogweed.pc (provided by security/nettle) contains the following line: Requires: # nettle Older versions of pkgconf try to look for a package named "#" and fail.
* - Use qt5-linguisttools to produce *.qm translation files.lme2016-04-252-6/+16
| | | | | | | | | | | | | - Add option to enable support for Protobuf Binary Format (export/import). - Move sqlite dependency to USES. - Fix pkg-descr ('based on Qt4' -> 'based on Qt5'). - Bump PORTREVISION. - While here, pet portlint by adding INSTALLS_ICONS PR: 208684 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Approved by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* Build compiler-rt on i386 and amd64.brooks2016-04-254-8/+111
| | | | | | | It should be possible to enable on other other architectures, but I have no way to build the PLIST_FILES variables. PR: 208900, 208923
* security/openssl-devel: Update to 1.1 BETA2 (1.1.0-pre5)brnrd2016-04-254-523/+693
| | | | | | | | | | | | | | | - Update to first BETA of OpenSSL 1.1 - Bump SHLIB_VERSION for 1.1 to 9 - Add missing libressl-devel conflict - Mark jobs-safe - Add upstream clang fix (Issue 888) - Fix renamed shared engines (remove 'lib' prefix) - Remove "overwrite base" check - Do not install html docs Reviewed by: feld (mentor), koobs (mentor) Approved by: feld (mentor) Differential Revision: D5900
* - Update to 6.700.5danilo2016-04-253-5/+4
|
* - Update to 2.4.7lme2016-04-254-24/+39
| | | | | | | | | | | - Introduce new rc.conf variable "icinga2_mkvar" defaulting to "NO". The variable controls the creation and chown'ing of missing files and directories in /var. [1] - Add an UPDATING entry for this PR: 206022 [1] Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Sponsored by: Essen Linuxhotel Hackathon 2016
* - Update to 41.1.1danilo2016-04-252-3/+3
|
* Upgrade to a new snapshot.brooks2016-04-2510-132/+105
| | | | | | | | | Build compiler-rt alongside LLVM. It requires clang headers that we don't install because they are incompatible with FreeBSD headers. To make this work, configure and build compiler-rt in the post-build phase against the built, but not yet installed llvm tree. PR: 208900, 208923
* devel/eric6: Last bit to upgrade to v 6.1.4.bsam2016-04-241-1/+1
| | | | Reported by: Mike Harding <mvharding at gmail.com>
* Update devel/elixir-decimal to version 1.1.2.olgeni2016-04-242-3/+3
|
* Fix packaging list for libjava (conditional on the JAVA option).gerald2016-04-241-1/+1
|
* Update to upstream version 0.10.5, turning FDK_AAC into an OPTIONriggs2016-04-242-30/+40
| | | | | | | PR: 208334 Submitted by: woodsb02@gmail.com Reviewed by: riggs, jbeich Differential Revision: https://reviews.freebsd.org/D6077
* Fix build with libc++ 3.8.0riggs2016-04-241-0/+11
| | | | | | | PR: 208490 Submitted by: dim Approved by: maintainer timeout MFH: 2016Q2 (build fix blanket)
* ftp/libftpzilla: set USES=iconv:wchar_t after last commitpi2016-04-241-1/+2
| | | | | PR: 208121 Submitted by: <matthew@reztek.cz> (maintainer), gblach
* net/dimes: unbreak INDEX by not demanding Sun as Java vendor.rene2016-04-241-2/+0
| | | | | | | IBM is not a Java vendor in the Ports Tree anymore. Approved by: fixit blanket Sponsored by: Essen Linuxhotel Hackathon 2016
* Remove expired port:rene2016-04-248-3230/+1
| | | | | | 2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security vulnerabilities Sponsored by: Essen Linuxhotel Hackathon 2016
* Mk/bsd.java.mk: unregister expired java/linux-sun-jdk17rene2016-04-241-3/+0
| | | | | | PR: 209011 Approved by: portmgr (bapt) Sponsored by: Essen Linuxhotel Hackathon 2016
* - Update MASTERSITESlme2016-04-241-4/+3
| | | | | | | | - Update maintainer's e-mail address PR: 208777 Submitted by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* - Fixes in {agent,proxy,server} rc start scripts:lme2016-04-2416-36/+354
| | | | | | | | | | | | | - SysV IPC leak - Restart race - Allow to specify a custom PATH in rc.conf - Bump PORTREVISION PR: 207896 Submitted by: kbowling Approved by: maintainer MFH: 2016Q2 Sponsored by: Essen Linuxhotel Hackathon 2016
* - Add a fix to enable HideProxy functionlme2016-04-242-0/+14
| | | | | | | | | - Bump PORTREVISION PR: 208973 Submitted by: Fred <fred@trinitech.co.uk> Approved by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* New port: net-im/oysttyerpi2016-04-244-0/+38
| | | | | | | | | | | | | An interactive console text-based command-line Twitter client written in Perl WWW: http://oysttyer.github.io/docs/userGuide.html WWW: https://github.com/oysttyer/oysttyer According to http://www.floodgap.com/software/ttytter/ it is the official next version of net-im/ttytter.
* - Change LICENSE to ISCL as requested by authorlme2016-04-241-2/+2
| | | | | | | - Change to new MASTERSITES PR: 208917 Submitted by: maintainer / author
* New port: www/py-searxpi2016-04-245-0/+88
| | | | | | | | | A privacy-respecting, hackable metasearch engine. WWW: https://github.com/asciimoo/searx PR: 208915 Submitted by: Loic BLOT <loic.blot@unix-experience.fr>
* Pass maintainership to submitterlme2016-04-241-1/+1
| | | | | | PR: 208924 Submitted by: Bob Eager <rde@tavi.co.uk> / <bob@eager.cx> Sponsored by: Essen Linuxhotel Hackathon 2016
* Update to 2016.73lme2016-04-242-3/+3
| | | | | | PR: 208962 Submitted by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* - Update to 0.9.71lme2016-04-245-46/+43
| | | | | | | | - Build DOCS with dvipsk PR: 208983 Submitted by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* - Add LICENSEamdmi32016-04-243-9/+13
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* Update to 0.2.18flo2016-04-244-13/+12
| | | | | | PR: 208790 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer), dieterich@ogolem.org Sponsored by: Essen Linuxhotel Hackathon 2016
* Update to 4.9.1flo2016-04-242-4/+3
| | | | | | PR: 208982 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Sponsored by: Essen Linuxhotel Hackathon 2016
* ftp/libfilezilla: 0.4.0.1 -> 0.5.0pi2016-04-244-9/+8
| | | | | | | | | | ftp/filezilla: 3.16.0 -> 3.17.0 Changes: https://filezilla-project.org/changelog.php PR: 208999, 209000 Submitted by: <matthew@reztek.cz> (maintainer)
* devel/libqb: 0.17.2 -> 1.0pi2016-04-248-603/+6
| | | | | | | | Changes: https://github.com/ClusterLabs/libqb/releases PR: 209004 Submitted by: David Shane Holden <dpejesh@yahoo.com> (maintainer)
* Add a version of llvm-cheri for 128-bit CHERI capabilities.brooks2016-04-243-1814/+1830
| | | | | | No functional change to devel/llvm-cheri, just plist generalization. Sponsored by: DARPA, AFRL
* Fix build with gcc 4.8riggs2016-04-241-5/+64
|
* Update to an April 23rd snapshot.brooks2016-04-242-7/+7
|
* GCC 6 has branched for release, so this snapshot is now labeledgerald2016-04-242-3/+3
| | | | | | | | | version 6.0.1 and 20160421 and should be pretty close to the first release GCC 6.1. In particular, this is free of known critical regressions, so is fair game for anyone to give a try who would normally steer clear of pre-release versions.
* Document build failure under FreeBSD-9 due to outdated flex.cy2016-04-241-0/+2
|
* Make the service module respect the sleep option.madpilot2016-04-242-0/+19
| | | | | | | PR: 208996 Submitted by: me Approved by: Nikolai Lifanov <lifanov at mail.lifanov.com> (maintainer)
* devel/py-icalendar: update 3.9.1 -> 3.9.2robak2016-04-242-3/+3
| | | | | PR: 208671 Submitted by: Junji Nakanishi <jun-g@daemonfreaks.com> (maintainer)
* audio/py-soundcloud: Python SoundCloud API librarybrnrd2016-04-243-0/+36
| | | | | | | | | | - Add Python SoundCloud ABI Library 0.5.0 - Include README.rst - Add test target Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5967
* www/samidar: convert to USES=shebangfixswills2016-04-241-2/+2
|
* Fix up shipped catalog.xml to use the -flat.dtd.mandree2016-04-242-1/+2
| | | | Bump PORTREVISION so that this change gets picked up.
* net/ruby-dict: convert to USES=shebangfixswills2016-04-241-1/+2
|
* security/ruby-password: convert to USES=shebangfix and mark brokenswills2016-04-241-2/+6
|
* mail/lens: convert to USES=shebangfix and mark brokenswills2016-04-241-2/+5
|
* Claim and update to 2010-11-23.mandree2016-04-243-12/+14
|
* dns/dns_balance: convert to USES=shebangfix and mark brokenswills2016-04-241-4/+7
|
* databases/py-psycopg2cffi: create portswills2016-04-244-0/+31
| | | | | | | | | | | psycopg2cffi is an implementation of the psycopg2 module using cffi, the C Foreign Function Interface for Python. psycopg2 is a PostgreSQL database adapter for the Python programming language. WWW: https://github.com/chtd/psycopg2cffi PR: 208686 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* devel/ruby-rbison: convert to USES=shebangfix, mark brokenswills2016-04-241-3/+6
|
* devel/ruby-setup.rb: convert to USES=shebangfixswills2016-04-242-2/+12
|
* Update to upstream releaser 9.1.0riggs2016-04-243-15/+15
|
* www/tdiary: convert to USES=shebangfilesswills2016-04-243-12/+33
|
* sysutils/mcollective: convert to USES=shebangfilesswills2016-04-241-1/+3
|
* sysutils/zfs-snapshot-mgmt: convert to USES=shebangfixswills2016-04-241-2/+3
|
* New port: net/ipdecappi2016-04-244-0/+38
| | | | | | | | | | | | Decapsulate traffic encapsulated within GRE, IPIP, 6in4 and ESP protocols from a pcap file. Can also remove IEEE 802.1Q (virtual lan - vlan) header. WWW: https://loicpefferkorn.net/ipdecap/ PR: 208993 Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu>
* sysutils/pdumpfs: convert to USES=shebangfixswills2016-04-241-2/+3
|
* security/dradis: convert to USES=shebangfixswills2016-04-241-1/+3
|
* devel/py-simpleeval: create portswills2016-04-244-0/+27
| | | | | | | | | | | | simpleeval is a single-file library for easily adding evaluatable expressions into python projects. It can allow a user to, for example, set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time. WWW: https://github.com/danthedeckie/simpleeval PR: 208688 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* Update to the 20160419 development snapshot of GCC 5.3.1.gerald2016-04-242-3/+3
|
* Update to 2.15.2zeising2016-04-242-3/+3
| | | | | ChangeLog: https://feh.finalrewind.org/archive/2.15/ https://feh.finalrewind.org/archive/2.15.2/
* textproc/ruby-rttool: convert to USES=shebangfixswills2016-04-241-1/+3
|
* textproc/ruby-rss: convert to USES=shebangfixswills2016-04-241-2/+3
|
* net/ruby-tserver: convert to USES=shebangfixswills2016-04-241-1/+3
|
* devel/linux-c6-nspr: Update to 4.11.0feld2016-04-243-13/+12
| | | | | MFH: 2016Q2 Security: 9d04936c-75f1-4a2c-9ade-4c1708be5df9
* devel/rubygem-arr-pm: create portswills2016-04-244-0/+23
| | | | | | | This library allows to you to read and write rpm packages. Written in pure ruby because librpm is not available on all systems WWW: https://rubygems.org/gems/arr-pm
* devel/rubygem-cabin: create portswills2016-04-244-0/+23
| | | | | | Structured+contextual logging experiments in Ruby WWW: https://github.com/jordansissel/ruby-cabin
* misc/inplace: convert to USES=shebangfixswills2016-04-241-2/+3
|
* audio/ruby-smf: convert to USES=shebangfixswills2016-04-241-1/+3
|
* archivers/ruby-lha: convert to USES=shebangfixswills2016-04-241-3/+3
|
* GCC 6 has branched for the release of GCC 6.1 and GCC trunk has becomegerald2016-04-239-0/+409
| | | | | | | | | the home of development for the GCC 7 series, so track this with a new gcc7-devel port, starting with the 20160417 snapshot of GCC 7.0.0. For the coming months, this will be highly volatile and likely broken in various ways at various points in time, so not recommended for any production use.
* Update to 20160421flo2016-04-232-3/+3
| | | | | | PR: 208984 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Sponsored by: Essen Linuxhotel Hackathon 2016
* Remove expired ports:rene2016-04-23101-4323/+18
| | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016
* Make sure that the Erlang cookie file has mode 600 beforeolgeni2016-04-232-0/+5
| | | | | | starting, else RabbitMQ will not run. MFH: 2016Q2
* archivers/rubygem-ruby-xz: create portswills2016-04-234-0/+24
| | | | | | | | | These are simple Ruby bindings for the liblzma library (http://tukaani.org/xz/), which is best known for the extreme compression ratio. Since FFI is used to implement the bindings, no compilation is needed and they should work with JRuby as well. WWW: http://quintus.github.io/ruby-xz
* Update to 4.6flo2016-04-233-3/+5
| | | | | | PR: 208980 Submitted by: Joe Barbish <qjail1@a1poweruser.com> Sponsored by: Essen Linuxhotel Hackathon 2016
* Update with the latest fixes.brooks2016-04-232-4/+4
|
* Update to 0.65cs2016-04-233-21/+48
|
* Update to 2.2.17flo2016-04-232-3/+3
|
* Update to 5.5.48-37.8flo2016-04-232-3/+3
|
* - update to 0.11.4flo2016-04-235-12/+10
| | | | | | - regenerate patches with makepatch Sponsored by: Essen Linuxhotel Hackathon 2016
* Update devel/erlang-lager to version 3.2.0.olgeni2016-04-233-3/+5
|
* Fix ICONV support.mat2016-04-231-4/+9
| | | | | | | | PR: 208958 Submitted by: mat Reviewed by: tijl Approved by: maintainer Sponsored by: Absolight
* - update to 3.7.4.1flo2016-04-233-6/+6
| | | | | | | - use PLIST_FILES - don't use USE_AUTOTOOLS Sponsored by: Essen Linuxhotel Hackathon 2016
* Update devel/erlang-pooler to version 1.5.2.olgeni2016-04-234-13/+5
|
* devel/rubygem-corefines: create portswills2016-04-234-0/+24
| | | | | | | | | Corefines is a collection of general purpose refinements for extending the core capabilities of Ruby's built-in classes. It also provides a compatibility mode for older Ruby versions and alternative Ruby implementations that don't support refinements (yet). WWW: https://github.com/jirutka/corefines
* - Use shebangfix for check_tsdlme2016-04-231-2/+6
| | | | | | | | | | - Use Java 1.8+ - Bump PORTREVISION PR: 208531 Submitted by: Johan Ström <johan@stromnet.se> Approved by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* - update to 5.6.29-76.2flo2016-04-236-19/+89
| | | | | | | | | | | - add TOKUDB option - various Makefile tweaks suggested by mat PR: 206394, 208060 Submitted by: pservit@gmail.com Reviewed by: mat Sponsored by: Essen Linuxhotel Hackathon 2016 Differential Revision: D5602
* Update to 2.8.27flo2016-04-233-8/+17
| | | | | | MFH: 2016Q2 Security: https://vuxml.freebsd.org/freebsd/f87a9376-0943-11e6-8fc4-00a0986f28c4.html Sponsored by: Essen Linuxhotel Hackathon 2016
* Document phpmyfaq vulnerabilityflo2016-04-231-0/+33
| | | | | | Security: https://vuxml.freebsd.org/freebsd/f87a9376-0943-11e6-8fc4-00a0986f28c4.html Security: http://www.phpmyfaq.de/security/advisory-2016-04-11 Sponsored by: Essen Linuxhotel Hackathon 2016
* Restore option to disable SSL support completelyriggs2016-04-231-2/+2
| | | | | PR: 208878 Submitted by: jbeich
* Update to 0.2bapt2016-04-232-3/+3
| | | | | | | | | | Changes: - Plug a memory leak - Add a switch to allow running in foreground - Make the default actually really timeout at 1 min not 6s - Change the loop mechanism to actually listen/poll on the xset s. and use the poll timeout to decide when to lock Sponsored by: Essen Hackathon 2016
* - Update to 1.7.0cpm2016-04-237-100/+296
| | | | | | | | | | | | | - Remove unneeded patches (applied upstream) - Fix inline assembler error on 9.x - Fix pkg-plist Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000386.html PR: 208907 Approved by: junovitch (mentor) Exp-run: antoine Differential Revision: D5989
* - Add LICENSEamdmi32016-04-231-1/+8
| | | | | - Add NO_ARCH - Switch to options helpers
* Remove ${PORTSDIR}/ from *_DEPENDS.mat2016-04-231-1/+1
| | | | Sponsored by: Absolight
* Update cloudabi-utils to version 0.10.ed2016-04-232-3/+3
| | | | | | | The only change compared to version 0.9 is that it attempts to fix the build on systems that don't have utimensat(), such as FreeBSD 10.1. Reviewed by: bapt (sitting next to me)
* Cosmetic change of handling manual pages; preparation for upcoming updateriggs2016-04-232-8/+4
| | | | | | PR: 208634 Submitted by: rootservice@gmail.com Approved by: mokhi64@gmail.com (maintainer)
* - Update to 2.0.4 and unbreak build with PHP 7.0sunpoet2016-04-232-7/+6
| | | | | | | | | | | | | - While I'm here: - Add LICENSE_FILE - Remove unnecessary PHP_MODNAME - Pet portlint - Update BROKEN: use lowercase for leading character Changes: https://pecl.php.net/package-changelog.php?package=event PR: 208956 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> Approved by: John Chen <johnpupu@gmail.com> (maintainer)