Commit graph

4570 commits

Author SHA1 Message Date
Dmitry Marakasov
7b7d139a47 - Add LICENSE_FILE
- Add NO_ARCH
- Simplify docs installation
2015-12-30 01:42:20 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Tilman Keskinoz
0b24b0a2dd * Update to 0.4.7
PR:             205601
Submitted by:   noah.bergbauer@tum.de

* While here add dependency on gpgme to enable PGP support
2015-12-28 12:12:17 +00:00
Alex Kozlov
8d198ef378 - Remove empty lines after .include <bsd.port.mk>
Approved by:	portmgr blanket
2015-12-25 07:40:36 +00:00
Joe Marcus Clarke
5eea204592 Remove dependency on GCC. It isn't required anymore.
PR:		205537
Submitted by:	yuri@rawbw.com
2015-12-24 17:48:11 +00:00
Thomas Zander
89e56c49f1 Update to upstream version 1.2.2, add pkg-message for video support
PR:		205499
Submitted by:	yuri@rawbw.com (maintainer)
2015-12-24 15:05:17 +00:00
Martin Wilke
f3f2251a21 - Update to 0.15
- Update WWW
- Switch to options helper

PR:		205216
Submitted by:	ports fury
2015-12-24 14:01:40 +00:00
Joe Marcus Clarke
ed6278ec2a Add support for building finch with port's ncurses.
PR:		205407
2015-12-19 21:40:41 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Thierry Thomas
3df85d8deb Update to 1.2.1.
PR:		ports/205309
Submitted by:	yuri (at) rawbw.com (maintainer)
2015-12-14 21:40:45 +00:00
Martin Wilke
31df12834e - Update to 1.0
PR:		204960
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4404
2015-12-08 16:52:42 +00:00
Raphael Kubo da Costa
31469ae565 PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.
In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.

Ports wishing to depend on PyQt4 ports can now do the following:
  USES=		pyqt:4
  USE_PYQT=	foo bar_build baz_run

Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.

Even though this patch touches files in many different ports, the goal is
for it to be a no-op from an end-user perspective (so that the basic
infrastructure is landed before the other, riskier changes): no dependencies
have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists
should remain exactly the same, since PYQT_SIPDIR currently contains the
same value that used to be hardcoded in the plists.

Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he
took the initiative to work on PyQt5 and sent D2910 to Phabricator with the
original version of this patch. Tobias Berner (tcberner@gmail.com) later
applied it to kde@'s experimental area51 repositories and did some more work
on it.
2015-12-08 16:49:43 +00:00
Carlo Strub
7154a775b7 Update to 20151108 2015-12-07 20:54:11 +00:00
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Martin Wilke
db53585487 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 14:39:58 +00:00
Dmitry Marakasov
a3dd9cde20 - Update to 0.4.4.20151120
PR:		204714
Submitted by:	fidaj@ukr.net (maintainer)
2015-11-26 13:35:09 +00:00
Martin Matuska
75d3977da5 Always depend on gsasl and remove old commented options 2015-11-21 15:04:37 +00:00
Thierry Thomas
8306540db8 Update to 0.151116.
PR:		ports/204591
Submitted by:	yuri (at) rawbw.com (maintainer)
2015-11-21 10:57:18 +00:00
Ruslan Makhmatkhanov
f637b43fec devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH

PR:		204567
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mhjacks@swbell.net (maintainer of devel/py-asn1)
2015-11-18 21:41:48 +00:00
Thierry Thomas
238cbd70be Fix build on FreeBSD 9-x with clang.
PR:		ports/204532
Reported by:	rozhuk.im (at) gmail.com
2015-11-15 18:54:09 +00:00
Jan Beich
1ad587fb06 multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
2015-11-14 19:34:12 +00:00
Thierry Thomas
8488765139 Add a missing dependency: libqrencode.
Submitted by:	herbert (at) oslo.ath.cx
2015-11-14 18:59:48 +00:00
Thierry Thomas
e0b8bf257a 1) Refresh toxcore
1b) Upgrade toxic to 0.7.0
    Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.7.0>

2) Chase Tox's update and refresh uTox

