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

4116 Commits

Author SHA1 Message Date
Jochen Neumeister
799c4ddaff - irc/pear-Net_SmartIRC: Update from 1.1.10 to 1.1.11
- Changelog: https://pear.php.net/package/Net_SmartIRC/download/

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11568
2017-07-13 16:14:25 +00:00
Mark Felder
71c9ab1602 irc/irssi: Update to 1.0.4
- Fixes two CVEs

PR:		220544
MFH:		2017Q3
Security:	CVE-2017-10965
Security:	CVE-2017-10966
2017-07-08 14:09:13 +00:00
Bernard Spil
2df3e0b984 irc/weechat: Update to 1.9
- Bugfix update to 1.9
2017-07-06 12:39:59 +00:00
Tobias C. Berner
50784b6ac1 Add kf5-kinit as a runtime dependency to irc/konversation
* The URL handler needs klauncher5 which is part of kf5-kinit.

Reported by:	Gleb Popov <6yearold@gmail.com>
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D11425
2017-06-30 17:36:30 +00:00
Renato Botelho
20bbff0aea Add patches missed on last commit and fix build without python 2017-06-29 10:55:30 +00:00
Renato Botelho
072286748e * bitlbee always links to libintl.so and the configure script has no NLS option,
so add USES=gettext-runtime
* libgcrpyt requires libgpg-error, so add it to GNUTLS_LIB_DEPENDS
* nss requires nspr, so add it to NSS_LIB_DEPENDS
* Add USES=ssl for OpenSSL, its library dependency was completely undeclared
* otr requires libgcrypt, and thus also libgpg-error, so add those to
  OTR_LIB_DEPENDS
* Request the installed binary be stripped
* Mark LIBEVENT option BROKEN because bitlbee will not start in daemon (-D) or
  fork (-F) mode when compiled with libevent; it exits almost immediately after
  start unless run in foreground (-n). This problem has been present for at
  least a year, recent past version of bitlbee also do not work, and the recent
  update of libevent has not helped, so just mark it broken until someone takes
  the initiative to debug and fix the issue.
* While here, remove python build dependency, it's not necessary anymore in
  version 3.5.1

PR:		217311
Submitted by:	rezny
2017-06-27 14:42:30 +00:00
Danilo G. Baio
0901b9993d irc/riece: Back to the pool
While I'm here:
  Improve license
  Set architecture neutral

