Commit graph

30118 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
6f13131245 net/pear-Net_SMTP: Update from 1.7.3 to 1.8.0
Changelog:
- Set minimum PEAR version to 1.10.1
- Change license to BSD-2 Clause

PR:           218466
Submitted by: Jochen Neumeister (maintainer)
2017-04-10 11:20:38 +00:00
Dmitry Marakasov
47ff80a010 - Add LICENSE
- Switch to options helpers
- Cosmetic fixes
2017-04-10 11:15:27 +00:00
Emanuel Haupt
1c74f2e796 socat will automatically link against readline if devel/readline is installed.
Make readline optional and explicitly enable/disable during configure. This
did not affect pkg only users as readline is not present on package build
clusters but might affect (depending on readline presence) users that manually
build ports. Therefore bump PORTREVISION.

PR:		218370 (based on)
Submitted by:	sunpoet
2017-04-10 09:47:24 +00:00
Emanuel Haupt
2ba59f54cd Update to 4.12
PR:		218114
Approved by:	maintainer timeout
2017-04-10 08:23:41 +00:00
Nicola Vitale
c901c021b1 - Update to 1.0.3 2017-04-10 08:08:11 +00:00
Mark Linimon
62a6b3eebc These ports now build on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-04-10 00:27:48 +00:00
Babak Farrokhi
9c531b5f4d Update net/lft to 3.79
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10332
2017-04-09 17:09:58 +00:00
Mahdi Mokhtari
de992a7047 Mark port as unbuildable for FreeBSD 10.X
PR:		218484
Reported by:	Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10319
2017-04-09 14:47:16 +00:00
Thomas Zander
84baba06aa Update to upstream version 0.9.12
PR:		218418
Submitted by:	Ultima1252@gmail.com (maintainer)
2017-04-08 11:51:29 +00:00
Antoine Brodin
022ef18aaa New port: net/rubygem-ruby_smb
A packet parsing and manipulation library for the SMB protocol family.
WWW: https://github.com/rapid7/ruby_smb
2017-04-08 09:19:27 +00:00
Guido Falsi
454ef5b875 Update net/asterisk13 to 13.15.0. 2017-04-07 19:37:34 +00:00
Lars Thegler
3bb42bcfe7 Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
Sunpoet Po-Chuan Hsieh
08910d979f Update to 4.7.0
Changes:	https://github.com/octokit/octokit.rb/releases
2017-04-06 21:57:23 +00:00
Sunpoet Po-Chuan Hsieh
4523e2b61a Update to 1.9.1
Changes:	https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
2017-04-06 21:56:02 +00:00
Sunpoet Po-Chuan Hsieh
853423274c Update to 1.11.0
Changes:	https://github.com/vmware/rbvmomi/releases
		https://github.com/vmware/rbvmomi/commits/master
2017-04-06 21:55:57 +00:00
Tom Judge
4afb1587b3 Update to 5.14.4
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338909
2017-04-06 02:06:05 +00:00
Tom Judge
f067b53f50 Update to 2.3
Changes: http://cpansearch.perl.org/src/LCONS/Net-STOMP-Client-2.3/Changes
2017-04-06 02:01:50 +00:00
Sunpoet Po-Chuan Hsieh
16b3d843d9 Convert to options helper and test framework
Approved by:	portmgr (blanket)
2017-04-05 19:59:10 +00:00
Baptiste Daroussin
f0c07fd7ad Update to 0.5.1 2017-04-04 20:55:05 +00:00
Guido Falsi
b5def1cdb8 Update net/asterisk13 to 13.14.1
Security:	https://www.vuxml.org/freebsd/356b02e9-1954-11e7-9608-001999f8d30b.html
MFH:		2017Q2
2017-04-04 17:32:08 +00:00
Sunpoet Po-Chuan Hsieh
abc56e74fd Update to 765.50.9 2017-04-04 07:56:20 +00:00
Jung-uk Kim
56cab9fcdb Remove obsolete OpenSSL hacks for IDEA crypto.
We have some hacks in the ports tree to detect or to unconditionally disable
IDEA crypto support.  These hacks existed because OpenSSL in FreeBSD 9.3 and
earlier was shipped without IDEA support by default but we were allowed to
enable it via WITH_IDEA src.conf(5) option.

https://www.freebsd.org/cgi/man.cgi?query=src.conf&manpath=FreeBSD+9.3-RELEASE

Therefore, we had to implement some hacks to support three different cases,
i.e., a) 9.3 and earlier without IDEA crypto (default), b) 9.3 and earlier
with IDEA crypto (via WITH_IDEA src.conf option), and c) 10.0 and later with
unconditional IDEA support.  Now we can safely remove them because 9.3 and
earlier is no longer supported.

