4388 Commits

Author SHA1 Message Date
rpointel
29fd71c364 update py-redis to 2.10.6.
ok benoit@.
2017-11-03 16:18:39 +00:00
stu
a047383100 Update to 3.20.1.
Remove version# from lib to avoid unnecessary PLIST churn.
2017-11-03 15:55:06 +00:00
naddy
1a25fa682d replace gettext module; ok sthen@ 2017-11-02 21:51:59 +00:00
sebastia
8136ee44f4 remove the MODRUBY_FLAVOR dependency to puppet again, it doesn't have
a flavor, BAD BAD /ME, I ok'ed that before

noticed by naddy@
2017-11-02 14:47:16 +00:00
jeremy
5b983cb347 Bump plugin subpackage after ruby default version change
Also, use MODRUBY_FLAVOR for the ruby library dependency to ensure the
correct ruby version is used.

noticed by naddy@
OK sebastia@
2017-11-02 14:13:39 +00:00
jeremy
d2ef873c9f +postgresql-plr 2017-11-01 21:53:32 +00:00
jeremy
0b6cb6875d Import postgresql-plr 8.3.0.17
PL/R is a loadable procedural language that enables you to write PostgreSQL
functions and triggers in the R programming language. PL/R offers most (if not
all) of the capabilities a function writer has in the R language.

OK feinerer@
2017-11-01 21:51:22 +00:00
ajacoutot
9a0173fb2c Update to evolution-data-server-3.26.2.1. 2017-11-01 21:18:51 +00:00
landry
4115233ce2 prune fake from .orig/.beforesubst remnants 2017-11-01 10:44:39 +00:00
jeremy
09f73d34c4 Remove ruby-data_objects, ruby-do_*, and ruby-swift-db-* ports
None of these are used any longer.  ruby-data_objects and ruby-do_* were
used by DataMapper, but that has been been dead for years.  ruby-swift-db-*
was never popular.  These were previously usable by ruby-sequel as
alternative database drivers, but support for them was dropped in a recent
version of ruby-sequel.
2017-11-01 09:40:54 +00:00
jeremy
9bcabee9e2 Unlink ruby-data_objects, ruby-do_*, and ruby-swift-db-* ports 2017-11-01 09:35:46 +00:00
landry
91191412d6 Fixes for depending ports after qscintilla update.
Mostly WANTLIB fixes, or cmake patches to detect libqscintilla2_qt4
properly.
2017-10-30 13:55:10 +00:00
jturner
ee9c2abe7d Update ksql to 0.1.3. 2017-10-26 20:45:44 +00:00
rsadowski
7949029e80 Update sqlitebrowser to 3.10.1
Notable changes:
- switch to Qt5
- remove trailing whitespaces in DESCR

Most work done from Caspar Schutijser with small tweaks from me.

ok landry@
2017-10-25 09:51:11 +00:00
jeremy
3edad9759a Update to sequel_pg 1.8.0 2017-10-23 21:39:57 +00:00
sthen
ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +00:00
kili
4189c0c4d8 Unbreak the build of databases/mongodb after the update of devel/pcre
to 8.41.

pcrecpp.h from pcre exposed std::string (and some other symbols)
to the global namespace by accident, which had been fixed in 8.41,
but obviously some parts of mongodb relies on this accidental
exposure.

ok rsadowski@
2017-10-23 07:44:22 +00:00
jeremy
fa55d4f67a Remove ruby-bdb
Long dead upstream, so old that it was never even made available as a
ruby gem.  Only kept around for the last few years as it was a dependency
of gonzui, which was removed recently.
2017-10-23 03:59:42 +00:00
jeremy
cf0e8bb121 -ruby-bdb,ruby18 2017-10-23 03:54:50 +00:00
sebastia
bb7233af83 maintenance update to 3.4.2 2017-10-18 11:18:15 +00:00
sebastia
a9796eac78 maintenance update to 0.3.3 2017-10-17 20:25:08 +00:00
espie
c138490715 the src flavor died when we added locate databases for src and X.
have the script automatically include them.

