Commit graph

394532 commits

Author SHA1 Message Date
Adam Weinberger
4388bad72d Add instructions for recent changes to opensmtpd extras, requiring
users to separate arguments with quotes, and to place everything into
a chroot.

Many thanks to fluffy for figuring out these solutions.
2016-05-27 15:10:37 +00:00
Pawel Pekala
153083ca6d - Update to version 2.2.3 [1]
- Change maintainer's email address [1]
- Convert to USES=localbase

PR:		209569 [1]
Submitted by:	maintainer [1]
2016-05-27 14:46:46 +00:00
Pawel Pekala
033398ff48 Update to version 0.30
PR:		209576
Submitted by:	maintainer
2016-05-27 13:26:18 +00:00
Pawel Pekala
085685a1f4 - Update to version 1.0.28 [1]
- Fix recursive COMMENT

## New features:

* Added automated action to change task color based on the priority
* Added support for LDAP Posix Groups (OpenLDAP with memberUid or groupOfNames)
* Added support for LDAP user photo attribute (Avatar image)
* Added support for language LDAP attribute
* Added support for Mysql SSL connection
* Search in activity stream
* Search in comments
* Search by task creator
* Added command line utility to reset user password and to disable 2FA

## Improvements:

* Improve Avatar upload form
* User roles are now synced with LDAP at each login
* Improve web page title on the task view
* Unify task drop-down menu between different views
* Improve LDAP user group membership synchronization
* Category and user filters do not append anymore in search field
* Added more template hooks
* Added tasks search with the API
* Added priority field to API procedures
* Added API procedure "getMemberGroups"
* Added parameters for overdue tasks notifications: group by projects and
  send only to managers
* Allow people to install Kanboard outside of the DocumentRoot
* Allow plugins to be loaded from another folder
* Filter/Lexer/QueryBuilder refactoring

## Bug fixes:

* Allow a project owner to manage his own public project
* Fixed PHP warning when removing a user with no Avatar image
* Fixed improper Markdown escaping for some tooltips
* Closing all tasks by column, also update closed tasks
* Fixed wrong task link generation within Markdown text
* Fixed wrong URL on comment toggle link for sorting
* Fixed form submission with Meta+Enter keyboard shortcut
* Removed PHP notices in comment suppression view

PR:		209633 [1]
Submitted by:	ronald.valente@gmail.com
Approved by:	maintainer
2016-05-27 12:27:38 +00:00
Kurt Jaeger
e63e18808d devel/jsoncpp: fix jsoncpp.pc includedir
- and: submitter becomes maintainer

PR:		209407
Submitted by:	yuri@rawbw.com (new maintainer)
Reported by:	johan@stromnet.se (old maintainer)
Approved by:	johan@stromnet.se (old maintainer)
2016-05-27 12:01:56 +00:00
Pawel Pekala
8adc99e89b CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
test-driving your code. It is written in C++ but is used in C and C++ projects
and frequently used in embedded systems.

CppUTest's core design principles:

* Simple to use and small
* Portable to old and new platforms
* Build with Test-driven Development in mind

WWW: https://cpputest.github.io/

PR:		209622
Submitted by:	Akos Somfai <akos.somfai@gmail.com>
2016-05-27 11:29:25 +00:00
Bartek Rutkowski
2c4559ada2 www/node4: update 4.4.4 -> 4.4.5
- Bugfix release

PR:		209781
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
MFH:		2016Q2
2016-05-27 11:12:16 +00:00
Jimmy Olgeni
00fb81c128 Update sysutils/virtualmin to version 5.05. 2016-05-27 10:34:03 +00:00
John Marino
cc7211ab41 Mk/Uses/ada.mk: Remove ADA_DEFAULT=49 option
The lang/gcc-aux port has recently been removed, so the previously legal
"49" argument is no longer so.  Adjust ada.mk accordingly by removing
reference to option 49 and lang/gcc-aux.
2016-05-27 09:54:47 +00:00
Boris Samorodov
549aa6ab2e java/intellij-pycharm: Update to version 2016.1.4. 2016-05-27 09:49:26 +00:00
John Marino
a8eb945975 cad/ghdl: build it with gcc6-aux, not gcc5-aux
I confirmed that ghdl builds with the default-for-Ada gcc6-aux compiler
on FreeBSD.  It was building on DragonFly, but DragonFly uses the LLVM
backend while on FreeBSD ghdl defaults to gcc back, so both options
needed to be tested.  It's debatable that a bump is needed because ghdl
is self-contained, but let's do it anyway so they'll be immediate
feedback on any runtime issues this may cause.
2016-05-27 09:40:40 +00:00
Mathieu Arnold
decf876ef5 Fix building with Perl 5.25.
Unescaped left brace in regex is illegal in regex.

Sponsored by:	Absolight
2016-05-27 09:04:20 +00:00
Dima Panov
8ca6393dd4 - Allow custom config file in rc script for both stable/devel ports
- While here, create makemap symlink only with TABLE_DB enabled

