4862 Commits

Author SHA1 Message Date
jeremy
a73bbd1588 Stop building ports for ruby 2.4 libraries by default
Per our current ruby support policy, as ruby 2.4's normal maintenance phase
has ended.
2019-04-24 23:33:48 +00:00
feinerer
dd1ea925ed Update to pg_activity 1.5.0 2019-04-24 20:13:54 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
rsadowski
7326b9615f Update kexi to 3.2.0
Changelog:
https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KEXI
2019-04-21 10:12:01 +00:00
rsadowski
3c445d9c52 Update kdb to 3.2.0
Changelog:
https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KDb
2019-04-21 10:11:42 +00:00
sthen
cd1efd4a5a update to freetds-1.1.5 2019-04-19 13:26:51 +00:00
cwen
ed47f75dae strigi: build with -std=c++03 for all compilers
This unbreaks the build with gcc-8.

OK sthen@ jca@
2019-04-15 17:14:46 +00:00
sthen
6c3d700d1d Fix command lines in postgresql pkg-readme dealing with major version upgrades
(6.4->6.5 includes such an upgrade). From Alex Holst, ok naddy@
2019-04-11 15:18:39 +00:00
sthen
a5a1dd324f update to redis-4.0.14, ok kn@ danj@ jca@
(i didn't wait very long for $MAINTAINER but did warn that i wouldn't wait
very long and am confident in the update)
2019-04-02 22:13:11 +00:00
sthen
5de2ab2396 update to libhiredis-0.14.0, switch to GH_* in the hope portroach may find updates 2019-04-02 14:04:42 +00:00
sebastia
0b2fdcc775 simple update 5.2.7 -> 5.2.8 2019-04-01 11:17:33 +00:00
sthen
f8f18681d1 update homepage 2019-03-31 21:06:05 +00:00
ajacoutot
167692caae Pipe stdout/stderr into logger(1).
from Joel Carnat
2019-03-30 11:16:15 +00:00
sthen
0d922b3209 update to freetds-1.1.3 2019-03-29 16:16:56 +00:00
sthen
93f8c88885 bump library minor and add a comment:-
# sqlite suggests that users might like to assert() that library and header
# versions match, so bumps are needed even if function signatures don't change.
# ... at the current time the only one noticed is a < check (in subversion)
# rather than an == check so minor bumps are enough to cope with this, though
# we may run into others later.
2019-03-28 21:13:47 +00:00
jeremy
800b1bbdd6 Update to sqlite3 1.4.0
Drop patches for supporting old rubinius.

Fix tests on ruby 2.6.
2019-03-28 04:33:30 +00:00
ajacoutot
289495ad35 @sample org.gnome.Evolution-alarm-notify.desktop under the proper directory 2019-03-27 17:48:30 +00:00
jeremy
8d6896a38e Update to pg 1.1.4 2019-03-27 17:45:52 +00:00
sthen
69c9423823 drop MODJAVA_JRERUN and set MODJAVA_VER to 1.8+. needed for forthcoming
java.port.mk simplification.
2019-03-26 15:18:27 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
landry
35acc085af Update to sqlite3 3.27.2.
Went into a bulk without fallout.
2019-03-23 07:16:35 +00:00
sthen
526664a8a9 regen WANTLIB-freetds, packaging was broken as found by aja@ 2019-03-21 22:24:30 +00:00
sthen
d182ab30ce update to freetds-1.1.1 2019-03-20 18:12:18 +00:00
bket
c4f6d990e3 Update to py-influxdb-5.2.2.
Bugfix release. Changelog can be found at
https://github.com/influxdata/influxdb-python/blob/master/CHANGELOG.md
2019-03-19 05:34:31 +00:00
landry
9327f6776d Install dbfdump script as dbfdump.pl, a shapelib update i'm working on
will ship a dbfdump binary.
2019-03-18 21:22:26 +00:00
espie
9f70fcb4b8 Fix bug in argument order, strenghten argument parsing to avoid that.
Add a "meta" table that just contains a schema version and a hash.

