Commit graph

418725 commits

Author SHA1 Message Date
Jimmy Olgeni
02f8de038a Update www/erlang-hackney to version 1.8.2. 2017-05-21 08:38:48 +00:00
Steven Kreuzer
3af33bde5c Update to version 1.2.6 2017-05-21 00:16:57 +00:00
Mark Linimon
70f0e8f117 Fix typo in error message. 2017-05-20 23:20:32 +00:00
Johannes M Dieterich
fc4e400f59 new port: math/blis
BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a BSD3CLAUSE. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. (from their github)

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10811
2017-05-20 23:09:23 +00:00
Steven Kreuzer
653af43a0e Update to version 1.0.4 2017-05-20 22:59:15 +00:00
Sunpoet Po-Chuan Hsieh
cf65320799 Update to 8.5.15
Changes:	http://tomcat.apache.org/tomcat-8.5-doc/changelog.html
PR:		219427
Submitted by:	<vvd@unislabs.com> (maintainer)
2017-05-20 21:51:07 +00:00
Sunpoet Po-Chuan Hsieh
63aa7d5634 Add rc.d script
- Assign default UID and GID
- Bump PORTREVISION for package change

PR:		217083
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2017-05-20 21:51:02 +00:00
Sunpoet Po-Chuan Hsieh
b7f247b637 Update to 2.0.0
Changes:	https://github.com/deckar01/task_list/releases
2017-05-20 21:50:56 +00:00
Sunpoet Po-Chuan Hsieh
27c18b87b2 Change RUN_DEPENDS from rubygem-deckar01-task_list to rubygem-deckar01-task_list1
- Bump PORTREVISION for dependency change
2017-05-20 21:50:51 +00:00
Sunpoet Po-Chuan Hsieh
edaaa4c33b Add rubygem-deckar01-task_list1 1.0.6 (copied from rubygem-deckar01-task_list)
- Sort RUN_DEPENDS
- Add PORTSCOUT
2017-05-20 21:50:46 +00:00
Sunpoet Po-Chuan Hsieh
c75ff23527 Update to 1.15.0
Changes:	https://github.com/bundler/bundler/blob/master/CHANGELOG.md
2017-05-20 21:50:41 +00:00
Sunpoet Po-Chuan Hsieh
d43cec9d6a Update to 1.0.0
Changes:	https://github.com/puppetlabs/semantic_puppet/blob/master/CHANGELOG.md
2017-05-20 21:50:36 +00:00
Sunpoet Po-Chuan Hsieh
0fe0856625 Change RUN_DEPENDS from rubygem-semantic_puppet to rubygem-semantic_puppet0
- Bump PORTREVISION for dependency change
2017-05-20 21:50:31 +00:00
Sunpoet Po-Chuan Hsieh
da3ee5d5da Change RUN_DEPENDS from rubygem-semantic_puppet to rubygem-semantic_puppet0
- Bump PORTREVISION for dependency change
2017-05-20 21:50:26 +00:00
Sunpoet Po-Chuan Hsieh
a06f9cde6d Add rubygem-semantic_puppet0 0.1.4 (copied from rubygem-semantic_puppet)
- Add PORTSCOUT
2017-05-20 21:50:21 +00:00
Sunpoet Po-Chuan Hsieh
377f056730 Update to 1.1.10
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-05-20 21:50:16 +00:00
Sunpoet Po-Chuan Hsieh
97e14e9bd6 Relax USES=python
- Update COMMENT
- Sort USE_PYTHON
- Remove pythonprefix from USE_PYTHON
- Update pkg-descr
- Update WWW
- Take maintainership
2017-05-20 21:50:10 +00:00
Sunpoet Po-Chuan Hsieh
c255bde5ef Update to 2.2.25
- Add LICENSE

Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2017-05-20 21:50:06 +00:00
Sunpoet Po-Chuan Hsieh
690ebfd043 Update to 5.3.6
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-05-20 21:50:01 +00:00
Carlos J. Puga Medina
1ad84e2d1b - Update to 0.11
- Remove unnecessary pytest dependency
- Add USE_LOCALE to fix all test cases
- Update do-test target
2017-05-20 21:17:35 +00:00
Carlos J. Puga Medina
256d753ddd - Bump PORTREVISION to chase security/py-certbot changes (r441335) 2017-05-20 20:45:31 +00:00
Carlos J. Puga Medina
ab14924944 security/py-certbot: Fix configargparse 0.12.0 regression
This is caused by the recent release of configargparse version 0.12.0.
The variable ACTION_TYPES_THAT_DONT_NEED_A_VALUE was changed from a set
to a tuple in that release.

Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 11, in <module>
    load_entry_point('certbot==0.13.0', 'console_scripts', 'certbot')()
  File "/usr/local/lib/python2.7/site-packages/certbot/main.py", line 738, in main
    args = cli.prepare_and_parse_args(plugins, cli_args)
  File "/usr/local/lib/python2.7/site-packages/certbot/cli.py", line 1072, in prepare_and_parse_args
    helpful.add_deprecated_argument("--agree-dev-preview", 0)
  File "/usr/local/lib/python2.7/site-packages/certbot/cli.py", line 726, in add_deprecated_argument
    self.parser.add_argument, argument_name, num_args)
  File "/usr/local/lib/python2.7/site-packages/certbot/util.py", line 440, in add_deprecated_argument
    configargparse.ACTION_TYPES_THAT_DONT_NEED_A_VALUE.add(ShowWarning)
