1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

4997 Commits

Author SHA1 Message Date
Jimmy Olgeni
cda41650ca Update net-im/py-slackclient to version 1.0.6.
PR:		220154
Submitted by:	olgeni
Approved by:	maintainer
2017-06-26 12:40:20 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Joseph Mingrone
00eaabfee2 net-im/mastodon: Update to version 1.4.6
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.4.6
2017-06-24 01:41:44 +00:00
Joseph Mingrone
7047d1ee19 net-im/mastodon: Update to version 1.4.5
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.4.5
2017-06-23 12:29:48 +00:00
Joseph Mingrone
75fc9eb11e net-im/mastodon: Update to version 1.4.4
Upstream release notes:
https://github.com/tootsuite/mastodon/releases/tag/v1.4.4
2017-06-22 00:39:35 +00:00
Carlos J. Puga Medina
a7ea9c8fe6 - Fix build on powerpc64 adding compiler:c++11-lang feature to USES
- Bump PORTREVISION

Reported by:	linimon
2017-06-20 20:41:24 +00:00
Dima Panov
bab092f859 Limit net-im/telepathy*-qt* components to use python2 only as it hardcoded in src
With hat:	kde
2017-06-20 04:41:27 +00:00
Mark Felder
4c1a5b2bad net-im/py-matrix-synapse: Update to 0.21.1
Changelog:	https://github.com/matrix-org/synapse/releases/tag/v0.21.1
2017-06-19 21:02:19 +00:00
Jimmy Olgeni
795c8e51a0 Update net-im/py-python-telegram-bot to version 6.1.0. 2017-06-18 16:48:25 +00:00
Joseph Mingrone
b462126dc5 net-im/mastodon: Update to version 1.4.3
Upstream changes: https://github.com/tootsuite/mastodon/releases
2017-06-15 20:18:38 +00:00
Alexey Dokuchaev
e8dc91f679 Linux version of the official desktop client for Telegram, a cloud-based
messenger with a focus on security and speed.

WWW: https://desktop.telegram.org/

PR:		217019 (modified)
Submitted by:	Henry Hu
2017-06-13 19:15:43 +00:00
Ashish SHUKLA
2d8b86fe84 - Update to 17.04
- Add a note to UPDATING about a known issue
2017-06-13 09:06:50 +00:00
Koop Mast
5c7fb53b92 Chase evolution-data-server shared library bump. 2017-06-13 08:14:34 +00:00
Mark Felder
661a0e8aa7 net-im/py-matrix-synapse: Update to 0.21.0
Changelog:	https://github.com/matrix-org/synapse/releases/tag/v0.21.0
2017-06-10 20:23:24 +00:00
Joseph Mingrone
58351711ad net-im/mastodon: Add www/npm to RUN_DEPENDS and fix the false postive
RUBY_SUFFIX substitutions in pkg-plist

Reported by:	swills
2017-06-09 00:11:20 +00:00
Thierry Thomas
bce8db5597 Upgrade to 0.8.0.
Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.0>.

Note: adding a new option for Python binding, disabled by default.
2017-06-08 20:37:18 +00:00
Ruslan Makhmatkhanov
3808141a41 net-im/gajim: update to 0.16.8
Changelog:
https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.8/ChangeLog
2017-06-06 20:49:33 +00:00
Ruslan Makhmatkhanov
7ecc334555 net-im/py-nbxmpp: update to 0.5.6 2017-06-06 20:48:08 +00:00
Jimmy Olgeni
9d08afac3e Update net-im/py-fbmq to version 2.0.3. 2017-06-05 16:09:58 +00:00
Sunpoet Po-Chuan Hsieh
ee8457a406 Change from USES=twisted to devel/py-twisted
- Add NO_ARCH
- Bump PORTREVISION for dependency change
2017-06-05 14:50:55 +00:00
Dmitry Marakasov
a9f6b5e174 - Update to 1.1.0 2017-06-05 11:13:24 +00:00
Bryan Drewery
f3af3367aa Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies.  That bug
is being addressed along with adding FLAVORS support to it.

With hat:	portmgr
MFH:		2017Q2
2017-06-04 21:49:48 +00:00
Tobias C. Berner
48ae3f0a3a Update net-im/qTox to 1.10.2
PR:		219729
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	Yuri Victorovich (maintainer)
2017-06-02 20:27:10 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Joseph Mingrone
3eab423448 net-im/mastodon: No need to patch ${WRKSRC}/bin/yarn now, because www/yarn
now creates a yarnpkg link in ${PREFIX}/bin
2017-05-31 18:07:10 +00:00
Jimmy Olgeni
5d07cc1f73 Update net-im/py-python-telegram-bot to version 6.0.2. 2017-05-30 17:30:48 +00:00
Joseph Mingrone
e9a093b2d2 net-im/mastodon: Update to version 1.4.1
Upstream changes: https://github.com/tootsuite/mastodon/releases

