1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

398242 Commits

Author SHA1 Message Date
Cy Schubert
107dd7651c Fix issues identified by Mk/Scripts/qa.sh. 2016-08-07 03:26:06 +00:00
TAKATSU Tomonari
06aa50f33c - Update to 6.0-71
- Add "compiles" argument to USES=cran
2016-08-07 02:43:16 +00:00
Sergey A. Osokin
941b257cb9 Upgrade third-party modules:
o) arrayvar from 0.03 to 0.05;
o) devel_kit from 0.2.19 to 0.3.0;
o) echo from 4f7aa50 to 46334b3;
o) encryptsession from 0.03 to 0.05;
o) forminput from 0.07 to 0.12;
o) iconv from 0.10 to 0.14;
o) lua from 0.10.5 to 0.10.6rc1;
o) set_misc from 6582fb4 to f808ef4;
o) sflow from 0.9.7 to 543c72a;
o) small_light from 0.6.15 to 0.8.0;
o) xss from 0.04 to 0.05.

Do not bump PORTREVISION.
2016-08-07 02:03:59 +00:00
Martin Matuska
f3636df6bd mark ftp/curl-hiphop broken, deprecated and set expiration date 2016-08-07 00:25:28 +00:00
Marius Strobl
45397658cc Update to 3.02a06 2016-08-06 22:34:20 +00:00
Rene Ladan
a886a899a2 Remove expired port:
2016-08-04 net/qt5-enginio: Deprecated by upstream from Qt 5.6 on, do not use for development
2016-08-06 22:08:10 +00:00
Rene Ladan
f9c8dbe476 Unregister net/qt5-enginio from Mk/bsd.qt.mk which has expired.
PR:		211581
Submitted by:	myself
Approved by:	kde (tcberner), portmgr (mat)
2016-08-06 22:00:20 +00:00
Thomas Zander
3c22c731be Update to upstream release 5.0.10
PR:		211338
Submitted by:	m.tsatsenko@gmail.com (maintainer)
2016-08-06 20:49:43 +00:00
Thomas Zander
c6d837629c Update to upstream release 16.1
While on it:
USE_MYSQL -> USES=mysql

PR:		211084
Submitted by:	lucylangthorne55@gmail.com
2016-08-06 20:23:14 +00:00
Thomas Abthorpe
d41be378cc - Depend on sqlalchemy to fix builds
- Bump PORTREVISION

Reported by:	pkgbot
MFH:		2016Q3
2016-08-06 16:06:57 +00:00
Jan Beich
2647accc43 security/nss: update to 3.26
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.26_release_notes
MFH:		2016Q3
2016-08-06 14:47:43 +00:00
Kubilay Kocak
5e4b7cbcc3 devel/py-cffi: Fix build warnings and test failures
CFLAGS contains -Wl,-rpath,${LOCALBASE}/lib, which causes the following
warnings:

warning: -Wl,-rpath,/usr/local/lib: 'linker' input unused

It also causes many tests to fail due to the same warning:

E VerificationError: CompileError: command 'cc' failed with exit status 1

cffi/ffiplatform.py:62: VerificationError
----------- Captured stderr call ----------
error: -Wl,-rpath,/usr/local/lib: 'linker' input unused

Remove these (CFLAGS, LDFLAGS) unnecessary flags as cffi grabs compiler
details from Python and links correctly to libffi/libpython without
them.

* Fix cffi0/test_ownlib to use ${CC} not a hardcoded gcc, unecessarily
  causing test failures. Conditionally add -Wno-shift-negative-value
  to CFLAGS to squash several more failures on FreeBSD 11+ [1]

While I'm here:

* Strip shared library
* Report skipped tests during test runs

Note: leftover test_array_type test failure is known [2]

[1] https://bitbucket.org/cffi/cffi/issues/271
[2] https://bitbucket.org/cffi/cffi/issues/178

Reviewed by:	wg (maintainer)
Approved by:	wg (maintainer)
MFH:		2016Q3
Differential Revision:	D7300
2016-08-06 14:41:34 +00:00
Jan Beich
92a93af1ef devel/git-cinnabar: update to 0.4.0.b3
Changes:	https://github.com/glandium/git-cinnabar/releases/tag/0.4.0b3
Changes:	https://github.com/glandium/git-cinnabar/compare/0.4.0b2...0.4.0b3
2016-08-06 14:16:55 +00:00
Kubilay Kocak
d7b8873cd7 [NEW] www/py-boto3: AWS SDK for Python
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK)
for Python, which allows Python developers to write software that makes
 use of services like Amazon S3 and Amazon EC2. You can find the latest,
most up to date, documentation at Read the Docs, including a list of
services that are supported.

