Commit Graph

412206 Commits

Author SHA1 Message Date
Baptiste Daroussin
f1deabd6a0 Remove useless dependency on gnumake
Reported by:	Emil Velikov <emil.l.velikov@gmail.com> (upstream)
2017-02-22 12:15:13 +00:00
Tilman Keskinoz
7ac61db8e5 Disable Werror to fix build on 10.x 2017-02-22 11:34:35 +00:00
Tobias Kortkamp
7613e8cfd9 New port: games/ags
Adventure Game Studio (AGS) is an open source development tool that is
primarily used to create graphic adventure games like e.g.

- Primordia
- King's Quest I: Quest for the Crown Enhanced Edition
- King's Quest II: Romancing the Stones
- King's Quest III Redux: To Heir is Human

This port provides the runtime only and can be used for running games
created with AGS.

WWW: http://www.adventuregamestudio.co.uk/

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9702
2017-02-22 11:34:06 +00:00
Bernard Spil
4d1183dc5b security/vuxml: curl only vulnerable >= 7.52.0 2017-02-22 11:21:27 +00:00
Bernard Spil
74d2f6e713 security/vuxml: Document cURL vulnerability 2017-02-22 11:09:11 +00:00
Dmitry Marakasov
f0b39e9e4f Crunch is a wordlist generator where you can specify a standard character
set or a character set you specify. crunch can generate all possible
combinations and permutations.

Features:

- crunch generates wordlists in both combination and permutation ways
- it can breakup output by number of lines or file size
- now has resume support
- pattern now supports number and symbols
- pattern now supports upper and lower case characters separately
- adds a status report when generating multiple files
- new -l option for literal support of @,%^
- new -d option to limit duplicate characters see man file for details
- now has unicode support

WWW: https://crunch-wordlist.sourceforge.io/

PR:		217036
Submitted by:	vidar@karlsen.tech
2017-02-22 10:54:59 +00:00
Dmitry Marakasov
c4fc609c5d - Update to 2.10.12.15
PR:		216802
Submitted by:	freebsd-ports@dan.me.uk (maintainer)
2017-02-22 10:26:44 +00:00
Dmitry Marakasov
e882c671e7 - Update to 0.17.g20170204
PR:		216819
Submitted by:	tj+freebsd_ports@a13.fr (maintainer)
2017-02-22 10:26:02 +00:00
Dmitry Marakasov
9430d3e612 - Fix build with openssl-devel and libressl-devel
- Add LICENSE
- Pass maintainership to submitter

PR:		216915
Submitted by:	pkubaj@anongoth.pl
2017-02-22 10:19:19 +00:00
Antoine Brodin
0927ed3d42 Remove duplicate lines from plist 2017-02-22 10:07:45 +00:00
Dmitry Marakasov
006368f1a1 - Update to 2.12.0 2017-02-22 09:33:22 +00:00
Dmitry Marakasov
485929e006 - Switch to options helpers 2017-02-22 09:01:39 +00:00
Li-Wen Hsu
d27d93f4e8 - Update to 20170220 snapshot 2017-02-22 08:09:32 +00:00
Jason Unovitch
4eef690817 Document Xen Security Advisory (XSA 209)
Reported by:	royger
Security:	CVE-2017-2620
Security:	https://vuxml.FreeBSD.org/freebsd/8cbd9c08-f8b9-11e6-ae1b-002590263bf5.html
2017-02-22 04:48:12 +00:00
Cy Schubert
33c9f1e39b OpenSSL includes are configured even though option is not selected
resulting in a build failure.
2017-02-22 03:35:56 +00:00
Cy Schubert
ec7896d14c Bump PORTREVISION for r434562. 2017-02-22 03:34:01 +00:00
Cy Schubert
ccd24475b7 Same as r311005 in base, Fix up grammar. 2017-02-22 03:30:30 +00:00
Cy Schubert
886d308031 Same as r311005 in base, Fix up grammar. 2017-02-22 03:13:02 +00:00
Jan Beich
ddd8721c35 emulators/citra: update to s20170221
Changes:	ebe01506...e971f17bb
MFH:		2017Q1
2017-02-22 02:29:29 +00:00
Jan Beich
ab73167615 multimedia/mpc-qt: update to 0.0.0.s20170221
Changes:	54b0be7...1aee565
2017-02-22 02:29:19 +00:00
Vanilla I. Shu
04a3a1360b Update to 3.4.1. 2017-02-22 01:45:24 +00:00
Brooks Davis
c71bcdbc78 Fix build on recent HEAD.
PR:		217236
Submitted by:	dim
2017-02-22 00:49:41 +00:00
Jung-uk Kim
7580c94a58 Update the hints to use service(8). 2017-02-21 22:02:51 +00:00
Jung-uk Kim
addc8acba7 Warn and stop build if the kernel cannot execute a 32-bit binary.
PR:		193946
2017-02-21 21:56:31 +00:00
Mark Felder
2ca4eedef0 devel/lua51-libevent: Fix RUN_DEPENDS to guarantee we get the luasocket for lua 5.1 2017-02-21 20:51:06 +00:00
Mark Felder
23f142258f This is a binding of libevent to Lua. It will serve as a drop-in
replacement for copas, and eventually support more features (async DNS,
HTTP, RPC...).

WWW: https://github.com/harningt/luaevent