Approved by:	swills (mentor, implicit)
2017-05-28 23:22:54 +00:00
Mark Linimon
378be05b39 Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 22:16:50 +00:00
Mark Linimon
5ba5319665 Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 16:48:41 +00:00
Joseph Mingrone
e50218e759 net-im/mastodon: Update to version 1.4rc5
- Add missing net-im/Makefile entry
- Upgrade pkg-message to include a link to upgrade directions

Approved by:	swills (mentor, implicit)
2017-05-27 16:24:46 +00:00
Mark Linimon
8416961f94 Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 16:00:49 +00:00
Joseph Mingrone
f16d108a49 New port, net-im/mastodon: GNU Social-compatible microblogging server
WWW: https://github.com/tootsuite/mastodon

Submitted by:	feld, jrm, mmokhi
Reviewed by:	bapt, feld, roberto, saper@saper.info, mat, swills
Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10298
2017-05-26 21:22:38 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Jimmy Olgeni
c5674bbfb4 Update net-im/py-python-telegram-bot to version 6.0.1. 2017-05-21 15:33:26 +00:00
Jimmy Olgeni
9265629d2f Update net-im/py-python-telegram-bot to version 6.0.0. 2017-05-19 21:01:34 +00:00
Carlos J. Puga Medina
5846365c49 - Enable spellchecking support
- Bump PORTREVISION
2017-05-19 12:25:08 +00:00
Tobias C. Berner
5c986d6bd0 Update to newer tag.
This fixes a bug, which made it impossible to send files.

Reported by:	Martin Sugioarto
Approved by:	rakuco (mentor, implicit)
2017-05-19 07:26:23 +00:00
Eugene Grosbein
563483e5dc Re-add net-im/pidgin-manualsize removed with revision 418057 with following changes:
- take maintainership;
- supply new MASTER_SITES for the distfile;
- specify LICENSE (GPLv2);
- simplify BUILD_DEPENDS;
- bump PORTREVISION.

Approved by:	az (mentor)
2017-05-18 13:46:42 +00:00
Koop Mast
592f8031ad Chase evolution-data-server shlib bump.
While here convert LIB_DEPENDS -> USES=evolutiondataserver3. I almost
missed this port.
2017-05-17 09:49:41 +00:00
Koop Mast
b000e825de Chase evolution-data-server shlib bumps. 2017-05-17 09:45:20 +00:00
Kevin Lo
0077664de8 Forgot to remove "USE_GCC". 2017-05-15 07:20:23 +00:00
Kevin Lo
31d64ec6b4 Remove USE_GCC which is not needed anymore. 2017-05-15 05:22:57 +00:00
Danilo G. Baio
8e040e9d10 net-im/pecl-stomp2: Update to 2.0.1
Changes: https://pecl.php.net/package-changelog.php?package=stomp&release=2.0.1

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10649
2017-05-09 23:57:27 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Pietro Cerutti
2dc032677e net-im/openfire: update to 4.1.4
Changelog:
http://download.igniterealtime.org/openfire/docs/latest/changelog.html
2017-05-08 10:32:56 +00:00
Jimmy Olgeni
409f920aaa Update net-im/py-python-telegram-bot to version 5.3.1. 2017-05-07 17:42:36 +00:00
Koop Mast
91af3e7239 This port requires egrep to have working GNU extensions; in this case, it
requires being able to match an empty branch. For the time being, use the
more up to date version of GNU grep, textproc/gnugrep, rather than relying
on GNU extensions in base grep.

This was identified in a recent exp-run to test installing BSD grep as
/usr/bin/grep and disable GNU grep compatibility in the process.

PR:		218638
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
2017-05-06 21:47:40 +00:00
Tobias C. Berner
fcc1c8b47d Fix shebangs
Reviewed by:		mat
Approved by:		mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10527
2017-05-04 05:25:16 +00:00
Carlos J. Puga Medina
2570ce3cbf - Update to 1.5
- Regenerate patches with make makepatch

Changelog: https://github.com/baedert/corebird/releases/tag/1.5
2017-05-04 00:43:38 +00:00
TAKATSU Tomonari
0512a97882 - Update to 3.5.7 2017-05-03 22:37:35 +00:00