Commit graph

384232 commits

Author SHA1 Message Date
Pawel Pekala
9a96939dae - Unbreak fetch, maps distfile moved to it's own subdir
- Switch to USES=localbase
- Use REINPLACE_ARGS to stop generating backup files which then
  don't have to be removed in post-patch target
- Convert to options helper
- Remove usage of deprecated @dirrm, set files ownerships in
  pkg-plist using newer @(,,) keywords
2016-01-02 17:09:20 +00:00
Martin Wilke
54fea61b98 - Update to 3.4.4
- Sort plist

Changelog:
        https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-4
2016-01-02 16:47:46 +00:00
Thomas Zander
b6304e01cd Update to upstream version 5.003, introduce SSE2-enabled i386 slave port
While on it:
- Add LICENCE_* tags

PR:		204830
Submitted by:	matthew@reztek.cz (maintainer)
2016-01-02 15:54:07 +00:00
Pawel Pekala
87d6f762be - Switch to USES=localbase
- Replace deprecated @dirrm entries and @exec's creating directories
  with @dir keywords. We need more @dir entries to be sure that
  directories are created as before with games:games ownership
  instead of default root:wheel
2016-01-02 15:53:39 +00:00
Kubilay Kocak
30e7a4173b Mk/Uses/python.mk: Add support for optional 'test' argument
Some ports may need to use Python for their testing suite but otherwise
do not need it at all (ie, not for build or run). This patch adds
support for the test argument to be used in the USES clause, such as
python:3.2+,test. This enables the relevant Python environment and
modifies TEST_DEPENDS as necessary.

For non-Python ports that use Python as their testing suite, add
python:<ver>,test as required to the USES clause.

PR:			205616
Submitted by:		Brendan Molloy <brendan+freebsd bbqsrc net>
Reviewed by:		mat, miwi, koobs, antoine
Approved by:		koobs (python)
Differential Revision:	https://reviews.freebsd.org/D4711
2016-01-02 15:24:37 +00:00
Martin Wilke
79a0af4672 - Pass maintainership to ports-secteam, with a explicit approval for gecko@
Differential Revision:	D2640
2016-01-02 15:15:06 +00:00
Kevin Lo
dcaaa6623a Update to 1.4.4 2016-01-02 15:02:42 +00:00
Danilo Egea Gondolfo
7c58d6d39e - Update to 0.33.0 2016-01-02 14:31:49 +00:00
Danilo Egea Gondolfo
cb0989c548 - Update to 0.59 2016-01-02 14:31:30 +00:00
Danilo Egea Gondolfo
04246f22bb - Update to 1.15.7 2016-01-02 14:30:54 +00:00
Jason Unovitch
a0c1127285 Document several older QEMU vulnerabilities
Security:	CVE-2015-7295
Security:	CVE-2015-5278
Security:	CVE-2015-5279
Security:	CVE-2015-6855
Security:	CVE-2015-6815
Security:	CVE-2015-5239
Security:	https://vuxml.FreeBSD.org/freebsd/42cbd1e8-b152-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/6aa3322f-b150-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/bbc97005-b14e-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/10bf8eed-b14d-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/8a560bcf-b14b-11e5-9728-002590263bf5.html
2016-01-02 13:23:54 +00:00
Sunpoet Po-Chuan Hsieh
263277eea6 - Move devel/py-distutils-extra to devel/py-python-distutils-extra 2016-01-02 12:06:22 +00:00
Thomas Zander
2d040a35a3 Backport patch from upstream trunk for 'hangs forever' issue
On http://sourceforge.net/p/sshpass/bugs/12/ the issue is explained:
Doing a "sshpass -p password ssh vmfreebsd10-32 -l account ls" hangs
forever.  The reason is that in this combination the prompt for the
password looks like this: "Password for account@vmfreebsd10-32:" and
sshpass checks the password against the string "assword:", so there
is no match.

This is fixed upstream in trunk, but no release has been created yet.
Import the patch into the ports tree until the next release.

