Commit graph

27872 commits

Author SHA1 Message Date
Kubilay Kocak
6bc0019a62 net/3proxy: Update to 0.7.1.3, Assign MAINTAINER
* Update to 0.7.13
 * Add DISTVERSIONPREFIX (upstream changed)
 * Assign MAINTAINER'ship
 * Remove src_proxy.c patch (upstreamed)

Changes:

  https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.7.1.3

PR:		203764
Submitted by:	Tim <timp87 gmail.com>
2015-10-14 12:55:09 +00:00
Frederic Culot
1d0b9d3e31 - Reassign lippe@'s ports after his commit bit was taken in for safekeeping 2015-10-14 11:04:10 +00:00
Xin LI
bd45f4729e Use pipe sign (|) instead of comma (,) when doing sed. This fixes a
problem when the variable portion of sed command contains comma, for
instance, when USE_GCC=4.9.

PR:		192297
Submitted by:	marino
2015-10-14 01:07:02 +00:00
Danilo Egea Gondolfo
ae4e74eb57 - Update to 0.31.0 2015-10-13 23:56:43 +00:00
Ruslan Makhmatkhanov
501a040c8c net/py-ipaddress: update to 1.0.14
- update to 1.0.14
- pass maintainership to python@
- limit python version to lt 3.3
- update description
2015-10-13 22:27:14 +00:00
Dmitry Sivachenko
2d3f719bae Update to 1.6.0 release 2015-10-13 20:56:30 +00:00
Koop Mast
6d164bc5d3 Add presentproto, which is a build dependancy of xorg-server. This should
fix tigervnc in poudriere again.

Submitted by:	olgeni@
2015-10-13 20:20:44 +00:00
Dirk Meyer
a02d0704b0 - Security update to miniupnpc-1.9.20151008
Security: http://talosintel.com/reports/TALOS-2015-0035/
PR:		203705
Submitted by:	Bernard Spil
2015-10-13 18:39:45 +00:00
Koop Mast
6099338ddc Chase xorg-server 1.17 update.
Use the bundled patch for this xorg-server version, and rename the old
local patch for it so it applies to this patch.

Reported by:	olgeni@
2015-10-13 15:30:39 +00:00
Kurt Jaeger
4d9ce8f9cd net/ocserv: 0.10.8 -> 0.10.9
Changes: http://www.infradead.org/ocserv/changelog.html

PR:		203739
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-13 12:13:15 +00:00
Dmitry Marakasov
dacb518a45 - Mark BROKEN on 10.2: does not build. It was not fixed by previous commit by danfe@
make[4]: don't know how to make ./param.amd64_fbsd_102.h. Stop

Approved by:	portmgr blanket
2015-10-12 19:08:08 +00:00
Dmitry Marakasov
11cd1bac21 - Mark MAKE_JOBS_UNSAFE
guild-boot.c is used before it's generated:

guile.c:1791:10: fatal error: 'guile-boot.c' file not found
...
../build-aux/guile-baux/gbaux-do as-C-byte-array -v high -t char guile-boot.puny > guile-boot.c
2015-10-12 13:30:18 +00:00
John Marino
e836efa2a9 net/adasockets: Upgrade version 1.9.1 => 1.9.2 2015-10-11 21:55:59 +00:00
Ryan Steinmetz
8bbd9b2d43 - Reset MAINTAINER due to fatal bounce
Reported by:	portscout
2015-10-11 13:19:10 +00:00
Ryan Steinmetz
824923c78f - Update to 4.3.3 2015-10-11 02:02:42 +00:00
Ryan Steinmetz
62fe8efc83 - Update to 3.0.10 2015-10-11 01:46:11 +00:00
Ryan Steinmetz
3c6b9abec8 - Update to 2.27 2015-10-11 01:41:40 +00:00
Ryan Steinmetz
447e85fdfc - Update to 2.2.9 2015-10-11 01:39:50 +00:00
Sunpoet Po-Chuan Hsieh
b28d2a0883 - Add LICENSE_FILE
Approved by:	portmgr (blanket)
2015-10-10 23:12:30 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Guido Falsi
83090ef61c - Update net/asterisk11 to 11.20.0
- Update net/asterisk13 to 13.6.0
- Remove upstreamed patch

