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

5661 Commits

Author SHA1 Message Date
Antoine Brodin
e19903f0ae Clean up LIB_DEPENDS 2019-06-16 16:05:28 +00:00
Adriaan de Groot
31feee331d Missing run-depends in net-im/quaternion
- Without the QQC packages, Quaternion runs but doesn't show anything
   in the central chat area. You won't notice that in a KDE Plasma
   environment, where those packages are installed as dependencies of
   other things, but in a bare xmonad environment, it matters.

Reported by:	nassai (on Matrix)
2019-06-16 13:54:32 +00:00
Jochen Neumeister
1bc606ff7e Update to 1.4.1
* Give Maintainership to Submitter
* New dependency to graphics/png
* Add porlint suggestions
* libxml2 and tlparser are no longer required
* server.tglpub file is no longer required. As consequence, etc
  directory is not required to being installed and Makefile.in file is
  not required to being patched either
* strip telegram-purple.so library

PR:		238125
Submitted by:	jjuanino@gmail.com
Sponsored by:	Netzkommune GmbH
2019-06-16 09:54:54 +00:00
Ashish SHUKLA
3ee39a7193 - Update to 19.05 2019-06-11 15:16:53 +00:00
Adriaan de Groot
fb172ecfbb Update security/olm to latest upstream release.
Source has moved to gitlab, still under Matrix.org. Release notes at
	https://gitlab.matrix.org/matrix-org/olm/releases
major changes were in 3.1.0 already, Short Authentication String
and public key signing. Various compatibility and build fixes
were also applied.

Also PORTREVISION dependent ports (that I know about). No MFH because
these are feature-based releases, not security updates.

PR:		238384
Submitted by:	Alexander Sieg
Reported by:	Alexander Sieg
2019-06-11 08:02:38 +00:00
Steve Wills
7130284263 net-im/coyim: Fix missing version number in About dialog
PR:		238290
Submitted by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
2019-06-08 00:51:35 +00:00
Steve Wills
d0abc21b34 net-im/py-matrix-synapse: upgrade to 0.99.5.2
PR:		238399
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2019-06-07 22:59:29 +00:00
Tobias C. Berner
f240baeb83 Update KDE Applications to 19.04.2
https://kde.org/announcements/announce-applications-19.04.2.php
2019-06-07 04:08:25 +00:00
Adriaan de Groot
8782222da7 Update net-im/nheko and its dependencies to latest upstream releases.
- mtxclient doesn't need patching anymore, and makes a shared-lib.
 - nheko has some more translations available
