Commit graph

5113 commits

Author SHA1 Message Date
Emanuel Haupt
9849ce16e6 Remove net-im/bsflite port that was only useful for the AIM network, which was
shut down on 2017-12-15.
2017-12-18 08:38:50 +00:00
Joseph Mingrone
2b0d860033 net-im/mastodon: Update to version 2.1.0
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.1.0
2017-12-17 23:17:33 +00:00
Jimmy Olgeni
dd71845219 net-im/libpurple: quick fix for TLS radio button. 2017-12-16 19:05:58 +00:00
Rene Ladan
a804a9b941 Remove AIM option from and bump PORTREVISION of the following ports,
the AIM network was shut down at 2017-12-15.

net-im/centerim
net-im/centerim-devel
net-im/libpurple

Reported by:	Dmitri Goutnik <dg@syrec.org>
2017-12-16 18:11:09 +00:00
Jimmy Olgeni
a1b3df4fec Update net-im/py-slackclient to version 1.1.0.
PR:		224278
Submitted by:	olgeni
Approved by:	koobs (maintainer)
2017-12-16 17:18:36 +00:00
Rene Ladan
5ffb104865 Remove two unmaintained ports that were only useful for the AIM network, which
was shut down on 2017-12-15:

net-im/pork
security/aimsniff
2017-12-16 14:07:05 +00:00
Joe Marcus Clarke
316659de85 Clean up the Makefile a bit.
* Make BONJOUR a protocol option since it behaves like one
* Add a radio button for TLS options NSS and GNUTLS

PR:		223120
Submitted by:	sid@bsdmail.com
2017-12-15 13:24:31 +00:00
Torsten Zuehlsdorff
1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00
Antoine Brodin
e1fb17dd73 Fix packaging with python3 2017-12-13 16:01:51 +00:00
Sunpoet Po-Chuan Hsieh
6ae5192945 Change RUN_DEPENDS from rubygem-http to rubygem-http2
- Bump PORTREVISION for dependency change
2017-12-12 13:35:13 +00:00
Pietro Cerutti
b9ba1ff8da net-im/openfire: update to 4.2.1
Changelog:
http://download.igniterealtime.org/openfire/docs/4.2.1/changelog.html
2017-12-12 10:58:01 +00:00
Sunpoet Po-Chuan Hsieh
0a7591375a Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-12-11 18:26:13 +00:00
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
Jimmy Olgeni
ce199ff2ba Update net-im/py-python-telegram-bot to version 9.0.0. 2017-12-09 09:20:30 +00:00
Pietro Cerutti
aea59f974f net-im/openfire: update to 4.2.0
Changelog:
http://download.igniterealtime.org/openfire/docs/latest/changelog.html
2017-12-07 08:47:12 +00:00
Jimmy Olgeni
7c3885b667 Update net-im/py-fbmq to version 2.4.2. 2017-12-06 09:21:11 +00:00
Antoine Brodin
38308bbce8 - Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
2017-12-03 08:25:31 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Dmitry Marakasov
5989eb5b6e - Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
2017-11-29 16:13:16 +00:00
Yuri Victorovich
4269b6b1c0 net-im/ricochet: Unbroke the build. ${OPENSSLDIR}/include coflicted with the STL headers logic; Fixed order
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13204
2017-11-28 21:37:15 +00:00
Thierry Thomas
6a7926a057 Fix the build in some cases.
PR:		222235
Submitted by:	rozhuk.im (at) gmail.com
2017-11-28 20:43:38 +00:00
Yuri Victorovich
394d3c4b72 net-im/qTox: Update to 1.13.0
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13252
2017-11-28 06:28:31 +00:00
Ashish SHUKLA
2984ed3847 - Fix CAPTCHA functionality
Reported by:	Martin Meyer <martin.meyer@zuglufttier.de>
2017-11-19 09:05:18 +00:00
Thierry Thomas
f3db21204e Upgrade to 0.8.1.
Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.1>.
2017-11-18 09:39:37 +00:00
David Thiel
3452330225 Update to 0.10.0.
PR:	223637
Submitted by:  Jan Kokemüller
2017-11-17 18:39:05 +00:00
Ashish SHUKLA
254f6c45d4 - Update to 17.09
- Add new option GRAPHICS for graphics image manipulation support
- Import a fix from upstream commit 88928c0 with some fixes to make
  it work with FreeBSD sed