In net/asterisk13:

- Add ASTVERSION option to control installation of bash only script
astversion, and avoid an unconditional dependency on bash
2015-10-10 09:30:54 +00:00
Dmitry Marakasov
dd7eddc85b - Fix plist issue in py-avahi: comment out file which is installed by avahi-app port
- Fix plist issues in many *avahi* ports: only create etc/avahi in avahi-app
- Switch to @sample

PR:		203283
Submitted by:	amdmi3
Approved by:	gnome (kwm)
2015-10-09 21:09:08 +00:00
Pawel Pekala
ce7ecb8b0f This module offers a simple interface to query NTP
servers from Python.

It also provides utility functions to translate NTP
fields values to text (mode, leap indicator...). Since
it's pure Python, and only depends on core modules,
it should work on any platform with a Python implementation.

WWW: https://pypi.python.org/pypi/ntplib

PR:		202525
Submitted by:	uros@gruber.si
2015-10-09 20:57:26 +00:00
Dmitry Marakasov
a070efd149 - Switch to @sample, fixing stage-qa
- Use options helpers
- Add USES=localbase, which is just the shorder way of adding CPPFLAGS=-I${LOCALBASE}/include, which fixes judy detection without NLS

PR:		203292
Submitted by:	amdmi3
Approved by:	maintainer timeout (sumikawa, 2 weeks)
2015-10-09 20:20:00 +00:00
Sunpoet Po-Chuan Hsieh
53d4acdb16 - Fix *_DEPENDS: Carp, Encode and Scalar::Util are already in all supported Perl releases
- Update *_DEPENDS
- Add PORTSCOUT
- Add NO_ARCH
- Bump PORTREVISION for dependency change
2015-10-08 18:45:24 +00:00
Sunpoet Po-Chuan Hsieh
b4267d9046 - Update to 0.5.25
Changes:	https://github.com/knu/ruby-domain_name/commits/master
2015-10-08 18:44:10 +00:00
Sunpoet Po-Chuan Hsieh
badc65f311 - Add LICENSE_FILE 2015-10-08 18:43:24 +00:00
Sunpoet Po-Chuan Hsieh
8e1ec9eec1 - Update to 576.30.4 2015-10-08 18:42:18 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Guido Falsi
d11bb6e534 - Update to 2.5
- Update MASTER_SITES and WWW
- Add LICENSE

PR:		203483
Submitted by:	Ports Fury
2015-10-08 09:11:15 +00:00
Dmitry Marakasov
dbb3d45fe4 - Switch to options helpers
- Fix build with PCAP_PORT by depending on specific .so version (otherwise dependency is satisfied with system libpcap.so, net/libpcap is not installed and the build fails)
- Drop 8.x support

Approved by:	portmgr blanket
2015-10-08 01:51:27 +00:00
Antoine Brodin
0b43ecf9fc Remove net/ntp-rc:
- it is removed according to MOVED
- its PKGBASE collides with net/ntp

With hat:	portmgr
2015-10-07 20:24:05 +00:00
Jimmy Olgeni
1090e0549d Upgrade net/rabbitmq to version 3.5.6; set NO_ARCH. 2015-10-07 16:22:07 +00:00
Cy Schubert
a3eed4dbae Introduce a new ntp release candidate, 4.2.8p4-RC1. 2015-10-07 13:14:52 +00:00
Cy Schubert
175068c1e7 Update 4.3.71 --> 4.3.76 2015-10-07 13:13:06 +00:00
Dmitry Marakasov
340b0dbddc - Switch to options helpers
- Pet portlint

Approved by:	portmgr blanket
2015-10-07 01:36:22 +00:00
Dmitry Sivachenko
51e3e1e1d6 Update to -dev7 2015-10-06 14:09:18 +00:00
Bartek Rutkowski
db2706b69e net/libbgpdump: update 1.4.99.13 -> 1.4.99.15
- Delete obsolete patches
- Unsilence the installation
- Add USES tar:tgz

PR:		203182
Submitted by:	Matthew Luckie <mjl@luckie.org.nz> (maintainer)
2015-10-06 11:07:36 +00:00
Bartek Rutkowski
c318444fe1 net/yate: update 5.4.0 -> 5.5.0
- Delete obsolete patches