PR:		204819
Submitted by:	andrey@bsdnir.info
Approved by:	maintainer timeout
2016-01-02 11:59:59 +00:00
Emanuel Haupt
370e0a2381 Update to 4.3.10 2016-01-02 11:37:24 +00:00
Raphael Kubo da Costa
ad1b9e2228 Point to a working website in pkg-descr. 2016-01-02 11:00:21 +00:00
Raphael Kubo da Costa
728400eb87 Fix MASTER_SITES and unmark BROKEN. 2016-01-02 10:59:53 +00:00
Raphael Kubo da Costa
b0821449c0 Use a more specific BROKEN message. 2016-01-02 10:53:43 +00:00
Raphael Kubo da Costa
839fda54c3 Fix MASTER_SITES and unmark BROKEN. 2016-01-02 10:51:32 +00:00
Raphael Kubo da Costa
f918422939 Switch to a working MASTER_SITE and unmark BROKEN.
distinfo had to be regenerated. diff between the old distfile and the new one:

--- dist-trinokiller.c  2003-04-14 08:03:10.000000000 +0200
+++ trinokiller.c       1999-12-31 03:37:23.000000000 +0100
@@ -5,10 +5,6 @@
  *
  *   This program kills trino nodes on version 1.07b2+f3 and below.
  *
- * realize, this requires that you
- *  1) know the password that the master/nodes communicate with
- *  2) assume it to be the default password
- *
  *
 */
2016-01-02 10:44:44 +00:00
Dirk Meyer
2cd394ce34 - update to 1.1.Alpha2.0 2016-01-02 10:40:16 +00:00
Dmitry Sivachenko
fea227daab Move UWSGI_EMBED_PLUGINS assignment to MAKE_ENV as submitter reports it
does not works anymore is defined in MAKE_ARGS.

PR:		197492
Submitted by:	kevin.bowling@kev009.com
2016-01-02 09:59:35 +00:00
Greg Lewis
2813824f6f . Stub implementation of OperatingSystemImpl.
PR:		205229
2016-01-02 09:30:21 +00:00
Olivier Duchateau
a8af8991fb - Update to 0.1.4
- Adjust LICENSE blob
- Sort USES

PR:		205361
Submitted by:	myself
Approved by:	<horia@racoviceanu.com> (maintainer, timeout 2 weeks)
2016-01-02 09:28:25 +00:00
Olivier Duchateau
ba85ff32e9 Chase update of x11/menu-cache, after revision r405055 2016-01-02 09:03:51 +00:00
Olivier Duchateau
3cd05ee8c0 Update to 1.0.1
PR:		205101
Submitted by:	myself
Approved by:	<horia@racoviceanu.com> (maintainer, timeout 1 month)
2016-01-02 08:59:14 +00:00
Alex Dupre
6c833f2110 Update to 1.1.4 release.
PR:		205779
Submitted by:	Vladimir Krstulja
2016-01-02 08:58:32 +00:00
Olivier Duchateau
c19e92a8f9 Update to 2.0.4 2016-01-02 08:40:51 +00:00
Olivier Duchateau
5cca9d2003 Update to 3.6.3 (regularly bugfix release)
Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.6.2_.282016-1-1.29
2016-01-02 08:35:39 +00:00
Vanilla I. Shu
6907c69fb9 Upgrade to 0.8. 2016-01-02 07:15:51 +00:00
Dmitry Marakasov
f53f513abb - Add NO_ARCH
- Switch to options helpers
2016-01-02 07:10:41 +00:00
Martin Wilke
7f72eed9d7 Normal python sort algorithm sorts lexicographically, so you might not get the
results that you expect. Natsort provides a function natsorted() that helps sort
lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints),
or as versions.

WWW: https://github.com/SethMMorton/natsort

PR:		205563
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-01-02 07:01:52 +00:00
Martin Wilke
c8a152e10c A tool to query the SPDX license list. Use the binary spdx-lookup.
WWW: https://github.com/bbqsrc/spdx-lookup-python

PR:		205724
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>
2016-01-02 06:15:45 +00:00
Martin Wilke
d0a308d467 A Python module incorporating an interface to the SPDX license database.
This library serves purely as a holder for the database that can be
found on the SPDX website <https://spdx.org/licenses/>.

WWW: https://github.com/bbqsrc/spdx-python

