1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
Commit Graph

402130 Commits

Author SHA1 Message Date
Wen Heping
9e59f97e70 - Update to 5.1.10 2016-10-14 00:05:47 +00:00
Warner Losh
881f2cd7c3 These aren't needed anymore, and should have been deleted with the
last import.

Submitted by: gallatin@
Sponsored by: Netflix, Inc
2016-10-14 00:03:44 +00:00
Warner Losh
bbbc6d2aea This doesn't build on FreeBSD 9.x, so don't bother trying. 2016-10-14 00:03:37 +00:00
Pawel Pekala
ea0ff1512b Update to version 1.7
PR:		213403
Submitted by:	maintainer
2016-10-13 21:56:24 +00:00
Boris Samorodov
4fbcf8b1b8 devel/libftdi1: Update to version 1.3. 2016-10-13 20:52:05 +00:00
Pawel Pekala
1fa34786d0 Use version tagname
Submitted by:	mat
2016-10-13 20:46:23 +00:00
Romain Tartière
e8f65adc01 Update to 1.0.13
This update brings:
- Documentation update;
- A new way to fail fast when conflics are detected.

Reported by:	swills
2016-10-13 20:30:11 +00:00
Antoine Brodin
f40ba80305 Fix packaging
Reported by:	pkg-fallout
2016-10-13 20:24:01 +00:00
Jung-uk Kim
fb3049dea6 Fix plist when NLS option is unset. 2016-10-13 20:17:31 +00:00
Ganael LAPLANCHE
05ad4939ac - Add pkgconfig file [1]
- Do not use absolute paths for shlibs links

PR:		213373 [1]
Submitted by:	rozhuk.im@gmail.com [1]
MFH:		2016Q4
2016-10-13 19:49:02 +00:00
Danilo Egea Gondolfo
eef25d6f02 - Update to 8.4.2 2016-10-13 19:37:17 +00:00
Sean Bruno
d1cfffa837 Do not set BROKEN for slave ports.
PR:	213283
Submitted by:	Franco Fichtner <franco@opnsense.org>
Reviewed by:	Sergey Kozlov <kozlov.sergey.404@gmail.com>
2016-10-13 19:31:06 +00:00
Jimmy Olgeni
e87df338cc Update devel/erlang-clique to version 0.3.8. 2016-10-13 19:20:55 +00:00
Tobias C. Berner
79d3b4bb13 Take maintainership of devel/extra-cmake-modules
In preparation for the upcoming import of KDE Frameworks chomp up
devel/extra-cmake-modules.

Approved by:    Yuri (previous maintainer), rakuco (mentor)
2016-10-13 19:14:10 +00:00
Jimmy Olgeni
d7e4e3c9db Update devel/erlang-lager_syslog to version 3.0.3. 2016-10-13 18:26:19 +00:00
Dmitry Marakasov
4d4d500854 - Switch waf to verbose builds as well
Approved by:	portmgr (mat)
Differential Revision:	D8240
2016-10-13 16:26:09 +00:00
Carlos J. Puga Medina
8edbb24e9b devel/py-gitless: Update to 0.8.4
- Update PORTVERSION and distinfo checksum (0.8.4)
- Remove patch (fixed upstream)

Changelog:
  https://github.com/sdg-mit/gitless/releases/tag/v0.8.4

Approved by:	koobs
Differential Revision:	D8222
2016-10-13 15:36:53 +00:00
Carlos J. Puga Medina
c92ea04689 security/py-{acme,certbot}: Update to 0.9.2
Common:

Update PORTVERSION and distinfo checksum (0.9.2)
security/py-acme:

Add dns/py-dnspython dependency required to support both Python 2 and Python 3

Approved by:	koobs
Differential Revision: D8223
2016-10-13 15:29:12 +00:00
Steve Wills
854aa582a9 devel/jenkins-lts: update to 2.19.1 2016-10-13 15:17:35 +00:00
Kris Moore
cb6f73059a - Set DIST_SUBDIR to handle distfile without version string
Thanks for pointing it out: mat@
2016-10-13 14:59:21 +00:00
Emanuel Haupt
3d6d273298 - Update to 4.4.1
- Add license
2016-10-13 14:51:34 +00:00
Kris Moore
30c985b913 - Add new port security/ngrok
Expose local servers behind NATs and firewalls to the public internet
over secure tunnels.

URL: https://ngrok.com

PR: 212883
Submitted by: jhixson@gmail.com
2016-10-13 14:31:38 +00:00
Mathieu Arnold
0908d1d1a9 Update to 2.10.1.
Hook up to the test framework.

Sort the plist the same way make makeplist does, so that next updates
are easier to work on.

PR:		213417
Submitted by:	mat
Approved by:	maintainer
Sponsored by:	Absolight
2016-10-13 14:28:48 +00:00
Danilo Egea Gondolfo
9210d89685 - Update to 1.5.3 2016-10-13 14:09:02 +00:00
Jan Beich
188b42dc30 emulators/citra: unbreak on < 10.2 after r423781
In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
        using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
                     ~~~~~^~~~~~~~~~~~~~~
                          tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
                                                             ^

Reported by:	pkg-fallout
2016-10-13 14:05:42 +00:00
Bartek Rutkowski
1ded0e6842 sysutils/f3: update 4.0 -> 6.0
* Assign maintainership to Danilo G. Baio <dbaio@bsd.com.br>
* Add LICENSE_FILE