PR:		203008
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2015-10-06 08:08:59 +00:00
William Grzybowski
f5809a1ee0 net/ladvd: remove stale pid file on stop
Submitted by:	maintainer (via email)
2015-10-05 17:16:57 +00:00
Steve Wills
7b710d372b net/syncthing-discosrv: update to new snapshot 2015-10-04 15:07:47 +00:00
Steve Wills
8b4c709c64 net/syncthing-cli: update to new snapshot 2015-10-04 15:04:30 +00:00
Steve Wills
b7018751f3 net/syncthing: update to 0.11.26 2015-10-04 15:02:44 +00:00
Kurt Jaeger
17053da3ca New port: net/zerotier
ZeroTier can be used for on-premise network virtualization, as a
peer to peer VPN for mobile teams, for hybrid or multi-data-center
cloud deployments, or just about anywhere else secure software
defined virtual networking is useful.

WWW: https://www.zerotier.com/

PR:		203161
Submitted by:	corsmith@gmail.com
2015-10-04 10:24:30 +00:00
Joe Marcus Clarke
cc013ca6a4 Allow reloading of the afpd config file via the RC script.
Reported by:	Fusl <root@meo.ws>
2015-10-04 01:23:32 +00:00
Sunpoet Po-Chuan Hsieh
fd7de12278 - Update to 0.2.8
Changes:	https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
2015-10-03 17:10:22 +00:00
Sunpoet Po-Chuan Hsieh
988ccba442 - Update to 0.21-1
- Add LICENSE
- Add NO_ARCH
2015-10-03 17:09:48 +00:00
Sunpoet Po-Chuan Hsieh
ae5a305ff2 - Update to 0.1.1
Changes:	https://github.com/fog/fog-google/commits/master
2015-10-03 17:09:02 +00:00
Pawel Pekala
4b67ec0a3b - Update to version 4.0.5.0
- Add LICENSE_FILE

PR:		202853
Submitted by:	tkato432@yahoo.com
2015-10-02 21:00:00 +00:00
Antoine Brodin
b296efff3a Fix INDEX 2015-10-02 16:40:04 +00:00
Ryan Steinmetz
58aa91ee6e New port: net/p5-SOAP-XML-Client:
This package is the base class for talking with web services, there are
specific modules to use depending on the type of service you are calling,
e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic

WWW: http://search.cpan.org/dist/SOAP-XML-Client/
2015-10-02 15:04:38 +00:00
Hajimu UMEMOTO
b16570024d - Update to 20151002.
- Use PLIST_FILES.
2015-10-02 11:33:30 +00:00
Guido Falsi
6c0c109cb8 Update to 4.5.0.2
PR:		203464
Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm>
Approved by:	mom040267 at gmail.com (maintainer)
2015-10-02 09:44:26 +00:00
Sunpoet Po-Chuan Hsieh
16083295a9 - Update to 4.14.0
- Add LICENSE_FILE
- Add NO_ARCH
2015-10-02 06:55:07 +00:00
Sunpoet Po-Chuan Hsieh
27d60c8acd - Update to 0.1.0
Changes:	https://github.com/fog/fog-google/commits/master
2015-10-02 06:55:02 +00:00
Kurt Jaeger
4476228211 New port: net/opensips
OpenSIPS (Open SIP Server) is a mature Open Source implementation
of a SIP server.

It includes application-level functionalities and is the core component
of any SIP-based VoIP solution. With a very flexible and customizable
routing engine, OpenSIPS unifies voice, video, IM and presence
services in a highly efficient way, thanks to its scalable (modular)
design.

It is reliable and fast, for enterprise or carrier-grade use cases.

WWW: http://www.opensips.org/