PR:		205723
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>
2016-01-02 06:12:33 +00:00
Martin Wilke
6de9536def - Update to 3.10.3
PR:		205785
Submitted by:	Zane C. Bowers-Hadley
2016-01-02 05:24:02 +00:00
Martin Wilke
dc9c7370dc - Update to 2.0.9
PR:		205770
Submitted by:	Franco Fichtner
Approved by:	maintainer
2016-01-02 05:23:11 +00:00
Ian Lepore
1f95252427 Add a patch to allow arm-none-eabi-gcc492 to build natively on arm systems.
Without this change the port builds fine as a cross-compiler but fails to
build natively on an arm system.

Patch submitted by Tim Kientzle, who pointed out it was used in the original
powerpc64-gcc port this one was derived from.

PR:		205673
PR:		204419
Approved by:	mat (mentor)
2016-01-02 04:11:51 +00:00
Steve Wills
5376e60563 misc/exercism: update to 2.2.3 2016-01-02 02:56:51 +00:00
Dmitry Marakasov
cb11791dd5 - Add LICENSE
- Silence patching
2016-01-02 02:49:51 +00:00
Jason E. Hale
9316520995 - Update to 1.10
- Remove hack for audio/clementine-player that was added in r335257.  It has
  no effect on the resulting library and clementine-player seems to build and
  read tags fine without it.
2016-01-02 02:00:29 +00:00
Muhammad Moinur Rahman
07435ddabf math/p5-Math-Derivative: Update version 0.03=>0.04 2016-01-02 00:16:40 +00:00
Muhammad Moinur Rahman
1d248b6468 databases/freetds-devel: Updated version 0.99.307=>0.99.479 2016-01-02 00:11:22 +00:00
Adam Weinberger
2effb7042b Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary.
2016-01-01 23:39:45 +00:00
Muhammad Moinur Rahman
c75d967094 databases/freetds: Update version 0.95.69=>0.95.73 2016-01-01 23:36:41 +00:00
Sofian Brabez
e53bbdae05 - Update to 0.8.1
PR:		205506
Submitted by:	yuri at rawbw.com
2016-01-01 23:05:01 +00:00
Jason Unovitch
66167af6aa Document several older QEMU vulnerabilities
Security:	CVE-2015-3214
Security:	CVE-2015-5158
Security:	CVE-2015-5225
Security:	CVE-2015-5745
Security:	https://vuxml.FreeBSD.org/freebsd/2b3b4c27-b0c7-11e5-8d13-bc5ff45d0f28.html
Security:	https://vuxml.FreeBSD.org/freebsd/21e5abe3-b0c6-11e5-8d13-bc5ff45d0f28.html
Security:	https://vuxml.FreeBSD.org/freebsd/a267cd6c-b0c4-11e5-8d13-bc5ff45d0f28.html
Security:	https://vuxml.FreeBSD.org/freebsd/aea8d90e-b0c1-11e5-8d13-bc5ff45d0f28.html
2016-01-01 20:50:21 +00:00
Rene Ladan
0fb112af64 Return audio/py-mpd2 and www/py-ws4py to the pool, they were support ports for
the now removed multimedia/spotify-websocket-api
2016-01-01 19:47:53 +00:00
Rene Ladan
5445d9b64a Remove expired ports:
2016-01-01 multimedia/spotify-websocket-api: login fails due to protocol changes
2016-01-01 net-mgmt/unifi2: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3
2016-01-01 misc/kde4-l10n-th: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-tg: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-si: Upstream ceased maintainance of this translation
2016-01-01 19:11:59 +00:00
Li-Wen Hsu
1c2fade96e - Update to 1.2.0 2016-01-01 18:35:47 +00:00
Muhammad Moinur Rahman
b50c3135de textproc/groonga: Update version 5.0.9=>5.1.0
- Add new OPTION RUBY [1]

PR:		201501 [1]
Submitted by:	cosmo0920.oucc@gmail.com [1]
2016-01-01 18:02:27 +00:00
Raphael Kubo da Costa
7848d73718 Switch to a MASTER_SITE that actually works. 2016-01-01 17:55:59 +00:00