Submitted by:	thierry (1) and Ivan Klymenko (2)(maintainer)
2015-11-13 17:07:00 +00:00
Antoine Brodin
c905c203db Allow building with giflib 5.1
PR:		204492
2015-11-12 18:35:53 +00:00
Dmitry Marakasov
6300887a6b - Take maintainership 2015-11-10 12:51:50 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Martin Matuska
3e3e9b2996 Update jabberd to 2.3.4 2015-10-30 13:57:22 +00:00
Thierry Thomas
e632568e2b Refresh. 2015-10-28 21:43:41 +00:00
Thierry Thomas
4481321246 Refresh. 2015-10-28 21:43:29 +00:00
Gerald Pfeifer
9c88366292 Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like
these.

Approved by:	portmgr blanket
2015-10-25 20:38:11 +00:00
Kris Moore
8cbde188d9 - Switch to INSTALL_PROGRAM
Submitted by: danfe@
2015-10-24 15:10:01 +00:00
Kris Moore
55770b3669 - Remove unneeded ".include <bsd.port.options.mk>"
Submitted by: mat@
2015-10-24 14:06:55 +00:00
Kris Moore
6f930a4ab1 TeamWords is unofficial cross-platform desktop client for Slack.
WWW: https://github.com/MiT-Ufa/TeamWords
2015-10-23 17:19:35 +00:00
Don Lewis
c633c91439 Unbreak build with default python version < 3.4 2015-10-21 23:55:22 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Sunpoet Po-Chuan Hsieh
454b8875c0 - Fix gemspec for rubygem-slop 4.2.0 update
- Add LICENSE_FILE [1]
- Update WWW [2]
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket) [1]
With hat:	ruby [2]
2015-10-17 18:08:51 +00:00
John Marino
94696ee834 net-im/emesene: Upgrade version 1.6.3 => 2.12.9
Minor corrections to PR to remove unnecessary github definitions
and unmasked installation commands.

PR:		200305
Submitted by:	ports fury
2015-10-16 16:20:01 +00:00
Steve Wills
bf300302a6 net-im/jitsi: update to 2.8
PR:		203676
Submitted by:	Tzanetos Balitsaris <tzabal@it.teithe.gr> (maintainer)
2015-10-12 14:25:50 +00:00
Sunpoet Po-Chuan Hsieh
f4a58c5556 - Add LICENSE_FILE 2015-10-08 18:43:20 +00:00
Sunpoet Po-Chuan Hsieh
3c69a020b1 - Add LICENSE_FILE 2015-10-08 18:43:16 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Dirk Meyer
85e2b8a836 - cleanup 2015-10-08 04:37:19 +00:00
Carlo Strub
59105f4a3b Update to 20150822 2015-10-07 20:46:30 +00:00
Olivier Duchateau
1c485a31b2 - Update to 1.1 [1]
- Remove GSTREAMER_DESC (description is already in Mk/bsd.options.desc.mk)
- Rewrite options helper

Changelog: https://github.com/baedert/corebird/releases/tag/1.1

PR:		203612 [1]
Submitted by:	Carlos Puga Medina (maintainer)
2015-10-07 19:46:16 +00:00
Koop Mast
9c7c263df7 The telepathy-gabble-xmpp-console tool needs gtksourceview3 introspection
support to work.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2015-10-04 10:08:43 +00:00
Martin Matuska
269a21abf5 Update jabberd2 to 2.3.3
Cyrus SASL support has been dropped upstream.
2015-10-04 08:28:44 +00:00
Ruslan Makhmatkhanov
a42645b94b net-im/gajim: update to 0.16.4
Gajim 0.16.4 (26 September 2015)

  * Fix trusting GPG keys
  * Ability to disable synchronization of logs with server
  * Improve MAM usage
2015-09-27 21:04:03 +00:00
Guido Falsi
bd5cee9c84 - Update to 1.0.14
- Add option to use mDNS

PR:		202855
Submitted by:	Ports Fury
2015-09-26 13:04:22 +00:00
Mark Linimon
4dbd6a6338 Mark as broken on sparc64: assertion fails.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 21:26:02 +00:00