PR:		220252
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (old maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11363
2017-06-27 00:01:38 +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
Mark Linimon
45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Mark Felder
40338eb384 irc/anope: Update to 2.0.5
Modernize port options
Fix building with MySQL
Add new REDIS option

Changelog:	a9bf251886/docs/Changes

MFH:		2017Q2
2017-06-09 13:55:01 +00:00
Ryan Steinmetz
e35f6a224b - Update to 1.0.3
Security:	165e8951-4be0-11e7-a539-0050569f7e80
Approved by:	ports-secteam (with hat)
2017-06-08 00:28:23 +00:00
Sunpoet Po-Chuan Hsieh
1620db6dea Update to 2.2.0
Changes:	https://github.com/litaio/lita-irc/releases
2017-06-07 19:11:17 +00:00
Mathieu Arnold
99761d7f4c Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.

Sponsored by:	Absolight
2017-06-06 16:18:16 +00:00
Raphael Kubo da Costa
56f30722c2 Update to 1.7.2 and rename to irc/konversation.
Update to the latest release (which is KF5-based) and drop the "-kde4" suffix
from the port.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D10928
2017-05-30 21:10:24 +00:00
Mark Linimon
4734e25a31 Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors.  We
need to investigate that problem, and find out if it is specific to the qemu
environment.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 20:33:22 +00:00
Mark Linimon
82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Bernard Spil
c64be2313b irc/weechat: Update to 1.8
- Bugfix and new features release
2017-05-14 14:27:49 +00:00
David Naylor
d442f875f5 Update mono and related ports
USES=mono: minor fixes
 - save a copy of the nuget package in the packages directory
 - force linking of directories, allowing nuget-extract to be rerun
   without `make clean`
 - fix makenuget: nuget requires an equals to identify the version, not a dash

devel/monodevelop: update to 6.2.1.3
 - update nuget packages:
   - link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used
     by C# and F# respectively)
 - update external github repositories
 - allow post-extract target to be run multiple times
 - change MonoDevelop.Packaging to use a newer version of
   NuGet.Build.Packaging (the older version is no longer fetchable)
 - remove patch integrated upstream
 - moved `nuget restore` patching from post-patch into a patch file (the
   former broke silently)
 - ChangeLog:
   - https://developer.xamarin.com/releases/studio/xamarin.studio_6.2/xamarin.studio_6.2/

irc/smartirc4net: update to 1.1
 - add LICENSE

lang/fsharp: update to 4.1.18
 - add test dependency on libgdiplus
 - update nuget packages
 - update test paths for fsharp assemblies
 - update patches to prevent `nuget restore` from running
 - ChangeLog:
   - Set executable bit correctly on output
   - Integrate visualfsharp
   - Fix regression on binding redirects for System.Collections.Immutable
   - Fix regression in Microsoft.Build.FSharp.targets
   - Fix binding redirects for System.Collections.Immutable
   - Fix version of library going in %PREFIX/lib/mono/fsharp
   - Align fsc task and target file
   - Use install layout that includes mono/fsharp
   - Fix F# Intereactive on Mono 4.9+
   - Update compiler tools
   - Updates to FSharp.Core nuget package for F# 4.1
   - Fix #656: error FS0193: internal error: No access to the given key

lang/mono: various fixes
 - fix linking with lld [1]
 - double maximum handle size [2]
 - add option to run acceptance tests
 - allow for optional bootstrapping of mono via either installed mcs (if
   available) or via downloaded "monolite" (default)
 - add python and py-pillow as dependencies for bin/mono-heapviz
 - add armv6 as a supported architecture (untested)
 - switch to github for source code:
   - official tarball does not include tests
 - patches:
   - recognise FreeBSD for AOT suffix
   - change mono-heapviz to use pillow instead of PIL

multimedia/banshee: tell portscout to ignore this port
 - Portscout was not skipping the 2.9.1 version, and upstream appears to be
   quiet for the last few years.

x11-toolkits/gtk-sharp20: update to 2.12.43
 - ChangeLog:
   - fix compilation on mono-4.8.0 (incorrect use of sizeof())
   - correctly set owned=true on custom constructors

PR:		218885 [1]
PR:		200937 [2]
2017-05-13 07:48: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
Martin Wilke
ea94585769 - Update to 2.10.12.16
PR:		218950
Submitted by:	maintainer
2017-05-06 05:55:37 +00:00
Pietro Cerutti
c9bd228a74 irc/bitlbee-facebook: update to 1.1.1, drop patch released upstream
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.1
2017-05-04 12:33:03 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Mark Linimon
4ebba57eca Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 00:44:32 +00:00
Joseph Mingrone
3f98bcd00c Chase editors/emacs update to version 25.2
Reported by:	des
Approved by:	ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10534
2017-04-29 14:50:53 +00:00
Larry Rosenman
bb7e01b3fb irc/irssi-xmpp: Improve regex conformance
PR:		218603
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Approved by:	 jadwin (maintainer timeout), rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D10524
2017-04-27 13:48:17 +00:00
Tobias C. Berner
ef6ce29dbe Fix shebangs.
Reported by:	Jochen Neumeister
Approved by:	rakuco (mentor)
2017-04-27 05:14:01 +00:00
Alex Kozlov
f37a53c2ba - Remove checks for .PARSEDIR and vestiges of pmake support
PR:	218832
Approved by:	portmgr (antoine)
2017-04-26 19:04:30 +00:00
Bernard Spil
9c013f6d2d irc/weechat: Security update to 1.7.1
- Security update to 1.7.1

PR:		218855
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
Security:	81433129-2916-11e7-ad3e-00e04c1ea73d
Security:	CVE-2017-8073
2017-04-25 18:34:41 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Dmitry Marakasov
8bf3efb0cd - Update WWW
Approved by:	portmgr blanket
2017-04-24 09:05:09 +00:00
Dmitry Marakasov
391c82678c - Add NO_ARCH
- Fix shebangs
2017-04-21 16:31:57 +00:00
Martin Wilke
b8368cf7ed - Fix shebangs 2017-04-21 16:23:17 +00:00
Bernard Spil
122954fcd7 irc/irssi-xmpp: Fix build with irssi 1.0
- Add patch from upstream

PR:		217916, 218328
Submitted by:	Thibault Jouan <tj+freebsd_ports@a13.fr>
Approved by:	maintainer timeout
Obtained from:	https://github.com/cdidier/irssi-xmpp/issues/18
2017-04-20 18:57:34 +00:00
Tobias C. Berner
e06c13c87b Update cmake and friends to 3.8.0
* add patch for finance/kmymoney-kde4
* change patch in irc/irssi-fish as pkgconfig handling has changed.

PR:		218559
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9557
2017-04-19 15:04:59 +00:00
Martin Wilke
71bacc3ebe - Fix shebangs 2017-04-19 10:34:43 +00:00
Martin Wilke
efe3f7d37b - Fix Shebangs 2017-04-18 18:26:19 +00:00
Philip Paeps
4c9c4552d7 Fix typo in BUILD_DEPENDS
Submitted by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
2017-04-17 18:37:55 +00:00
Sunpoet Po-Chuan Hsieh
e2085d40d3 Convert to options target helper
- Use BROKEN_SSL

Approved by:	portmgr (blanket)
2017-04-16 11:09:03 +00:00
Philip Paeps
08af87c9be Irssi plugin for connecting to ICB network
WWW: https://github.com/mglocker/irssi-icb

Submitted by:	Santhosh Raju <santhosh.raju@gmail.com>
2017-04-15 21:57:04 +00:00
Sunpoet Po-Chuan Hsieh
e2e6a3663a Update to 0.91
Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes
2017-04-07 23:16:40 +00:00
Sunpoet Po-Chuan Hsieh
81312a00fa Update to 0.90
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes
2017-04-06 21:56:42 +00:00
Baptiste Daroussin
53063dd589 Fix build with recent libsigc++20 2017-04-05 11:28:15 +00:00
Martin Wilke
5f4e8617b6 - Update to 3.5.1
PR:		217227
Submitted by:	seschwar@gmail.com
Approved by:	maintainer timeout
2017-04-02 15:40:43 +00:00
Adam Weinberger
3466d7f9cb Pass maintainership to submitter.
PR:		218295
Submitted by:	andrew tao11 riddles org uk
2017-04-01 20:56:55 +00:00
Adam Weinberger
71f22bca0f Unbreak logging by removing a stale patch (which, once upon a time,
fixed logging) which wound up re-breaking logging after logging was
fixed upstream.

I don't use this anymore, so I'm donating it back to ports@.
2017-04-01 20:24:12 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Pietro Cerutti
4d0265e987 irc/bitlbee-facebook: update to 1.1.0 + patch for issue #139
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.0
Issue #139: https://github.com/bitlbee/bitlbee-facebook/issues/139
2017-03-30 07:41:50 +00:00
Pietro Cerutti
6d78b5bcdb irc/bitlbee-facebook: update to latest commit, bump PORTREVISION
This fixes especially https://github.com/bitlbee/bitlbee-facebook/issues/138.

Reported by:	cognet
2017-03-29 14:15:04 +00:00