PR:		216750
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
2017-02-21 20:27:14 +00:00
Jung-uk Kim
db1bb10b97 Fix build with option QT4.
PR:		217240
2017-02-21 20:12:51 +00:00
Mark Felder
b63bac7cc2 net/py-matrix-synapse: Update to 0.19.2
Changelog:	https://github.com/matrix-org/synapse/releases/tag/v0.19.2
2017-02-21 19:56:07 +00:00
Enji Cooper
c2f3d4d0d9 emulators/open-vm-tools: change sysctl_add_oid use to SYSCTL_ADD_OID
sysctl_add_oid was changed in base/head@r310051 to take a label parameter,
and open-vm-tools doesn't supply it as it depends on the old KPI signature.
SYSCTL_ADD_OID doesn't require the label parameter since its inception
though, thus it's a backwards compatible solution for adding sysctl oids.

PR:		215353
Reported by:	dim
Submitted by:	ed
Reviewed by:	ed, lwhsu
Approved by:	lwhsu
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D9698
2017-02-21 19:20:47 +00:00
Sunpoet Po-Chuan Hsieh
e9098d3f97 Update to 2.3.1
- Add LICENSE_FILE

Changes:	https://github.com/getsentry/raven-ruby/blob/master/changelog.md
2017-02-21 16:37:05 +00:00
Sunpoet Po-Chuan Hsieh
479bc26d21 Update to 0.77
Changes:	http://search.cpan.org/dist/Toadfarm/Changes
2017-02-21 16:37:00 +00:00
Sunpoet Po-Chuan Hsieh
af5b85e938 Update to 1.08
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-02-21 16:36:55 +00:00
Sunpoet Po-Chuan Hsieh
d37bdf37ad Update to 1.28
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Pluggable/Changes
2017-02-21 16:36:51 +00:00
Sunpoet Po-Chuan Hsieh
61c721f458 Update to 1.814
Changes:	http://search.cpan.org/dist/MCE/Changes
2017-02-21 16:36:46 +00:00
Sunpoet Po-Chuan Hsieh
0ea70a5f0e Update to 2.63
Changes:	http://search.cpan.org/dist/Log-Dispatch/Changes
2017-02-21 16:36:41 +00:00
Sunpoet Po-Chuan Hsieh
cc5de81134 Update to 3.10
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2017-02-21 16:36:37 +00:00
Sunpoet Po-Chuan Hsieh
6dbd93edf8 Update to 1.72
Changes:	http://search.cpan.org/dist/POE-Filter-LZF/Changes
2017-02-21 16:36:32 +00:00
Sunpoet Po-Chuan Hsieh
e941da50fc Update to 1.60
Changes:	http://search.cpan.org/dist/POE-Filter-Bzip2/Changes
2017-02-21 16:36:27 +00:00
Sunpoet Po-Chuan Hsieh
1381b72516 Update to 6.7.4
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2017-02-21 16:36:23 +00:00
Mathieu Arnold
e8f90a3da6 Fix the error message when no option in a _SINGLE is used.
PR:		217273
Reported by:	Andreas Sommer
Sponsored by:	Absolight
2017-02-21 16:28:41 +00:00
Dmitry Marakasov
27cab1b67b - Add py3-setproctitle, python counterpart of py-setproctitle
- While here, fix PYTHON_SITELIBDIR misuse, don't install license with docs and add PyPi WWW
2017-02-21 15:08:16 +00:00
Kirill Ponomarev
8097795c73 Update sysutils/desktop-installer to 0.5.3
PR:		217232
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9683
2017-02-21 14:41:16 +00:00
Kirill Ponomarev
d00d453419 Update sysutils/auto-admin to 0.3.10
PR:		217254
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9695
2017-02-21 14:38:36 +00:00
Kirill Ponomarev
2b6b6f7b74 New port devel/nimble:
Nimble is a package manager for the Nim programming language.

WWW: https://github.com/nim-lang/nimble

PR:		215304
Submitted by:	Neal Nelson <ports@nicandneal.net>
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9688
2017-02-21 14:36:59 +00:00
Kirill Ponomarev
90e8e2b8ce Update sysutils/py-ranger 1.8.1
PR:		217245
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9684
2017-02-21 14:35:32 +00:00
Kirill Ponomarev
c4c95901e7 Update databases/tcl-sqlite3 to 3.17.0
PR:		217224
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9670
2017-02-21 14:34:19 +00:00
Matthew Rezny
82a8f29f22 Fix build with libressl-devel. Restrict SSE option to x86, default on amd64.
PR:		216980
Approved by:	bsdports@kyle-evans.net (maintainer), swills (mentor)
Obtained from:	OpenBSD
Differential Revision:	https://reviews.freebsd.org/D9671
2017-02-21 14:33:55 +00:00
Kirill Ponomarev
a43611575e Update databases/sqlite3 to 3.17.0
PR:		217223
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9669
2017-02-21 14:33:28 +00:00
Kirill Ponomarev
5f41c35e5b Update net-mgmt/py-pysmi to 0.0.7
PR:		217206
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9667
2017-02-21 14:32:23 +00:00
Dmitry Marakasov
39bbc47899 - Update to 2.6.1
PR:		216946
Submitted by:	erik@brlcad.org
Approved by:	erik@elfga.com (maintainer)
2017-02-21 14:26:52 +00:00