PR:		218233
Exp-Run by:	antoine
Approved by:	antoine (portmgr)
2017-04-03 17:33:48 +00:00
Sunpoet Po-Chuan Hsieh
a42d6daed5 Update to 0.5.20170223
Changes:	https://github.com/knu/ruby-domain_name/blob/master/CHANGELOG.md
2017-04-03 12:58:28 +00:00
Dmitry Sivachenko
6929b577c6 Update to version 1.7.5. 2017-04-03 08:45:32 +00:00
Dmitry Sivachenko
ea57fa794e Update to version 1.8-dev1 2017-04-03 08:43:23 +00:00
Kurt Jaeger
c18ae79509 net/sock: update 0.3.2 -> 0.4.2
- IPv6 is supported now
- supports SCTP in addition to UDP and TCP
- socket options can now be used

PR:		217909, 218298
Changes:	https://github.com/sjac999/sock_ipv6_sctp/blob/master/ChangeLog
Submitted by:	Steve Jacobson <sjac@cs.stanford.edu> (maintainer)
2017-04-02 19:35:44 +00:00
Baptiste Daroussin
e4309c5507 Chase a bunch of failures after libsigc++20 update
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible
2017-04-02 09:42:48 +00:00
Sunpoet Po-Chuan Hsieh
af96b0e275 Fix gemspec for rubygem-faraday 0.12.0 update
- Bump PORTREVISION for package change
2017-04-02 02:37:43 +00:00
Baptiste Daroussin
3a0738f640 Update to 2.50.0 2017-04-01 23:10:47 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Antoine Brodin
5166a1f1d2 Remove wrong dependency
MFH:		2017Q2
2017-04-01 11:59:18 +00:00
Timur I. Bakeyev
aae9a4b292 Upgrade Samba4[4-6] ports to fix regression with "follow symlinks = no". Remove dependency from the external p5-Parse-Pidl as it may break provisioning(and more).
PR:		218255
2017-03-31 21:11:38 +00:00
Sunpoet Po-Chuan Hsieh
634664d17c Update to 1.9.0
Changes:	https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
2017-03-31 20:39:28 +00:00
Adam Weinberger
6fc3915b55 Update to 1.6.10, and use install-strip instead of manually stripping
in post-install.
2017-03-31 15:47:24 +00:00
Brad Davis
f13fc84959 Add net/p5-Net-NTP
Approved by:	swills (mentor)
Sponsored by:	Netflix
2017-03-31 14:32:02 +00:00
Sunpoet Po-Chuan Hsieh
55eb2d33df Update to 1.3.0
Changes:	https://github.com/fog/fog-aws/blob/master/CHANGELOG.md
2017-03-30 15:13:24 +00:00
Mahdi Mokhtari
c59d4fa250 net/ceph-devel: Add port to the tree.
Ceph is a distributed object store and file system designed to
provide excellent performance, reliability and scalability.

PR:		217046
Submitted by:	Willem Jan Withagen <wjw@digiware.nl>
Reported by:	Willem Jan Withagen <wjw@digiware.nl>
Reviewed by:	asomers, feld, mat, mmokhi
Approved by:	asomers, feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D9584
2017-03-30 10:55:14 +00:00
Li-Wen Hsu
76253b56f1 - Add LICENSE_FILE
- Strip sendfile.so

PR:		217373
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Approved by:	koobs (maintainer)
2017-03-30 02:40:48 +00:00
Carlo Strub
7ef775a109 Fix attribute error
PR:		217867
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2017-03-29 21:07:54 +00:00
Steve Wills
3231e8f7b6 net/py-magic-wormhole: update to 0.9.2 2017-03-29 16:34:39 +00:00
Ashish SHUKLA
9cba0ef67a - Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
2017-03-29 06:50:28 +00:00
Cy Schubert
4cc053d17a Fix build broken by r436625.
PR:		218036
2017-03-29 01:49:02 +00:00
Kurt Jaeger
58cf54fd86 net/xrdp-devel: re-add RUN_DEPENDS on x11-drivers/xorgxrdp
- re-add after the port we depend on has finally landed

PR:		216420
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2017-03-28 19:29:46 +00:00
Bartek Rutkowski
5dcf9e8aea net/turnserver: update 4.5.0.5 -> 4.5.0.6
PR:		218180
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-03-28 17:44:19 +00:00
Ryan Steinmetz
28063c5499 - Update to 1.3.0 2017-03-28 12:53:16 +00:00
Li-Wen Hsu
0567b18ba3 - Update WWW 2017-03-28 12:02:07 +00:00
Li-Wen Hsu
8952072d99 - Update to 2.0.1
Approved by:	koobs (maintainer)
2017-03-28 12:00:37 +00:00
Raphael Kubo da Costa
299a0ef0cd Update to 2.0.0.
Making qoauth-qt5 a slave port (or vice-versa) is currently left as an exercise
to the reader.
2017-03-28 11:03:30 +00:00
Dag-Erling Smørgrav
46c5182f66 Upgrade to latest version. 2017-03-28 11:02:25 +00:00
Dag-Erling Smørgrav
b6fd563e07 Upgrade to latest version. 2017-03-28 11:02:18 +00:00