1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

398224 Commits

Author SHA1 Message Date
Kurt Jaeger
ca086cb1ad math/armadillo: 6.700.7 -> 7.100.3
PR:		210050
Changes:	http://arma.sourceforge.net/docs.html#version_7100
Approved by:	danilo (maintainer timeout)
2016-08-03 16:27:21 +00:00
Kurt Jaeger
8f8d4ac9dc databases/py-sqlalchemy-migrate: 0.7.2 -> 0.10.0
PR:		210589
Changes:	https://github.com/openstack/sqlalchemy-migrate/releases
Approved by:	lwhsu
2016-08-03 16:21:43 +00:00
Ben Woods
d5e7755858 net/p5-WebService-Dropbox: Update to 2.05
net/dropbox-api-command: Update to 2.09

This update brings support for Dropbox APIv2.
This is required since, according to dropbox, the API v1 will be
disabled on 28th June 2017:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/

Convert LWP option (off by default) to FURL option (on by default)
as testing has revealed that without the p5-LWP-Protocol-https pkg
installed, the following error is given even if the FURL option in enabled.
$ dropbox-api sync dropbox:/ ~/Dropbox
2016-07-31T14:09:57 [WebService::Dropbox] [ERROR] https://api.dropboxapi.com/2/files/list_folder {"path":"","recursive":true} -> [501] LWP will support https URLs if the LWP::Protocol::https module is installed.
LWP will support https URLs if the LWP::Protocol::https module is installed.

PR:		211016
Reviewed by:	mat (mentor)
Approved by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer timeout), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7377
2016-08-03 15:31:16 +00:00
John Marino
380a75a521 math/R: Fix usage of ${OSVERSION} without ${OPSYS}
There are several OSVERSION checks but everything is specific to FreeBSD
so the entire block is wrapped with a single OPSYS check to minimize
changes to the makefile.

Approved by:	OSVERSION/OPSYS blanket
2016-08-03 15:15:02 +00:00
Mark Felder
7ccc596e3a www/lighttpd: Update to 1.4.41
PR:		211495
MFH:		2016Q3
2016-08-03 14:56:02 +00:00
Mark Felder
49ed97e03d Document lighttpd vulnerabilities
PR:		211495
2016-08-03 14:54:27 +00:00
Mathieu Arnold
d6616f237e Add an option for building with BIND9 9.11.
Sponsored by:	Absolight
2016-08-03 14:21:39 +00:00
Mathieu Arnold
d462f7ed56 Update to 2.1.2.
Reported by:	portscout
Sponsored by:	Absolight
2016-08-03 14:21:35 +00:00
Mathieu Arnold
1eb5c2f136 Update to 3.20160728.
Reported by:	portscout
Sponsored by:	Absolight
2016-08-03 14:21:24 +00:00
Ben Woods
2e175d02e8 audio/cplay: Update to 1.50
- Switch to GH account used by Debian
- Update patch-cplay to remove upstreamed changes and add mpv support
- Add off-by-default dependency options for supported audio players
- Change to USES=python:-2.7; runtime testing with python3 failed
- shebangfix added to remove need for ${LOCALBASE}/bin/python symlink
- Add patch-po_fr.po to fix build error fr.po:78: 'msgid' and 'msgstr'
  entries do not both end with '\n'

Reviewed by:	adamw
Approved by:	koobs, mat (mentors)
Relnotes:	https://github.com/hukka/cplay/blob/v1.50/ChangeLog
Differential Revision:	https://reviews.freebsd.org/D7200
2016-08-03 13:30:27 +00:00
Mathieu Arnold
52bf80c022 Update to latest snapshot.
Sponsored by:	Absolight
2016-08-03 13:28:04 +00:00
Mathieu Arnold
a69872a608 Update to 9.11.0b3.
MFH:		2016Q3
Security:	CVE-2016-2775
Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/001001.html
Sponsored by:	Absolight
2016-08-03 13:27:58 +00:00
Mathieu Arnold
f741c16702 Update to v5.25.3-99-g25e092d.
Changes:	https://github.com/Perl/perl5/compare/v5.25.3-14-g9648eab...v5.25.3-99-g25e092d
Sponsored by:	Absolight
2016-08-03 13:27:53 +00:00
Mathieu Arnold
e47d0d2e02 fixup last updates, and try to be better with slave ports.
the case $? needs to have the exit status of the grep, not the awk line,
so remove the awk line, it was not really helpful anyway.

