Number of commits found: 115 (showing only 15 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.14.1 10 Feb 2019 21:59:58
  |
tobik  |
www/newsboat: Update to 2.14.1
Changes: https://github.com/newsboat/newsboat/blob/r2.14.1/CHANGELOG.md
PR: 235651
Submitted by: tobik
Approved by: mt@markoturk.info (maintainer) |
2.14_1 17 Jan 2019 19:50:39
  |
jbeich  |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
2.14 02 Jan 2019 10:06:05
  |
tobik  |
www/newsboat: Update to 2.14
Changes: https://github.com/newsboat/newsboat/releases/tag/r2.14
PR: 234490
Submitted by: tobik
Approved by: mt@markoturk.info (maintainer) |
2.13_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.13 01 Oct 2018 23:25:25
  |
tobik  |
www/newsboat: Update to 2.13
Changes: https://github.com/newsboat/newsboat/blob/r2.13/CHANGELOG.md
PR: 231866
Submitted by: mt@markoturk.info (maintainer)
MFH: 2018Q4 (bug fixes) |
2.12_2 05 Sep 2018 22:01:55
  |
sunpoet  |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
2.12_1 14 Aug 2018 21:29:42
  |
jbeich  |
www/newsboat: unbreak with libc++ 7
In file included from src/ttrss_api.cpp:1:
In file included from include/ttrss_api.h:4:
./3rd-party/json.hpp:1201:9: error: static_assert failed "could not find
from_json() method in T's namespace"
static_assert(sizeof(BasicJsonType) == 0,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./3rd-party/json.hpp:1216:16: note: in instantiation of function template
specialization
'nlohmann::detail::from_json_fn::call<nlohmann::basic_json<std::map,
std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double,
std::allocator, adl_serializer>, std::__1::basic_string_view<char,
std::__1::char_traits<char> > >' requested here
return call(j, val, priority_tag<1> {});
^
./3rd-party/json.hpp:9660:9: note: in instantiation of function template
specialization
'nlohmann::detail::from_json_fn::operator()<nlohmann::basic_json<std::map,
std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double,
std::allocator, adl_serializer>, std::__1::basic_string_view<char,
std::__1::char_traits<char> > >' requested here
::nlohmann::from_json(std::forward<BasicJsonType>(j), val);
^
./3rd-party/json.hpp:12181:36: note: in instantiation of function template
specialization 'nlohmann::adl_serializer<std::__1::basic_string_view<char,
std::__1::char_traits<char> >, void>::from_json<const
nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool,
long, unsigned long, double, std::allocator, adl_serializer> &,
std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested
here
JSONSerializer<ValueType>::from_json(*this, ret); (Only the first 15 lines of the commit message are shown above ) |
2.12_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.12 29 Jun 2018 15:03:21
  |
joneum  |
www/newsboat: Update to 2.12
Changelog: https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md
PR: 229394
Submitted by: Marko Turk <mt@markoturk.info> (maintainer) |
2.11.1 04 Apr 2018 10:09:22
  |
joneum  |
www/newsboat: Update to 2.11.1
Changelog: https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md
PR: 227262
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: Marko Turk <mt@markoturk.info> (maintainer) |
2.10.2 09 Jan 2018 07:54:15
  |
tobik  |
www/newsboat: Update to 2.10.2
- Install manpages
- Update pkg-descr: newsbeuter -> newsboat
- Remove PODCAST option. Podboat is always built and has no extra
dependencies, so we might as well always install it.
- Remove all post-patch cruft that does nothing anymore
- Perl isn't used during the build anymore, so remove it.
PR: 223784
Submitted by: mt@markoturk.info (maintainer, based on) |
2.10.1_1 03 Jan 2018 13:36:58
  |
sunpoet  |
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine |
2.10.1 21 Nov 2017 11:44:27
  |
arved  |
Fix build on 10.3
PR: 223667
Submitted by: mt@markoturk.info |
2.10.1 13 Nov 2017 15:51:56
  |
mat  |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
2.10.1 13 Nov 2017 13:10:51
  |
arved  |
Add newsboat, a fork of newsbeuter, a console RSS reader
PR: 223290
Submitted by: mt@markoturk.info |
Number of commits found: 115 (showing only 15 on this page)
|