revamp manpage entirely: examples, directly refer to locate(1) for options,
make sure man works regardless of the command name.
2017-10-15 16:06:42 +00:00
jeremy
97d62aa07c Remove building of ruby 2.2 ports with native code by default.
Also fixes a couple of issues where only the ruby 2.2 version was built
by default, building them with ruby 2.3 and 2.4 by default instead.
2017-10-14 16:23:46 +00:00
espie
76a62f5ac6 bail out of checks right away, avoid awkwardness with boost 2017-10-11 17:30:01 +00:00
ajacoutot
901ab1caa0 Update to evolution-data-server-3.24.7. 2017-10-07 08:45:22 +00:00
landry
517c37d71d Bugfix update to sqlite3-3.20.1.
Only contains a single fix for a memory leak, cf
https://sqlite.org/src/info/abc7adfda27b67ef
See https://bugzilla.mozilla.org/show_bug.cgi?id=1392937 for what trigerred
this fix/release.

looks safe to sthen@
2017-09-27 09:37:19 +00:00
sthen
6a66ac751a WANTLIB+=c for more perl XS things 2017-09-23 10:53:07 +00:00
sthen
b0600caa40 add c to WANTLIB for perl XS modules 2017-09-23 10:51:07 +00:00
sthen
2f245ea74d WANTLIB+=m for a bunch of things (chasing sqlite3 fts5 addition) 2017-09-22 21:37:18 +00:00
sthen
ca66b6f2ca sync WANTLIB 2017-09-22 20:32:22 +00:00
dcoppa
8589f5d0ea Update to redis-4.0.2 2017-09-22 05:46:35 +00:00
dcoppa
afdda336d3 Drop maintainership of ruby-redis, get maintainership of x11/mlterm 2017-09-16 14:26:26 +00:00
pea
6b2c1c54c4 Bugfixes update to 9.6.5
Small changes to README-server (from sthen@)

ok sthen@
2017-09-13 14:24:08 +00:00
ajacoutot
114fb5dc0a Update to evolution-data-server-3.24.6. 2017-09-07 11:41:32 +00:00
sthen
4f387e9676 Backport upstream patch to fix build on arches without 64-bit atomic ops.
From Brad.
2017-09-04 17:54:04 +00:00
jeremy
b24cfcbc26 Update to sequel_pg 1.7.1. 2017-09-02 21:39:09 +00:00
jeremy
6f8d9dbe2a Update to Sequel 5.0.0. 2017-09-02 21:38:43 +00:00
dcoppa
15267914eb Revert, broken at runtime.
Fix dependencies while here.
2017-08-28 07:28:23 +00:00
dcoppa
d3b900efbb bump 2017-08-28 06:23:31 +00:00
dcoppa
6fd52a94c6 Update to ruby-redis-4.0.0 2017-08-28 05:21:22 +00:00
dcoppa
8e28fa7b93 Update to redis-namespace-1.5.3 2017-08-28 05:16:33 +00:00
sthen
04bf98420e - Enable the MDB backend now that the writemap-enforcing patch has been
fixed. Document the writemap requirement in DESCR-server. Add a patchset
from Paul B. Henson to use writemap in the test suite.

- Don't @sample slapd.conf. This config backend has been deprecated for
some time and will be removed in a future OpenLDAP release. Their
recommended configuration engine is slapd-config(5), see
http://www.openldap.org/doc/admin24/slapdconf2.html

- Do @sample /etc/openldap/slapd.d, the default location for slapd-config(5)
storage. Also add accompanying @extraunexec.

- @sample some schema files that were missed in the update to 2.4.23
several years ago. Better late than never :-)
2017-08-26 12:10:55 +00:00
sthen
1dd1aed429 bump; textproc/icu4c now uses multi-packages for -wwwdata 2017-08-24 09:45:23 +00:00
ajacoutot
4d9b669fbd Enable FTS5; needed by an upcoming x11/gnome/tracker update.
Tested in a bulk.

miss bump spotted by jca@
ok jca@
2017-08-24 06:04:58 +00:00
dcoppa
cca71d03ae Updates:
hs-HDBC 2.4.0.1 -> 2.4.0.2
hs-HDBC-postgresql 2.3.2.4 -> 2.3.2.5
2017-08-22 12:41:57 +00:00
jasper
3276fb6282 level this port to the ground; while upstream moved forward this one
never leveled up and stuck behind.

ok fcambus@ jmatthew@
2017-08-22 06:03:10 +00:00
jasper
69129ad797 zap dead HOMEPAGE/MASTER_SITES and add mirror 2017-08-21 18:49:30 +00:00
jasper
454c508155 sync README with Makefile -r1.20 2017-08-21 18:42:08 +00:00
jasper
c5b373c565 update to barman-2.2 2017-08-20 14:25:32 +00:00
ajacoutot
bb494a7e65 Update to evolution-data-server-3.24.5. 2017-08-17 09:32:33 +00:00