Also, with slave ports, most of the time, they don't have
(PORT|DIST)VERSION,  try to use CATEGORIES, PKGNAMEPREFIX or
PKGNAMESUFFIX.

PR:		211243
Submitted by:	mat
Approved by:	maintainer timeout
Sponsored by:	Absolight
2016-08-03 13:27:47 +00:00
Mathieu Arnold
85563cbc9c Fix PHP ports I missed from my exp-run.
PR:		210697
Submitted by:	mat
Reported by:	antoine
Exp-run by:	antoine
Sponsored by:	Absolight
2016-08-03 13:01:15 +00:00
Mathieu Arnold
2739072011 Add a PCRE option to allow git grep to be build with pcre support.
tl:dr; git grep -P now works.

Most package managers enable it by default, so enable it by default too.

PR:		211228
Submitted by:	mat, knu
Approved by:	maintainer (or timeout, see PR)
Sponsored by:	Absolight
2016-08-03 13:01:05 +00:00
Gerald Pfeifer
9771f77f43 Update to the GCC 4.9.4 release which marks the closure of the GCC 4.9
branch and release series.  There should not be any further releases (nor
even snapshots) of GCC 4.9 going forward.

Adjust the download location etc accordingly.
2016-08-03 12:51:26 +00:00
Mathieu Arnold
b21d580983 Prefix the PKGMESSAGES variable with an _ to show it is private.
Sponsored by:	Absolight
2016-08-03 12:48:59 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Mathieu Arnold
b79eed7e66 Add a PKGMESSAGES variable that allows the framework to have more than
one PKGMESSAGE file.

This allows the framework to add messages to ports, without touching
their PKGMESSAGE file.

Sponsored by:	Absolight
2016-08-03 12:45:30 +00:00
Matthew Seaman
30af180f1d Update to 0.26
This module has been folded into the core for rt-4.4, so remove the
RT44 option and make RT42 the default choice.

Remove patch-inc__Module__Install__RTx.pm -- upstream have applied the
fix.
2016-08-03 12:44:08 +00:00
Mathieu Arnold
0761532ec5 Always include bsd.default-versions.mk in bsd.port.mk.
The variable defined in it are now always available after including
bsd.port.pre.mk.

PR:		210666
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6933
2016-08-03 12:09:37 +00:00
Carlos J. Puga Medina
2b1689ae8a - Update to 2.2.1
- Add LICENSE_FILE

PR:	205712
Submitted by:	Douglas Thrift (maintainer)
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
2016-08-03 11:34:19 +00:00
Carlos J. Puga Medina
aa1525744c - Fix build on FreeBSD 11.0/i386 and HEAD.
- Mark BROKEN on 9.3
- We have no MASTER_SITES and no DISTFILES. Therefore these are empty.

PR:	211321
Submitted by:	Tobias Kortkamp (maintainer)
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
MFH:		2016Q3 (ports-secteam build fix blanket)
2016-08-03 11:13:30 +00:00
Carlos J. Puga Medina
dc5298614e - Update corebird to 1.3 release
- Remove unneeded patches
- Drop libgee dependency
- Add USES=compiler:c++11-lang

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3

Reviewed by:	feld, junovitch (mentors)
Approved by:	feld, junovitch (mentors)
Differential Revision:	D7392
2016-08-03 11:01:59 +00:00
Li-Wen Hsu
da82ab805f - Update to 0.8.7 2016-08-03 10:59:38 +00:00
Philippe Audeoud
18dff16bdb - Update to 1.33 2016-08-03 09:37:48 +00:00
Philippe Audeoud
7c029b8d0f - Update to 2.033 2016-08-03 09:35:27 +00:00
Philippe Audeoud
aa0ea9d957 - Update to 2.11 2016-08-03 09:31:15 +00:00
Philippe Audeoud
9ccbc68de4 - Update to 2.01 2016-08-03 09:22:53 +00:00
Philippe Audeoud
28b057e92b - Update to 2.63 2016-08-03 09:18:10 +00:00
Philippe Audeoud
62cba01d49 - Update to 2.10 2016-08-03 09:13:18 +00:00
Dmitry Marakasov
947dc29b69 - Add NO_ARCH
- Switch to options helpers
- Silence mkdirs
2016-08-03 09:00:59 +00:00
Gerald Pfeifer
f93fdab363 Update to the 20160802 snapshot of GCC 5.4.1. 2016-08-03 07:18:55 +00:00
Kurt Jaeger
026baf8a41 New port: audio/sndio
Sndio is a small audio and MIDI framework part of the OpenBSD project.