2019-06-06 15:17:55 +00:00
Adriaan de Groot
e13fd5782d Update Qt5-based Matrix clients
- libqmatrixclient is undergoing a name-change, to libQuotient.
   Anticipate that a little.
 - libqmatrixclient installed a ${LOCALBASE}/include/util.h which
   is awfully generic; move the includes into include/Quotient
   (again, in advance of the completion of the renaming).
   Reported by Jan Henrik Sylvester.
 - quaternion just has a minor release with several-times-rerolled
   AppImage support (which isn't relevant for us).
 - spectral has had several more tags done, but no official releases.
   The tags are build-numbers, really, so PORTVERSION=603 means
   build 603, and can be interpreted as 0.0.0.603 until there's
   a real release. This does mean that we'll hit a PORTEPOCH once
   such a release happens, when PORTVERSION drops back down to
   0.0.1 (or whatever).
 - spectral doesn't update to the latest tag (648) because that
   requires an unreleased libQuotient version (not an issue if you
   build from source with git submodules, but problematic in
   packaging).
2019-06-06 14:47:54 +00:00
Piotr Kubaj
7c3f251c04 net-im/kaidan: fix build
Add USES=compiler:c++11-lang to fix build:
CMake Error in CMakeLists.txt:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

Approved by:	mentors (implicit approval)
2019-06-04 16:10:47 +00:00
Tobias Kortkamp
357b70992e net-im/nheko: Fix LICENSE_FILE too 2019-05-31 11:48:15 +00:00
Tobias Kortkamp
3fba19dcb1 net-im/nheko: Spell LICENSE_FILE correctly 2019-05-31 11:47:29 +00:00
Tobias Kortkamp
15ea31f230 net-im/quaternion: Spell LICENSE_FILE correctly 2019-05-31 11:46:38 +00:00
Tobias Kortkamp
94f54723ad net-im/mtxclient: Spell LICENSE_FILE correctly 2019-05-31 11:45:59 +00:00
Tobias Kortkamp
ed0e5c58b0 net-im/libqmatrixclient: Spell LICENSE_FILE correctly 2019-05-31 11:45:19 +00:00
Tobias Kortkamp
f170ca440a net-im/spectral: Spell LICENSE_FILE correctly 2019-05-31 11:44:37 +00:00
Koichiro Iwao
b9b0ef97d3 net-im/mikutter: Update to 3.8.8
also update dependency on rubygem-pluggaloid as mikutter 3.8.8 requires
pluggaloid 1.1.2.

Relnotes:	https://mikutter.hatenablog.com/entry/2019/05/25/203816
2019-05-31 11:01:17 +00:00
Rene Ladan
1bd025321d Remove expired port:
2019-05-15 net-im/qq: no longer supported upstream
2019-05-26 21:59:03 +00:00
Tobias Kortkamp
09fa557482 Remove bogus PORTREVISION from net-im/Makefile 2019-05-26 15:11:40 +00:00
Tobias Kortkamp
e34bf7a4ea net-im/qq: Spell EXPIRATION_DATE correctly 2019-05-25 17:33:10 +00:00
Tobias Kortkamp
f30ebc2bec lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by:	jbeich
Tested by:	pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20332
2019-05-24 03:25:11 +00:00
Tobias C. Berner
67f835a8df New port: net-im/kaidan -- A user-friendly XMPP client for every device.
Kaidan is a simple, user-friendly Jabber/XMPP client providing a modern user
interface using Kirigami and QtQuick. The back-end of Kaidan is written in C++
using the QXmpp XMPP client library and Qt 5.
2019-05-15 19:46:48 +00:00
Dmitry Marakasov
3367fa80ce - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2019-05-15 09:31:34 +00:00
Tobias Kortkamp
6bd3ed2a9b lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support

[1] https://github.com/sfackler/rust-openssl/pull/1097

Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR:		237495 [1]
Security:	37528379-76a8-11e9-a4fd-00012e582166
2019-05-15 03:12:15 +00:00
Eugene Grosbein
69ea96ef83 net-im/pidgin-icyque: really update to g20190421
Change r501198 was not complete, fix it.

Reported by:	tobik
2019-05-11 13:28:38 +00:00
Dmitry Marakasov
b6b9ef574d - Add LICENSE
- Add USES=gnome
- Update WWW

Approved by:	portmgr blanket
2019-05-11 09:31:32 +00:00
Eugene Grosbein
e115a388e6 net-im/pidgin-icyque: update to g20190421
Fix crash when sending message from Pidgin without a registered
phone number.
2019-05-10 20:33:17 +00:00
Tobias C. Berner
d27fcc13c5 Update KDE Applications to 19.04.1
Changelog:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.1
2019-05-09 18:18:04 +00:00
Koichiro Iwao
2328857a67 net-im/mikutter: Update to 3.8.7
Relnotes:	https://mikutter.hatenablog.com/entry/2019/04/29/160745
2019-05-07 00:32:55 +00:00
Kubilay Kocak
6482d58da5 net-im/py-slackclient: Update to 2.0.1
Changelog:

  https://github.com/slackapi/python-slackclient/blob/2.0.1/docs-src/changelog.rst
2019-05-06 03:56:50 +00:00
Dmitry Marakasov
89347e5331 - Add LICENSE
- Add USES=gnome
- Update WWW

Approved by:	portmgr blanket
2019-05-03 09:31:27 +00:00
Mathieu Arnold
d464b42ba9 Remove :DEFAULT where not required. 2019-05-02 10:18:03 +00:00
Rene Ladan
7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00
Tobias Kortkamp
3746f388e5 Removed expired ports
2019-04-30 devel/poco-ssl: Newer version available; use devel/poco instead
2019-04-30 audio/linux-skype_oss_wrapper: Only useful for net-im/skype4
2019-04-30 net-im/skype4: Unsupported upstream
2019-04-30 16:32:29 +00:00
Dmitry Marakasov
073b81ae4f - Add LICENSE
- Add USES=gnome
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2019-04-30 09:31:25 +00:00
Steve Wills
b32a8fc008 net-im/coyim: Fix GTK tag in Makefile
While here, correct maintainer

PR:		237663
Submitted by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
2019-04-30 09:09:07 +00:00
Joseph Mingrone
9643d28d53 Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This should have been done with r499179 when editors/emacs was updated
to version 26.2.

Reported by:	nobutaka
2019-04-28 15:16:51 +00:00
Philip Paeps
33547fe717 Add net-im/coyim 0.3.11
Safe and secure by default chat client

CoyIM is a chat client that is safe and secure by default: no settings to
change, no plugins to install, no computer configuration to change.

WWW: https://coy.im

PR:		237542
Submitted by:	Santhosh Raju <santhosh.raju@gmail.com>
2019-04-26 11:12:43 +00:00
Antoine Brodin
2568bbedc9 Fix DEPENDS 2019-04-25 15:30:07 +00:00
Steve Wills
0b1660a7d0 net-im/matterbridge: update to 1.14.4 2019-04-25 14:57:47 +00:00
Ruslan Makhmatkhanov
1d00c4e505 net-im/gajim: update to 1.1.3
Changelog:
https://dev.gajim.org/gajim/gajim/blob/gajim-1.1.3/ChangeLog
2019-04-25 10:12:16 +00:00
Ruslan Makhmatkhanov
756aed9c74 net-im/py-nbxmpp: update to 0.6.10 2019-04-25 10:10:47 +00:00
Piotr Kubaj
baa4157ee8 net-im/cutegram: fix build with GCC-based architectures
PR:		237114
Approved by:	tcberner (mentor), henry.hu.sh@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D20020
2019-04-24 19:40:48 +00:00
Steve Wills
103b011df7 net-im/telegram-desktop: update to 1.6.7
PR:		237428
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2019-04-23 14:21:40 +00:00
Dmitry Marakasov
715cbf2144 - Add LICENSE
- Add USES=gnome
- Update WWW

Approved by:	portmgr blanket
2019-04-22 09:31:20 +00:00
Kubilay Kocak
0e0f331ef5 net-im/py-slackclient: Update to 1.3.1
While I'm here, document maximum pinned versions to prevent / highlight
QA issues in future, for myself and others.

PR:		236580
Submitted by:	Derek Schrock <dereks lifeofadishwasher com>
2019-04-20 13:37:50 +00:00
Tobias Kortkamp
a05558d466 net-im/uTox: Add missing link to upstream commit to patch
PR:		235799
2019-04-20 10:39:17 +00:00
Steve Wills
b45626d7bd net-im/uTox: Fix push to talk
PR:		235799
Submitted by:	Darren Mulligan <fixer@bsdmail.com>
Approved by:	maintainer timeout (portmaster@bsdforge.com, >2 months)
2019-04-19 19:08:01 +00:00
Steve Wills
99fc347941 net-im/talkatu: update to new snapshot
While here, put gtkdoc behind DOCS option [1]

PR:		236293 [1]
Submitted by:	rozhuk.im@gmail.com [1] (based on)
2019-04-19 18:11:10 +00:00