So that some clients (e.g., portroach) can automatically figure out
whether a rebuild is required.
2019-03-15 11:29:53 +00:00
sthen
3b22a8ca5b update to py-ldap 3.2.0 2019-03-14 20:19:51 +00:00
sthen
ed798bb079 update to pecl-redis-4.3.0 2019-03-14 15:57:51 +00:00
espie
86c6128347 slightly more correct subrequest (fullpkgpath is ordered "by accident")
I suspected this, confirmed after a discussion with Reda Dehak, from my
lab at work.
2019-03-11 13:29:21 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
sthen
78dfb0b064 put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\
this doesn't get in the way and makes it easier to test possible fixes
2019-03-08 17:02:43 +00:00
sthen
ff54a4e442 simplify copy-and-pasting for the postgresql README:
- chunk each block together so it can be done in one go rather than
line by line

- remove some unnecessary su(1)'s to reduce the number of multiline
copies

Also, mention about how UTF-8 is used by default if you're running the
commands from a UTF-8 terminal (the "obvious" method of just changing
-E doesn't work in that case).

ok jeremy@, maintainer timeout
2019-03-08 11:48:00 +00:00
sthen
e6b928619a set CPAN_AUTHOR to fix fetches 2019-03-06 14:23:54 +00:00
afresh1
24516b93bd Update databases/p5-Mojo-Pg to 4.13
From Manolis Tzanidakis <mtzanidakis AT gmail.com>
earlier version "looks good to me" from MAINTAINER
Abel Abraham Camarillo Ojeda <acamari AT verlet.org>
2019-03-05 21:58:17 +00:00
afresh1
ebd9945ca8 Update databases/p5-DBD-Pg to 3.74
From Manolis Tzanidakis <mtzanidakis AT gmail.com>
OK pea@ (MAINTAINER)
2019-03-05 04:56:00 +00:00
sthen
6342770387 Fix the mysql_install_db script. From Brad. 2019-03-01 15:27:05 +00:00
jeremy
5f79f2f3cb Update to sequel_pg 1.12.0 2019-03-01 14:30:45 +00:00
jeremy
7f20579acd Update to Sequel 5.18.0 2019-03-01 14:30:11 +00:00
afresh1
3dfdf4a99a Update databases/p5-SQL-Abstract to 1.86
Manolis Tzanidakis <mtzanidakis AT gmail.com>
2019-02-22 03:32:34 +00:00
sthen
3d8c77c4a5 Copy chunk from old ../postgresql: gcc is needed for postgresql 10.6+ on i386. 2019-02-21 13:08:25 +00:00
sthen
c9457d00f7 update to mongodb-3.2.22 2019-02-20 17:58:04 +00:00
sthen
31aff06c4c no need for autoconf/automake any more
remove unneeded patch
2019-02-20 17:15:29 +00:00
sthen
18c4852b1a Preemptive build fix for newer FFmpeg, from Brad. 2019-02-20 11:22:26 +00:00
sthen
1a4c3e6440 update to freetds-1.00.111 2019-02-19 22:49:31 +00:00
sthen
4cd789c872 take maintainer 2019-02-19 21:28:25 +00:00
sthen
eab7ce3080 unbreak libdbi-drivers-freetds with newer FreeTDS
sync WANTLIB while there
2019-02-19 21:16:29 +00:00
pea
cfbf2f215f Update to 11.2
ok ajacoutot@ jeremy@
2019-02-19 16:45:46 +00:00
jeremy
4949fe842b Update to citus 8.1.0 to work with PostgreSQL 11
OK ajacoutot@
2019-02-19 05:14:54 +00:00
jeremy
9ad2edb217 Work with PostgreSQL 11.
OK ajacoutot@
2019-02-19 05:11:57 +00:00