It provides an lightweight audio & MIDI server and a fully documented
user-space API to access either the server or directly the hardware in
a uniform way.  Sndio is designed to work for desktop applications,
but pays special attention to synchronization mechanisms and
reliability required by music applications.  Reliability through
simplicity are part of the project goals.

WWW: http://www.sndio.org/

PR:		210124
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-08-03 06:15:41 +00:00
Danilo Egea Gondolfo
7f5840ad26 - Install examples files by default
Suggested by:	Kostas Oikonomou <k.oikonomou@att.net>
2016-08-03 02:08:46 +00:00
Michael Reifenberger
671054d5e8 Try to fix shared library links.
While there update to version 3.15.4

PR:		211459
Reported by:	roklein@roklein.de
2016-08-02 22:38:00 +00:00
Kurt Jaeger
39ff10364f www/py-nevow: 0.10.0 -> 0.14.0
PR:		210511
Changes:	https://github.com/twisted/nevow/blob/master/NEWS.txt
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	nivit (maintainer timeout)
2016-08-02 21:24:37 +00:00
Kurt Jaeger
263d0845ef New port: net/py-cjdns
A library to interact with the cjdns Admin Interface.

WWW: https://github.com/hyperboria/python-cjdns

PR:		210767
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-08-02 20:50:24 +00:00
Jung-uk Kim
2b81980bdb Fix build with non-base OpenSSL without MD2 support.
PR:		211524
2016-08-02 20:43:05 +00:00
Ed Schouten
170c47577d Upgrade cloudabi-utils to 0.14.
Earlier today version 0.13 got released, but it turned out it contained
a pretty major bug in IPv6 address handling (which was also present in
previous versions). While we're at it, just do another release to tackle
that.
2016-08-02 20:08:21 +00:00
Thomas Zander
e780fadd03 Remove stochasting build-time tests
Detailed maintainer explanation:
Build time tests in the radamsa package are stochastic and
they experience sporadic failures. Simply remove them. They
are not necessary for radamsa to operate properly.

PR:		209792
Submitted by:	jau@iki.fi
Reviewed by:	riggs
2016-08-02 18:29:24 +00:00
Olli Hauer
5894099eb9 - fix build with libressl-devel
PR:		211502
Reported by:	Helmut Ritter
Obtained from:	http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/
2016-08-02 18:02:43 +00:00
TAKATSU Tomonari
257d5ee430 - Update to 3.4.2 2016-08-02 17:48:18 +00:00
Kurt Jaeger
951a132e81 security/w3af: 1.0-rc4 -> 1.6.49
- move from SF to new official repo at Github
- set LICENSE_FILE
- add 12 new dependencies
- remove do-patch section
- change BUILD_DEPENDS to RUN_DEPENDS
- apply shebangfix on tools/*
- add DOCS option
- submitter becomes maintainer

PR:		211061
Changes:	https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-08-02 17:29:23 +00:00
John Marino
a837c37202 devel/pcsc-ada: Upgrade version 0.7.2 => 0.7.3 2016-08-02 17:22:14 +00:00
Adam Weinberger
823c03539d Remove hard dependency on p5-IO-Socket-IP and bump PORTREVISION. 2016-08-02 16:17:19 +00:00
Adam Weinberger
f05e6818d5 Remove p5-IO-Socket-IP dependency and bump PORTREVISION. 2016-08-02 16:03:10 +00:00
Adam Weinberger
55801198c8 Only depend on p5-IO-Socket-IP if necessary. PORTREVISION bump for
possible dependency change.

IO::Socket::IP is in core (as is its dependency, Socket). On reasonably
new versions of Perl (i.e. anything newer than FreeBSD's default),
the version of those modules in core is sufficient.

At this point, likely any hard dependency on p5-IO-Socket-IP or
p5-Socket is probably wrong.
2016-08-02 15:53:51 +00:00
Pawel Pekala
bb25240dc9 - Update to version 3.1 [1]
- Port is architecture neutral

PR:		211504 [1]
Submitted by:	maintainer
2016-08-02 15:24:20 +00:00