PR:		203407
Submitted by:	Euan Thoms <euan@potensol.com>
2015-10-01 16:34:41 +00:00
Jason Helfman
95caea8001 - update to 1.1.2 2015-10-01 16:33:35 +00:00
Sunpoet Po-Chuan Hsieh
84a7f7ab06 - Update to 2.87
- Add TEST_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Whois-Raw/Changes
2015-10-01 15:58:48 +00:00
Sunpoet Po-Chuan Hsieh
3853301555 - Update to 1.42
Changes:	http://search.cpan.org/dist/Net-SSH-Perl/Changes
2015-10-01 15:58:43 +00:00
Sunpoet Po-Chuan Hsieh
2b5b58f9a7 - Update to 1.3.3
Changes:	https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md
2015-10-01 15:55:38 +00:00
John Marino
ef307f8476 net/openslp: USES=alias so DragonFly can build latest version 2015-10-01 15:20:19 +00:00
Dmitry Sivachenko
a085710c6d Update to -dev6. 2015-10-01 11:59:55 +00:00
Rene Ladan
ba66ce15ca Remove expired port:
2015-09-30 net/rubygem-amq-client: Deprecated by Upstream. It is part of net/rubygem-amqp codebase now
2015-10-01 11:50:47 +00:00
Dmitry Marakasov
ceed245e05 - Drop 8.x support
Approved by:	portmgr blanket
2015-09-30 23:09:00 +00:00
Dmitry Marakasov
9e1b8b40b4 - Switch to @sample
PR:		202692
Submitted by:	amdmi3
Approved by:	maintainer timeout (ume, 1 month)
2015-09-30 18:34:59 +00:00
Nicola Vitale
81846c1592 - Update to 0.3.2 2015-09-30 09:54:35 +00:00
Ruslan Makhmatkhanov
4fce1af90f net/py-medusa: mark deprecated
Mark as deprecated. Upstream development stalled, and author itself switched to
shrapnel. Port is unmaintained and no other ports depend on this one, there was
no updates since 2005. Set expiration date to 2015-10-28.
2015-09-28 18:29:13 +00:00
Ruslan Makhmatkhanov
121af88b32 net/py-ldap3: update to 0.9.9.1 2015-09-28 18:23:11 +00:00
Ruslan Makhmatkhanov
37e6911fe4 net/py-ldap: update to 2.4.21 2015-09-28 18:22:47 +00:00
Vanilla I. Shu
2760476cf8 Upgrade to 0.3.0. 2015-09-28 09:42:48 +00:00
Vanilla I. Shu
65c43dd988 Upgrade to 0.2.0. 2015-09-28 09:25:27 +00:00
Sunpoet Po-Chuan Hsieh
e154346368 - Update to 0.2.7
Changes:	https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
2015-09-28 06:21:30 +00:00
Sunpoet Po-Chuan Hsieh
44fe374d4e - Update to 4.1.1
Changes:	https://github.com/octokit/octokit.rb/releases
2015-09-28 06:21:25 +00:00
Sunpoet Po-Chuan Hsieh
0939de3d3c - Update to 0.0.9
Changes:	https://github.com/fog/fog-google/commits/master
2015-09-28 06:20:32 +00:00
Dmitry Marakasov
3edaa7ee9f - Implement clean deinstallation
- Drop 8.x support
- Switch to options helpers
2015-09-27 21:38:16 +00:00
Olli Hauer
1ba099d1fe - update to 1.4.4
1.4.4 - 20150916
================

Broker:
- Don't leak sockets when outgoing bridge with multiple addresses cannot
  connect. Closes #477571.
- Fix cross compiling of websockets. Closes #475807.
- Fix memory free related crashes on openwrt. Closes #475707.
- Fix excessive calls to message retry check.

1.4.3 - 20150818
================

Broker:
- Fix incorrect bridge notification on initial connection. Closes #467096.
- Build fixes for OpenBSD.
- Fix incorrect behaviour for autosave_interval, most noticable for
  autosave_interval=1. Closes #465438.
- Fix handling of outgoing QoS>0 messages for bridges that could not be sent
  because the bridge connection was down.
- Free unused topic tree elements. Closes #468987.
- Fix some potential memory leaks. Closes #470253.
- Fix potential crash on libwebsockets error.

Client library:
- Add missing error strings to mosquitto_strerror.
- Handle fragmented TLS packets without a delay. Closes #470660.
- Fix incorrect loop timeout being chosen when using threaded interface and
  keepalive = 0. Closes #471334.
- Increment inflight messages count correctly. Closes #474935.

Clients:
- Report error string on connection failure rather than error code.