AttributeError: 'tuple' object has no attribute 'add'

PR:		219306
Reported by:	GKK <netbackup.gs@gmail.com>
Approved by:	koobs (maintainer)
Obtained from:	42d07d756d
2017-05-20 20:44:12 +00:00
Bernard Spil
9fcc0361c8 databases/mariadb101-client: Mark not-broken for client on power64
- Move BROKEN_powerpc64 block to server-only block
 - Move non-option to non-option block (10.0 only)

PR:		218497
Submitted by:	linimon
2017-05-20 20:36:42 +00:00
Bernard Spil
94d3ae0435 databases/mariadb101-server: Fix crash in XtraDB
- Apply crash patch to XtraDB (not only InnoDB)
 - Bump port-revision

PR:		219235
Submitted by:	Dani <i.dani@outlook.com>
2017-05-20 20:30:25 +00:00
Gerald Pfeifer
e31af70337 Update to the 20170518 snapshot of GCC 7.1.1. 2017-05-20 19:50:34 +00:00
Tobias C. Berner
3952625e61 Cleanup graphics/vigra
* fix shebang for vigra-config (a python script, therefore, also add python as a run-depends).
* add LIB_DPENDS to make qa happy
* add patch-CMakeLists.txt to add toggles for the imageformats JPEG, TIFF and PNG aswell as for FFTW
* modernize option handling

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10668
2017-05-20 19:45:46 +00:00
Bernard Spil
2a0aada168 mail/postfix-current: Fix x25519 kex with LibreSSL
- Add patches for LibreSSL

PR:		216790
Obtained from:	OpenBSD ports
Approved by:	ohauer (maintainer)
2017-05-20 18:49:10 +00:00
Bernard Spil
eb15060f86 mail/postfix: Fix x25519 kex with LibreSSL
PR:		216790
Obtained from:	OpenBSD ports
Approved by:	ohauer (maintainer)
2017-05-20 18:34:55 +00:00
Adam Weinberger
d9e822c1de Update to patchlevel 600.
Prevent just the broken OPTION on ppc64, rather than marking the
whole port BROKEN.
2017-05-20 18:29:27 +00:00
Thomas Zander
a1b0edae19 New maintainer: schaiba@gmail.com
PR:		219351
Submitted by:	schaiba@gmail.com (new maintainer)
2017-05-20 18:17:37 +00:00
Tobias C. Berner
f291c88ad1 Fix mangled shebang.
Approved by:	rakuco (mentor, implicit)
2017-05-20 18:06:38 +00:00
Gerald Pfeifer
894e83b6b2 Update to the 20170517 snapshot of GCC 6.3.1. 2017-05-20 17:43:54 +00:00
Eugene Grosbein
879be60945 Update java/bouncycastle15 upto 1.57 2017-05-20 17:41:42 +00:00
Tobias C. Berner
d96a50485a Fix shebangs.
* Make dependency on pyhthon explicit.

