Jimmy Olgeni
aae125509a
Add devel/py-twilio, a Python module for communicating with the Twilio API.
2016-09-23 20:08:33 +00:00
Adam Weinberger
092da4c987
Update to 7.08.
...
- Added -i and -o options to get command.
- Updated jQuery to version 3.1.1.
- Improved accuracy of finished_ok test in Test::Mojo.
- Fixed state transition bug in Mojo::Transaction::HTTP that caused message
bodies to be included in responses to HEAD requests.
2016-09-23 18:55:53 +00:00
Joseph Mingrone
ecbf92379f
New port devel/bossa: Flash programmer for Atmel SAM microcontrollers
...
PR: 211397
Submitted by: bsdports@kyle-evans.net (maintainer)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8017
2016-09-23 18:37:47 +00:00
Joseph Mingrone
1edc18e69e
Upgrade to version 1.4.12
...
PR: 212917
Submitted by: enriquefynn@gmail.com (maintainer)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8014
2016-09-23 18:28:42 +00:00
Guido Falsi
960c48e8f3
Update to 2.5
...
PR: 212779
Submitted by: leres at ee.lbl.gov (maintainer)
2016-09-23 18:20:11 +00:00
Ruslan Makhmatkhanov
705518daba
net-im/farsight2: limit to python 2.x
...
- limit python version to 2.x
PR: 197236
Submitted by: Elizabeth Myers <elizabeth@Interlinked.me>
With hat: gnome
2016-09-23 16:57:42 +00:00
Thomas Zander
c447a3345c
Make build more robust: add mirror to MASTER_SITES; add TIMESTAMP
...
PR: 212878
Submitted by: samflanker@gmail.com (maintainer)
MFH: 2016Q3 (ports-secteam build fix blanket)
2016-09-23 16:57:13 +00:00
Ruslan Makhmatkhanov
9058905172
multimedia/cheese: fix packaging
...
- fix packaging when MANPAGES option is off
PR: 202342
Reported by: sub.mesa@gmail.com
Obtained from: gnome development repo
MFH: 2016Q3
With hat: gnome
2016-09-23 16:45:18 +00:00
Gerald Pfeifer
af418038ab
Disable building Java on powerpc64 (option JAVA) by default. It is
...
causing build failures of the kind
/usr/local/bin/ld: classpath/tools/.libs/libgcj_tools_la-tools.o:
unknown relocation type 1383330 for `*UND*'
and generally not that important nor widely used.
Reported by: swills
Discussed with: andreast
2016-09-23 16:07:53 +00:00
Mathieu Arnold
f09251fd38
This uses OpenSSL, use openssl from ports if available.
...
Sponsored by: Absolight
2016-09-23 14:59:28 +00:00
Mathieu Arnold
ea22b797ee
Put back the mail-header patch.
...
Pointy hat: tz
Sponsored by: Absolight
2016-09-23 14:46:34 +00:00
Jimmy Olgeni
f56cee82df
Unbreak graphics/wings on Erlang 19: FUNCTION_NAME is now a predefined macro.
2016-09-23 14:36:09 +00:00
Jan Beich
bc8550fa54
devel/onscripter: update to 20160922
...
MFH: 2016Q3 (no consumers apart from ports/197229)
2016-09-23 14:16:08 +00:00
Mark Felder
10186b4f35
Document affected FreeBSD versions for recent OpenSSL vulnerabilities
2016-09-23 13:37:02 +00:00
Jan Beich
3e6bec2bb7
multimedia/libx264: clarify slave helper from r413179
...
Differential Revision: https://reviews.freebsd.org/D7958
Requested by: koobs (maintainer)
2016-09-23 13:15:06 +00:00
Jan Beich
56782787db
multimedia/x264: switch to _ENABLE option helper
...
Many opposite switches are not available, so with default options
selected this change incurs the following warnings.
multimedia/libx264:
Unknown option --enable-asm, ignored
Unknown option --disable-debug, ignored
Unknown option --enable-opencl, ignored
multimedia/x264:
Unknown option --enable-asm, ignored
Unknown option --disable-debug, ignored
Unknown option --enable-lsmash, ignored
Differential Revision: https://reviews.freebsd.org/D7958
Requested by: koobs (maintainer)
2016-09-23 13:14:54 +00:00
Jan Beich
850998762e
bsd.options.desc.mk: add common OPENCL option description
...
Differential Revision: https://reviews.freebsd.org/D7958
2016-09-23 13:14:43 +00:00
Jan Beich
4d4012b533
multimedia/x264: update to 0.148.2708
...
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer)
2016-09-23 13:14:29 +00:00
Jan Beich
e7577aa20f
multimedia/x264: add OPENCL option, enabled by default
...
Before OpenCL can be used for lookahead install at least one
implementation: devel/freeocl, devel/pocl, lang/beignet or lang/clover.
$ x264 --fullhelp | fgrep opencl
--opencl Enable use of OpenCL
--opencl-clbin <string> Specify path of compiled OpenCL kernel cache
--opencl-device <integer> Specify OpenCL device ordinal
where the options also work in other apps e.g.,
$ ffmpeg -i <input-file> -codec:v libx264 -x264opts opencl:opencl-device=1 <output-file>
$ mpv --ovc libx264 --ovcopts-add x264opts=opencl:opencl-device=1 -o <output-file> <input-file>
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer)
2016-09-23 13:14:10 +00:00
Jan Beich
c50fea9186
multimedia/x264: don't require SSE on i386 with ASM=on (default)
...
Remove "-march=i686 -mfpmath=sse -msse" and "-msse2" on later versions
when building C files. This doesn't affect hand-written assembly which
relies on CPUID but may pessimize compiler (around 2.3 % on Skylake).
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer)
2016-09-23 13:12:07 +00:00
Bernard Spil
202c1c7c2e
security/openssl: Update to 1.0.2i
...
- Update to 1.0.2i
- Move from PORTREVISION to PORTVERSION updates
- Remove patches that are included upstream
Reviewed by: mat, delphij
MFH: 2016Q3
Sponsored by: EuroBSDcon 2016 DevSummit
Differential Revision: D8006
2016-09-23 12:54:20 +00:00
Cy Schubert
8439cd2d5f
Record a dependency on rcs as it was in FreeBSD at the time.
2016-09-23 12:52:52 +00:00
Lars Thegler
13c9c612f7
- Update to 0.161810
...
Changes: https://api.metacpan.org/source/DOLMEN/Git-Sub-0.161810/Changes
- Disperse maintainership
2016-09-23 12:49:56 +00:00
Lars Thegler
b63e47b451
- Update to 0.12
...
Changes: https://api.metacpan.org/source/PLICEASE/Test-Script-1.12/Changes
- Add LICENSE
- Disperse maintainership
2016-09-23 12:45:32 +00:00
Lars Thegler
711e04c3d6
- Update to 0.12
...
Changes: https://api.metacpan.org/source/SJQUINNEY/HTTP-Server-Simple-Static-0.12/Changes
- Add LICENSE
- Disperse maintainership
2016-09-23 12:24:23 +00:00
Mathieu Arnold
3c534adf82
Fix build.
...
Pointy hat: amdmi3
Sponsored by: Absolight
2016-09-23 11:44:08 +00:00
Mathieu Arnold
0705345af1
Fix runtime.
...
Sponsored by: Absolight
2016-09-23 11:41:48 +00:00
Jimmy Olgeni
c1a4a933c0
Add devel/elixir-nats, an Elixir client for NATS (net/nats).
2016-09-23 11:21:28 +00:00
Bernard Spil
af53fe684c
security/openssl-devel: Revert to PORTVERSION
...
- Delete DISTVERSION related variables
- Add PORTVERSION variable
MFH: 2016Q3
2016-09-23 09:17:49 +00:00
Rene Ladan
3842110485
Remove expired port:
...
2016-09-23 mail/gml: Deprecated upstream. Use native gmail tools to import
Sponsored by: EuroBSDCon 2016 devsummit
2016-09-23 09:13:40 +00:00
Dmitry Marakasov
ba60aed57b
- Fix LICENSE
...
- Simplify installation
- Switch to options helpers
2016-09-23 09:01:40 +00:00
Ruslan Makhmatkhanov
1266ecc365
x11-toolkits/py-wxPython30: install header files
...
These headers are required to build some ports.
PR: 211310
Reported by: yuan.mei@gmail.com
With hat: python
2016-09-23 09:01:30 +00:00
Rene Ladan
7984201489
Reset erwin@'s ports, he handed in his commit bit.
...
With hat: portmgr-secretary
2016-09-23 08:41:28 +00:00
Kevin Lo
5c4a151156
Switch to USES=pathfix
...
Spotted by: mat
2016-09-23 08:30:33 +00:00
Torsten Zuehlsdorff
fe656b0490
www/phalcon: Update from 2.0.13 to 3.0.1
...
Changes: https://github.com/phalcon/cphalcon/blob/v3.0.1/CHANGELOG.md
Also add arm6 support
PR: 211923
Submitted by: Franco Fichtner <franco@opnsense.org>
Approved by: linpct@gmail.com (maintainer), swills (mentor)
2016-09-23 08:27:59 +00:00
Torsten Zuehlsdorff
d9bd705a58
lang/php56: Update from 5.6.25 to 5.6.26
...
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7411
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Olivier Duchateau
f06cf93d66
- Add patch, which fixes crashes of viewers based on Poppler
...
- Bump PORTREVISION
PR: 212867
Reported by: Bengt Ahlgren
Obtained from: Upstream repository
2016-09-23 08:17:04 +00:00
Philippe Audeoud
8f8e79fb93
- Revert from 422557 to 419502 because of a new non-existant dependency in ports tree
...
PR: 212882 & 212913
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> & Peter Wemm <peter@FreeBSD.org>
2016-09-23 07:23:34 +00:00
Wen Heping
0bd1fc8215
- Update to 0.32
...
Changes: http://cpansearch.perl.org/src/HAARG/Class-C3-0.32/Changes
2016-09-23 06:45:16 +00:00
Wen Heping
74323f5302
- Update to 2.0
...
PR: 210944
Submitted by: metaf2xml@users.sourceforge.net
2016-09-23 06:37:27 +00:00
Wen Heping
3946d031aa
- Update to 7.0.2
2016-09-23 06:28:29 +00:00
Kevin Lo
4af9a265b3
Import libjwt 1.3.1
...
Libjwt is a C implementation of JSON Web Tokens.
2016-09-23 06:08:42 +00:00
Mark Linimon
7217d1a248
Fix obvious braino.
2016-09-23 02:26:57 +00:00
Mark Linimon
1087f367b7
Fix obvious braino.
2016-09-23 02:24:48 +00:00
Wen Heping
ab5636ea47
- Update to 1.68
...
PR: 212874
Submitted by: wen@(myself)
Approved by: maintainer
2016-09-23 01:54:45 +00:00
Steve Wills
33a47c7376
sysutils/hal: fix cd support
...
PR: 210354
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: gnome@ (kwm)
2016-09-23 00:21:04 +00:00
Adam Weinberger
5d61e835f3
Update to 4.90G.
...
Includes:
- Change from using i_dev to using i_ump->um_dev
PR: 212901
Submitted by: Trond Endrestol
Approved by: maintainer (Larry Rosenman)
2016-09-22 21:51:48 +00:00
Palle Girgensohn
109156a62a
Update to release 1.0.0
2016-09-22 21:06:31 +00:00
Carlos J. Puga Medina
1d07e63540
- Update py-scrypt to 0.8.0
...
PR: 212787
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
2016-09-22 19:53:54 +00:00
Jimmy Olgeni
e2354c64fe
Update devel/erlang-lager to version 3.2.2.
2016-09-22 19:21:49 +00:00