PR:		202742
Submitted by:	stb@lassitu.de
Approved by:	maintainer timout (one month)
2015-09-27 21:32:30 +00:00
Rene Ladan
79fbac343e Remove expired ports:
2015-09-19 net/linc: Last release in 2003, not used by anything anymore.
2015-09-19 net/linc-reference: Last release in 2003, not used by anything anymore.
2015-09-27 11:22:02 +00:00
Koop Mast
61d2da233d Fix the build with GStreamer 1.6.0.
The GStreamer core how has multiple include dirs, and freerdp rolls
it own detection code and figuring our which include dirs to use.
Instead use pkg-config to get the correct include dirs.

Submitted by:	antoine@
2015-09-27 09:04:24 +00:00
Guido Falsi
10a0ae4862 Convert to @sample, using the new two arguments syntax. 2015-09-26 14:13:44 +00:00
Baptiste Daroussin
12b59fc91a Convert a bunch of @exec into proper @postexec 2015-09-25 23:52:09 +00:00
Mark Linimon
bd0822160f Mark as broken on sparc64: these ports fail to link with boost.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 22:00:40 +00:00
Mark Linimon
f1fa5e9553 Mark as broken on sparc64: fails to build.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 21:24:21 +00:00
Mark Linimon
aae533f52f Mark as broken on sparc64 and others: invokes i386 assembler.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 21:22:20 +00:00
Mark Linimon
2ba4e4bdbd Mark as broken on sparc64: not yet ported to this architecture.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 21:21:00 +00:00
Kurt Jaeger
79be6f7722 net/isboot-kmod: 0.2.10 -> 0.2.11
- patches upstreamed
- added header values to be more independent from base iSCSI
- limited builtin initiator to handle login sequence

PR:		203324
Submitted by:	Daisuke Aoyama <aoyama@peach.ne.jp> (upstream)
Approved by:	John Nielsen <john@jnielsen.net> (maintainer)
2015-09-25 17:50:04 +00:00
Antoine Brodin
385c014620 Fix packaging 2015-09-25 17:43:43 +00:00
Dmitry Marakasov
2eca7e4753 - Add LICENSE
- Regenerate patches with `make makepatch`
2015-09-25 15:17:57 +00:00
Koop Mast
ab7b5f959d Add gupnp-dlna.
GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks
such as media profile guessing, transcoding to a given profile, etc.
2015-09-25 11:53:58 +00:00
Jimmy Olgeni
381c35851c Upgrade net/rabbitmq to version 3.5.5. 2015-09-25 08:33:18 +00:00
Guido Falsi
509567d7f1 Update to 4.5.0.1
PR:		203305
Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm>
Approved by:	mom040267 at gmail.com (maintainer)
2015-09-25 07:43:13 +00:00
Baptiste Daroussin
fa3feeb03b Convert to @sample 2015-09-24 23:03:44 +00:00
Baptiste Daroussin
f9a4f1b531 Convert to @sample 2015-09-24 22:46:58 +00:00
Baptiste Daroussin
f4c3fa2282 Convert to @sample 2015-09-24 22:46:16 +00:00
Baptiste Daroussin
d9302e0abe Convert to @sample 2015-09-24 22:44:26 +00:00
Baptiste Daroussin
cbd5d0f1aa Convert @sample which fixes a bad @exec line
Convert to options helpers
2015-09-24 22:43:28 +00:00
Baptiste Daroussin
c2d215cc1c Convert to @sample 2015-09-24 22:41:13 +00:00
Dmitry Marakasov
eacc1237d7 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-24 21:19:54 +00:00
Dmitry Marakasov
c8bc06545f - Switch to options helpers
- No need to add DOCS and EXAMPLES to OPTIONS_DEFAULT

Approved by:	portmgr blanket
2015-09-24 21:19:28 +00:00
Kurt Jaeger
2b4bb2734d net/mediatomb: remove BROKEN, fix build
- now uses UIDs/GIDs
- fix build in certain cases

PR:		198436, 202467
Submitted by:	Pavel Nedoshivkin <nedoshivkin@gmail.com>, dim
Approved by:	maintainer (timeout)
2015-09-24 19:49:17 +00:00
Sunpoet Po-Chuan Hsieh
5e6145bea4 - Update to 0.78
Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2015-09-24 19:04:25 +00:00