Approved by:	rakuco (mentor, implicit)
2017-05-20 17:29:24 +00:00
Gerald Pfeifer
dc96304cd6 Update to the 20170516 snapshot of GCC 5.4.1. 2017-05-20 17:26:32 +00:00
Tobias C. Berner
0117910ee5 * Update to 0.7
* Convert SOUND from OPTIONS_MULTI to OPTIONS_SINGLE. The arguments show that it is meant to be exclusive.
* Add options for FFMPEG and MPG123 as they are picked up if installed. Further patch in toggleability for FFMPEG.

Reviewed by:	rakuco
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10836
2017-05-20 17:04:32 +00:00
Mark Linimon
74fa808d34 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
2017-05-20 16:58:10 +00:00
Gerald Pfeifer
7d974a6402 Update to Wine 2.8. This includes the following changes:
- Direct3D command stream runs asynchronously.
 - Better serial and parallel ports autodetection.
 - Still more fixes for high DPI settings.
 - Various bug fixes.
2017-05-20 16:46:53 +00:00
Tobias C. Berner
27fbc6e13d Update to 0.9.8
Approved by:	rakuco (mentor, implicit)
2017-05-20 16:06:06 +00:00
Tobias C. Berner
fefa17ba06 Update math/cadabra2 to 2.1.4
* Add patch patch-core_cadabra2.in, to get proper shebang in bin/cadabra2.

PR:		218985
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	Yuri Victorovich (maintainer), rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10761
2017-05-20 16:03:46 +00:00
Dan Langille
0d552d6258 whitespace adjustments
Submitted by:	Joseph Mingrone <jrm@FreeBSD.org>
Reported by:	Alexey Dokuchaev <danfe@freebsd.org>
2017-05-20 14:42:50 +00:00
Bernard Spil
db1f8d09d7 security/openconnect: Fix DTLS with LibreSSL
- Add patch from upstream

PR:		219273
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-05-20 14:29:10 +00:00
Mikhail Teterin
0dd349dc37 Upgrade to 1.7.12. It bothers me, that the port can not be
linked with the base OpenSSL, if some other implementation
is merely installed, but that seems like a common problem...

PR:		216174
Submitted by:	gahr
Sponsored by:	Unemployment Insurance
2017-05-20 13:59:35 +00:00
Pawel Pekala
1b53bac478 Update to version 0.2.3
- application translated to English and Italian languages
- completely rewritten configuration subsystem
- code separated into two subprojects: libqnapi and gui
- selecting target format/extension from command line interface - #65
- fixed problem with color information loss during subtitles conversion - #100
- Linux x86_64 AppImage binary available
2017-05-20 12:52:56 +00:00
Tobias C. Berner
1f59850d36 Update _KDE_APPLICATIONS_ATTIC_VERSION to 16.12.3 to fix fetching of distfiles
KDE has moved distfiles for applications 16.12.3 to Attic/ on their mirros.

Reported by:	Matthias Apitz <guru@unixarea.de>
Reviewed by:	rakuco
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10830
2017-05-20 12:38:44 +00:00
Alexey Dokuchaev
1ea5002959 - Unbreak the build: the problem was caused by header file named `limits.h'
present in the source tree which, with -I. option passed to the compiler,
  would sometimes be picked up instead of expected `/usr/include/limits.h'.
  Fix this by renaming local header file with a `${PORTNAME}_' prefix;
- Convert CPPFLAGS/LDFLAGS/MAKE_ENV variables to USES+=localbase;
- Rewrite condition expression in standard syntax to get rid of dependency
  on `shells/bash', and wrap an overly long line while I'm here.
2017-05-20 12:15:20 +00:00
Mark Linimon
73a2d70934 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-20 12:02:07 +00:00
Jochen Neumeister
bf55d31cb0 Update to 3.4.6
PR:		219394
Reported by:	Yuri Victorovich (Maintainer) <yuri@rawbw.com>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10823
2017-05-20 11:20:13 +00:00
Tobias C. Berner
926ef19f50 Update to 4.3
Approved by:	rakuco (mentor, implicit)
2017-05-20 11:10:13 +00:00
Tobias C. Berner
99c421b481 Update KDE Frameworks to 5.34.0
PR:		219314
Reviewed by:	rakuco
Exp-run by:	antoine
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10747
2017-05-20 10:24:35 +00:00