WWW: https://github.com/boto/boto3
2016-08-06 13:21:16 +00:00
Raphael Kubo da Costa
a1070ae317 Update to 2.2.1.
Changes: http://www.lyx.org/announce/2_2_1.txt
2016-08-06 13:13:12 +00:00
Raphael Kubo da Costa
caa63249fd New port: x11-fonts/hack-font.
Hack is monospaced font designed to be a workhorse typeface for code. It has
deep roots in the libre, open source typeface community and expands upon the
contributions of the Bitstream Vera & DejaVu projects. The project is in
active development. We welcome your input and contributions.

WWW: https://sourcefoundry.org/hack/
2016-08-06 12:43:50 +00:00
Pawel Pekala
0c12112dac - Update to 2.2.1
- Take maintainership

PR:		211611
Submitted by:	Demetris Procopiou
2016-08-06 12:20:09 +00:00
Pawel Pekala
45eaaa6574 - Update to 1.2.1 [1]
- Take maintainership [1]
- Set PORTNAME to follow upstream naming convention

PR:		211609 [1]
Submitted by:	Demetris Procopiou
2016-08-06 12:13:40 +00:00
Kubilay Kocak
7432e90df4 net/py-s3transfer: Update to 0.1.1, Modernize
* Update PORTVERSION and distinfo checksum (0.1.1)
* Add LICENSE_FILE
* Document actual Python version support in a comment for later
* Patch setup.py to properly declare test dependencies and hook up the
  test command
* Add TEST_DEPENDS and test target for QA


  https://github.com/boto/s3transfer/blob/0.1.1/CHANGELOG.rst

Approved by:	Bradley Hughes <bradleythughes fastmail fm> (maintainer, via email)
2016-08-06 11:55:47 +00:00
Pawel Pekala
8d69dae7ee - Update to 1.4.2 [1]
- Take maintainership [1]
- Convert to USES=php

PR:		211608 [1]
Submitted by:	Demetris Procopiou
2016-08-06 11:47:06 +00:00
Romain Tartière
a8df775378 Update to 1.0.12. 2016-08-06 11:21:39 +00:00
Pawel Pekala
0c56f6dcff Update to version 1.0.3 2016-08-06 11:19:08 +00:00
Dmitry Marakasov
69a23d605d - Switch to options helpers
- Simplify installation
2016-08-06 09:01:02 +00:00
Kubilay Kocak
5ad8f6ef6f security/suricata: Fix libpcap LIB_DEPENDS
Fix the PORTS_PCAP option LIB_DEPENDS entry ambiguously depending on
net/libpcap, which should be libpcap.so.1 so as not to be satisfied
with the pcap library provided by base. [1]

While I'm here:

- Explicitly BUILD_DEPEND on libhtp >= 0.5.20, as configure breaks when
  that minimum version is not available.

PR:		211578
Reported by:	marino [1]
2016-08-06 08:51:43 +00:00
Jimmy Olgeni
127ca6c8de Update www/elixir-phoenix_ecto to version 3.0.1. 2016-08-06 08:22:42 +00:00
Gerald Pfeifer
a8305c3a29 Update to the 20160804 snapshot of GCC 6. 2016-08-06 07:08:05 +00:00
Kurt Jaeger
19d829a0a9 New port: graphics/py-mayavi
3D Scientific Data Visualization and Plotting

The Mayavi project includes two related packages for 3-dimensional
visualization:
  Mayavi: A tool for easy and interactive visualization of data, with
          seamless integration with Python scientific libraries.
  TVTK:   A Traits-based wrapper for the Visualization Toolkit, a popular
          open-source visualization library.

These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.

WWW: http://code.enthought.com/projects/mayavi/

PR:		204435
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
2016-08-06 07:04:36 +00:00
John Marino
12094ff9a1 security/py-crits: Really fix pillow depends
The previous commit message indicated PYTHON_PKGNAMEPREFIX was added
to the pillow dependency specification, but the commit didn't actually
contain that change, so add it now.

PR:	211578
2016-08-06 03:48:52 +00:00
Carlos J. Puga Medina
482c989657 - Update to 0.21.9
- Add USE_AUTOTOOLS=automake
- Cosmetic changes

- Support EndNote reference citations in convert.c
- Improved handling of some tables
- Fixed --text processing broken in 0.21.8 - outputs/text.conf

PR:	211129
Submitted by:	maintainer
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
2016-08-06 02:31:15 +00:00
Pawel Pekala
fc009f6d58 - Update to version 1.0.16
- Take maintainership

PR:		211605
Submitted by:	Demetris Procopiou
2016-08-06 02:12:29 +00:00
Carlos J. Puga Medina
ee27f15d04 - Update to 1.4
- Update MAINTAINER to my @FreeBSD.org address
- Add LICENSE_FILE
- Add bash dependency
- Fix shebangs
- Add LOGROTATE option to install logrotate scripts
- Remove MAKE_JOBS_UNSAFE
- Cosmetic changes