2017-11-17 06:12:28 +00:00
Mark Felder
3fafcd69b4 net-im/py-matrix-synapse: Update to 0.25.0
Changelog:	https://github.com/matrix-org/synapse/releases/tag/v0.25.0
2017-11-15 14:29:13 +00:00
Yuri Victorovich
7f9b761b27 net-im/ricochet: add missing dependency (qt5-quickcontrols) and other changes
Other changes
* Added the TOR option that will allow to disable the Tor dependency for people with alternative Tor installations
* Fixed the SSL path

PR:		223593
Reported by:	Vinícius Zavam <egypcio@googlemail.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13027
2017-11-12 19:19:37 +00:00
Joseph Mingrone
a751a9df05 net-im/mastodon: Handle upgrade of www/node to version 9.0.0 2017-11-08 00:31:51 +00:00
Jimmy Olgeni
55adbb7f6b Update net-im/py-fbmq to version 2.4.1. 2017-11-07 14:15:55 +00:00
Marcelo Araujo
474923a057 GitterDone: A Qt5 front-end to the "Gitter" communications system
WWW: https://github.com/trueos/gitterdone

PR:		222157
Submitted by:	q5sys <jt@ixsystems.com>
Sponsored by:	iXsystems, Inc.
2017-11-06 07:40:23 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Joseph Mingrone
0525e1d6db net-im/mastodon: Update the minimum required versions for the dependencies
textproc/rubygem-charlock_holmes and devel/rubygem-webpacker-rails5.
Upstream requires the newer versions.

Reported by:	Marcin Cieslak <saper@saper.info>
2017-10-26 14:12:37 +00:00
Jimmy Olgeni
98ce48b5e6 Update net-im/py-fbmq to version 2.3.2. 2017-10-25 13:22:32 +00:00
Mark Felder
0442a05e54 net-im/py-matrix-synapse: Update to 0.24.1
Changelog:	https://github.com/matrix-org/synapse/releases/tag/v0.24.1
2017-10-24 14:36:59 +00:00
Mark Felder
dd733ea09e net-im/py-matrix-synapse: Update to 0.24.0
Changelog:	https://github.com/matrix-org/synapse/releases/tag/v0.24.0
2017-10-23 13:19:35 +00:00
Vsevolod Stakhov
f191a0244b - Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
2017-10-22 10:09:33 +00:00
Tobias C. Berner
6c81eb9a2c Update net-im/qTox to 1.12.1
* the port option PLATFORM_EXTENSIONS to reflect the option in
  CMakeLists.txt for Xorg and screensaver integration. It should
  be normally "on".
* pkg-message is moved into the main folder
* added LICENSE_FILE
* cmake now installs and compresses icon files

* while here, switch it to DISTVERSION.

PR:		222949
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-10-21 09:39:18 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Steve Wills
96f751729a net-im/pidgin-rocketchat: create port
pidgin-rocketchar is libpurple plugin which adds support for Rocket.Char
to the users who use pidgin

WWW: https://bitbucket.org/EionRobb/purple-rocketchat

PR:		222786
Submitted by:	Michael Zhilin <mizhka@gmail.com>
2017-10-20 16:01:58 +00:00
Joseph Mingrone
83e3a3df5a net-im/mastodon: Update to version 2.0.0.
Upstream changes:https://github.com/tootsuite/mastodon/releases/tag/v2.0.0
2017-10-19 18:31:56 +00:00
Pietro Cerutti
7ea54270d0 net-im/openfire: update to 4.1.6 2017-10-17 07:18:06 +00:00
Jimmy Olgeni
22552bc53f Update net-im/py-python-telegram-bot to version 8.1.1. 2017-10-16 06:44:24 +00:00
TAKATSU Tomonari
3758d19586 - Update to 3.5.12 2017-10-15 11:14:04 +00:00
Jimmy Olgeni
fcd03c01b1 Update net-im/py-python-telegram-bot to version 8.1.0. 2017-10-15 08:28:09 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Jochen Neumeister
49374b635b net-im/linux-telegram-desktop: Update from 1.1.7 to 1.1.23
- Changelog: https://github.com/telegramdesktop/tdesktop/releases

PR:		221283
Reported by:	tm+freebsd@core.io
Approved by:	Henry Su <henry.su@gmail.com> (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11940
2017-10-08 11:48:15 +00:00
Joe Marcus Clarke
2c8a43a590 Remove the mention of MSN and Yahoo! from pkg-descrs.
Pidgin dropped support for these services back in March 2017.

PR:		222784
Submitted by:	mi
2017-10-04 22:31:41 +00:00