PR:		213425
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-10-13 13:39:18 +00:00
Jan Beich
29c18df37d emulators/citra: oops, back out r423781 2016-10-13 13:38:07 +00:00
William Grzybowski
0954c6c75e devel/py-celery: update to 3.1.24
PR:		213415
Submitted by:	olgeni
2016-10-13 13:31:40 +00:00
Jan Beich
43ec5d91b8 emulators/citra: unbreak on < 10.2 after r423781
USES=compiler cannot pull newer C++14 compatible libc++ version.

In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
        using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
                     ~~~~~^~~~~~~~~~~~~~~
                          tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
                                                             ^

Reported by:	pkg-fallout
2016-10-13 13:30:52 +00:00
William Grzybowski
7b2379cba4 net/py-kombu: updat eto 3.0.36
PR:		213415
Submitted by:	olgeni
2016-10-13 13:29:15 +00:00
William Grzybowski
84d8327dd1 www/zend-framework: Make memcache dependency optional
PR:		213384
Submitted by:	Fredrik Eriksson
2016-10-13 13:15:07 +00:00
Dmitry Marakasov
15e66fb575 - Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default

Approved by:	portmgr blanket
2016-10-13 13:08:09 +00:00
Dmitry Marakasov
5a216e340c - Switch to USES=localbase
- Verbosify build
- Cosmetic fixes

Approved by:	portmgr blanket
2016-10-13 12:57:29 +00:00
Torsten Zuehlsdorff
9535fbe797 www/gitlab: Use www/rubygem-turbolinks-classic instead of www/rubygem-turbolinks
This fixes various problems with the issue-pages of GitLab

PR:          213218
Approved by: junovitch (mentor, implicit)
2016-10-13 12:49:34 +00:00
William Grzybowski
a391345e51 net/py-netif: update to 20161013 2016-10-13 12:40:18 +00:00
Ganael LAPLANCHE
0fd1d1aada Update to 2.6.0 2016-10-13 11:33:58 +00:00
Torsten Zuehlsdorff
b610c8e002 Revive www/rubygem-turbolinks as www/rubygem-turbolinks-classic.
turbolinks was completely rewritten and released as version 5.x. The old
branch 2.5.x was renamed to turbolinks-classic.

www/gitlab still depends on the old version of rubygem-turbolinks.
Therefore its revived as a new port, while the updated turbolinks
port will satisfy www/rubygem-rails4.

PR:          213218
Approved by: swills (mentor)
2016-10-13 09:59:08 +00:00
Wen Heping
f35139235c - Update to 1.164
Changes: http://search.cpan.org/src/BDFOY/HTTP-SimpleLinkChecker-1.164/Changes
2016-10-13 09:26:47 +00:00
Wen Heping
b445396c2e - Update to 4.9
- Remove GUI option but always build libCGAL_ImageIO and libCGAL_Qt
2016-10-13 09:12:46 +00:00
Dmitry Marakasov
fe19c08f16 - Fix LICENSE
- Switch to USES=localbase
- Cosmetic fixes
- Switch to options helpers
- Fix options
- Simplify docs installation
2016-10-13 09:03:45 +00:00
Jimmy Olgeni
e5f742f468 Update devel/elixir-estree to version 2.4.1. 2016-10-13 08:07:01 +00:00
Jimmy Olgeni
614d368a9a Update databases/elixir-timex_ecto to version 3.0.5. 2016-10-13 08:06:48 +00:00
Ryan Steinmetz
6194a7a7b9 - Fix MASTER_SITES with googlecode disappearing
- Generate missing fex.1 man page
- Bump PORTREVISION
2016-10-13 01:50:31 +00:00
Allan Jude
4302653eb1 File missing from r423898
Approved by:	mat (implicit)
2016-10-13 00:37:42 +00:00
Allan Jude
50058664d0 Add the varnish vmod-digest port
Reviewed by:	feld
Approved by:	mat
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D6379
2016-10-13 00:36:39 +00:00
Pawel Pekala
adfc8cae0e Update to version 0.6.1
PR:		213339
Submitted by:	Christian Sturm
Approved by:	maintainer
2016-10-12 23:27:17 +00:00
Joseph Mingrone
6fe90ee684 cad/gmsh, cad/gmsh-occ: update to version 2.14.0
- Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS
- Add USE_OCC= gnome=cairo
- Remove patch for taucs cmake configuration.  It is now incorporated
upstream.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8229
2016-10-12 22:23:09 +00:00
Jimmy Olgeni
4dc46ba69b Update devel/elixir-swarm to version 2.0.2. 2016-10-12 22:01:23 +00:00
Don Lewis
9443a4f6e9 Upgrade ApacheOpenOffice to version 4.1.3.
This version contains the fix for CVE-2016-1513 that was fixed locally
in 4.1.2_8 with a patch from upstream.

Configure now requires p5-LWP-Protocol-https, though we don't actually
use it we don't use bootstrap to download anything.
2016-10-12 21:19:55 +00:00
Dimitry Andric
022c0f9056 Add the upstream fix for Mozilla bug 1278861, which prevents clang
assertions on a particular piece of arm inline assembly.  This applies
to:

* mail/thunderbird
* www/firefox
* www/firefox-esr
* www/libxul
* www/seamonkey

Approved by:	jbeich (maintainer)
PR:		203989
MFH:		2016Q4
2016-10-12 20:50:28 +00:00