Changelog:
  https://sourceforge.net/p/ncid/news/2016/06/ncid-14-released/

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D7419
2016-08-06 02:08:59 +00:00
Jason Unovitch
bb5561e689 Document multiple security advisories for Moodle (MSA-16-0019 - MSA-16-0021)
Security:	CVE-2016-5012
Security:	CVE-2016-5013
Security:	CVE-2016-5014
Security:	https://vuxml.FreeBSD.org/freebsd/3ddcb42b-5b78-11e6-b334-002590263bf5.html
2016-08-06 01:57:51 +00:00
Pawel Pekala
fd83780541 Simplify link creation
Submitted by:	mat
2016-08-06 01:02:41 +00:00
John Marino
42931aff2c net/daq: Fix dependency on libpcap (use ports version)
Back in r342092 (Jan 2014), the LIB_DEPENDS specification was updated
from pcap to libpcap.so, which effectively moved the dependency from
the ports version of libpcap to the base version.  The maintainer
also indicated the ports listed in the PR should specify the net/libpcap.

PR:	211578
2016-08-06 01:02:27 +00:00
Pawel Pekala
a3473c3645 Use ${DATADIR} in PLIST_FILES
Submitted by:	mat
2016-08-06 00:55:48 +00:00
Jason Unovitch
545c364f51 Document BIND security advisory
Security:	CVE-2016-2775
Security:	https://vuxml.FreeBSD.org/freebsd/7a31e0de-5b6d-11e6-b334-002590263bf5.html
2016-08-06 00:45:22 +00:00
John Marino
aacf03de8b net/xorp: Fix dependency on libpcap (use ports version)
The specification on libpcap came on the v1.6 => v.1.8.5 transition
while the port was unmaintained.  Assume the change originator intended
for the ports libpcap to be used, but didn't realize it needed an
explicit version number to avoid the base library from satisfying the
requirement.  While here, remove an obsolete CONFLICTS definition.

PR:	211578
2016-08-06 00:41:20 +00:00
Jason Unovitch
af602cbde3 Document wnpa-sec-2016-41 through wnpa-sec-2016-49 for issues fixed in
Wireshark 2.0.5

Security:	CVE-2016-6505
Security:	CVE-2016-6506
Security:	CVE-2016-6508
Security:	CVE-2016-6509
Security:	CVE-2016-6510
Security:	CVE-2016-6511
Security:	CVE-2016-6512
Security:	CVE-2016-6513
Security:	https://vuxml.FreeBSD.org/freebsd/610101ea-5b6a-11e6-b334-002590263bf5.html
2016-08-06 00:24:00 +00:00
John Marino
f9d382a067 net-mgmt/yaf: Fix dependency on libpcap
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured.  Fix the
dependency specification accordingly.

PR:	211578
2016-08-06 00:09:48 +00:00
Pawel Pekala
f61f7a6ba7 - Update to version 1.11.91
- Take maintainership
- Register dependencies found by stage-qa
- COnvert to USES=localbase

PR:		211601
Submitted by:	Demetris Procopiou
2016-08-05 23:58:09 +00:00
Pawel Pekala
6012da1d60 ZDoom is an enhanced source port of ID Software's DOOM engine. It is based on
the source code of id Software's DOOM. ZDoom boasts enhanced modding support,
as well as support for the following games:

* Ultimate Doom
* Doom II
* Final Doom
* Heretic
* Hexen
* Strife
* Chex Quest (1 & 3)
* Action Doom II
* Harmony v1.1
* Hacx
* The Adventures of Square

WWW: http://www.zdoom.org/

PR:		211588
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
2016-08-05 23:08:37 +00:00
TAKATSU Tomonari
0ae30ab744 - Update to 0.7 2016-08-05 22:55:53 +00:00
Stephen Montgomery-Smith
f723ee6204 - Update to 1.2.0-rc4. 2016-08-05 22:37:09 +00:00
Pawel Pekala
3bd2df6f00 Update to version 1.0.32
PR:		211586
Submitted by:	Bart Wrobel (maintainer)
2016-08-05 22:21:44 +00:00
Stephen Montgomery-Smith
dd4e4550b3 - Update to 1.0.1. 2016-08-05 22:13:34 +00:00
Cy Schubert
89f3109dd2 Update cfengine39 and cfengine-masterfiles39 to 3.9.1.
cfengine and cfengine-masterfiles now defaults to cfengine39 and
cfengine-masterfiles39
2016-08-05 21:32:46 +00:00
Pawel Pekala
301a24b9eb Update to version 0.8.17
PR:		211582
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 21:24:06 +00:00
Pawel Pekala
b16d81ff92 - Update to version 4.0.5
- Take maintainership

PR:		211567
Submitted by:	Demetris Procopiou
2016-08-05 20:34:07 +00:00
Joe Marcus Clarke
ff619a26b6 Ensure that Avahi supprt is disabled if mDNSResponder is
chosen for Zeroconf.

PR:		211571
2016-08-05 20:32:11 +00:00
Glen Barber
de5fd0adfb Add 11.0-BETA4 MANIFEST files.
Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from
the mirrors.

Approved by:	bdrewery (maintainer, implicit, re blanket)
Sponsored by:	The FreeBSD Foundation
2016-08-05 20:31:00 +00:00