Reported by:	myself (for adamw)
Reviewed by:	adamw
Approved by:	miwi (mentor, implicit)
2016-05-27 07:02:55 +00:00
Li-Wen Hsu
0b8bed9f54 - Update to 0.7.4 2016-05-27 06:26:42 +00:00
John Marino
3f46bb70af Mark the remaining three deadbeef plugs as not jobs safe
Today the quick-search plugin failed to build due to concurrency issues,
making it the 5th of 7th plugins to do so.  Mark it and the remaining
two plugins as jobs unsafe.
2016-05-27 06:11:00 +00:00
Alexey Dokuchaev
3848c3ec7f - Update to version 2.10.0
- Remove `compiler:c++11-lang' from USES, it is not needed (the port does
  not build on 9.x with any of c++11-lang/c++11-lib/USE_GCC=yes anyways)
- Make image format support in helper programs optional (and off by default)
2016-05-27 05:41:27 +00:00
Marcelo Araujo
87e395557a Update to 2016.05.21.2. 2016-05-27 04:35:40 +00:00
Olivier Duchateau
9af0314bd0 pyqi (canonically pronounced pie chee) is designed to support wrapping
general commands in multiple types of interfaces, including at the
command line, HTML, and API levels.

WWW: http://github.com/biocore/pyqi/

PR:		209766
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
2016-05-27 03:39:09 +00:00
Olivier Duchateau
adcb9bc4dc Update to 0.3.9
PR:		209678
Submitted by:	<liangtai.s16@gmail.com> (maintainer)
2016-05-27 03:29:35 +00:00
Benjamin Kaduk
9f5a0a305a Update net/openafs to upstream 1.6.18
This includes the changes in 1.6.17, a security release.

PR:		209534
Approved by:	mat (ports committer)
Security:	CVE-2016-2860
2016-05-27 00:05:07 +00:00
Jimmy Olgeni
b185cdd51a Update sysutils/webmin to version 1.800. 2016-05-26 22:56:09 +00:00
John Marino
f945049058 databases/adabase: Upgrade version 2.0 => 3.0
This release brings the promised PostgreSQL driver, along with several
fixes to the MySQL and SQLite drivers.  The API was changed based on
feedback from comp.lang.ada but chances nobody is really impacted yet
(meaning this is the time for breaking changes).
2016-05-26 22:49:09 +00:00
Ben Woods
0d1e1fa57a multimedia/emby-server: Update to 3.0.5972
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.5972

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D6579
2016-05-26 22:08:01 +00:00
Ben Woods
a0064a926b graphics/p5-Image-Scale: Update to 0.12
- Add graphics/giflib as a dependency to build with GIF support
- Delete patches which aren't needed with the new version

PR:		209719
Approved by:	atkin901@gmail.com (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6580
2016-05-26 22:03:18 +00:00
Matthias Andree
46cbd463cd Fix build on HEAD-i386, using clang 3.6, not newer.
PR:		204175
Submitted by:	Hiroo Ono
Reported by:	Ivan Klymenko
Approved by:	Naram Qashat (maintainer)
2016-05-26 21:57:29 +00:00
Kurt Jaeger
04b3bb054f biology/{htslib|samtools|bcftools}: 1.3 -> 1.3.1
Changes:
  https://sourceforge.net/p/samtools/mailman/message/35033807/

PR:		209653
Submitted by:	cartwright@asu.edu (maintainer)
2016-05-26 20:28:55 +00:00
Matthew Seaman
349c737413 Add CVE names for the latest phpMyAdmin advisories, not that they have
been released.
2016-05-26 20:01:01 +00:00
Kurt Jaeger
27e82ca951 security/sslscan: submitter becomes maintainer
PR:		208577
Submitted by:	gavin
2016-05-26 19:56:40 +00:00
Kurt Jaeger
360072ae02 security/sslscan: 1.8.2 -> 1.11.6
- lots of changes since 2010

PR:		208577
Submitted by:	gavin
Approved by:	Matthieu BOUTHORS <matthieu@labs.fr> (maintainer timeout)
2016-05-26 19:55:12 +00:00
Matthew Seaman
7db4c573a4 Update to 2.1.0.0
Press release:	https://www.redhat.com/en/about/press-releases/red-hat-debuts-ansible-21-network-automation-containers-microsoft-windows-and-azure

ChangeLog:	https://raw.githubusercontent.com/ansible/ansible/v2.1.0.0-1/CHANGELOG.md

PR:		209769
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-05-26 19:48:07 +00:00
Olivier Duchateau
876594fc4b - Update to 0.4.7
- Replace CPPFLAGS and LDFLAGS by USES= localbase
- Cosmetic change for documentation
- Fix build when NLS option is not set

PR:		209717
Submitted by:	<ericturgeon@ghostbsd.org> (maintainer)
2016-05-26 19:32:15 +00:00
Craig Rodrigues
7cc82580f8 - Update to 2.0.0
Submitted by: rodrigc
Reviewed by: robak, sbz
Approved by: robak, sbz
Differential Revision: https://reviews.freebsd.org/D6551
2016-05-26 19:24:00 +00:00
Jimmy Olgeni
b3737bccb4 Update sysutils/virtualmin to version 5.03. 2016-05-26 19:19:10 +00:00
Antoine Brodin
24f48b4fd8 Add back INSTALL_WRKSRC, it's needed 2016-05-26 19:11:59 +00:00
Antoine Brodin
11620d9480 Add back WRKSRC, it's needed because of DISTVERSIONPREFIX 2016-05-26 19:08:48 +00:00
Dmitry Marakasov
ef5f6d7d87 - Update to 1.0.0
- Add LICENSE
- While here, also add LICENSE_FILE and NO_ARCH

PR:		205703
Submitted by:	z7dr6ut7gs@snkmail.com
Approved by:	chalpin@cs.wisc.edu (maintainer)
2016-05-26 18:06:26 +00:00
Dmitry Marakasov
3733b7bad2 - Fix build for disabled NLS case
- Switch to options helpers
- Simplify stripping
- Simplify plist handling

PR:		202076
Reported by:	sascha@root-login.org
Approved by:	maintainer timeout (horia@racoviceanu.com, 9 months)
2016-05-26 16:29:44 +00:00
Steve Wills
01ca19a397 Add USE_KDE4 so that KDE4_VERSION is defined
PR:		209756
Submitted by:	T.C.Berner <tcberner@gmail.com>
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
2016-05-26 16:25:39 +00:00
Palle Girgensohn
01e9ef3f1b Update to latest version
PR:		209601
Submitted by:	Stefan Lambrev
2016-05-26 15:54:55 +00:00
Bartek Rutkowski
2a601770f9 textproc/py-parsimonious: NEW PORT - PEGs based parser in Python
- Add missing textproc/Makefile in 415899 commit
2016-05-26 15:21:52 +00:00
Bartek Rutkowski
bb654b15d8 textproc/py-parsimonious: NEW PORT - PEGs based parser in Python
Parsimonious aims to be the fastest arbitrary-lookahead parser written
in pure Python and the most usable. It's based on parsing expression
grammars (PEGs), which means you feed it a simplified sort of EBNF
notation. Parsimonious was designed to undergird a MediaWiki parser
that wouldn't take 5 seconds or a GB of RAM to do one page, but it's
applicable to all sorts of languages.

WWW: https://pypi.python.org/pypi/parsimonious

PR:		209732
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-05-26 15:20:36 +00:00
Philippe Audeoud
f3f08e5f16 - Update to 2.96 2016-05-26 14:36:50 +00:00
Philippe Audeoud
677e171705 - Update to 2.78 2016-05-26 14:30:44 +00:00
Steven Kreuzer
98ece74023 Update to version 1.07 2016-05-26 14:18:22 +00:00
Dmitry Marakasov
b5d8757263 - Update to 13.1.20160507
PR:		209753
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-05-26 13:37:52 +00:00
Dmitry Marakasov
8c702392cc - Take maintainership
- Switch to USES=localbase
- Fix EXIF option: libexif is bundled, don't use external header (unfortunately, couldn't make it work with external libexif)
- Add possibly empty directory to plist
2016-05-26 13:20:33 +00:00
Dmitry Marakasov
c3c0ce9e6d - Update to 5.1.5
- Switch to seafile user

PR:		205122
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-05-26 13:18:16 +00:00
Dmitry Marakasov
f87462a001 - Update to 5.1.5
- Switch to seafile user

PR:		205123
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-05-26 13:18:10 +00:00
Dmitry Marakasov
b8b46f3d56 - Update to 4.7
Changes:

1. When running "qjail create -c" option for creating a jail with ssh and
   a user id / password of the jail name. On first start the user id
   gets created in the jail. This first start status was not being
   turned off. Added code to start logic to fix this.

2. Did not like the way console function was handling console commands
   being passed to the jail for execution. Changed the logic so it works
   like this. If -c option used alone or if -c & -u used together,
   them default jexec command format used. If no -c option then
   "jexec jailname login -f <root or -u value>" format used.
   This is real login causing the Welcome message to display.

3. Corrected the qjail manual console function to document usage of
   -c and -u flags.

PR:		209737
Submitted by:	qjail1@a1poweruser.com (maintainer)
2016-05-26 13:16:48 +00:00
Bernard Spil
5811c36f89 mail/opensmtpd: Fix SSL and CA problems
- Change with-ssl to with-ssllib
  - Change with-ca-file to with-path-CAfile
  - Remove broken for libasr-devel

PR:		208991
Submitted by:	fluffy
Approved by:	maintainer (implicit)
2016-05-26 12:56:35 +00:00