135548 Commits

Author SHA1 Message Date
sthen
916bd0afa3 update to py-country 18.12.8, from Kurt Mosiejczuk, maintainer timeout 2019-02-17 20:22:22 +00:00
sthen
d054d42162 update to jpeg-turbo 2.0.2
mips64el test by matthieu@, many thanks
2019-02-17 20:18:23 +00:00
sthen
aa2cef19df update to p5-Getopt-Long-Descriptive-0.103
ok afresh1@ (maintainer), "I have the same diff 46 items down my
port update TODO list"
2019-02-17 19:53:59 +00:00
kn
06c9cfea94 Update to irssi-1.2.0
OTR is now supported as loadable module, thus remove net/irssi-otr.

OK sthen
2019-02-17 19:25:43 +00:00
ajacoutot
4dafbcb309 Update to py3-chromecast-2.5.2. 2019-02-17 17:30:50 +00:00
ajacoutot
a98ad54a11 Update to cups-filters-1.22.1. 2019-02-17 17:27:59 +00:00
sthen
849679ef2f update to py-arrow-0.13.1, from Kurt Mosiejczuk 2019-02-17 14:06:55 +00:00
bcallah
567f8acbea Update to hyperrogue-10.5e; the big endian patches are now upstreamed 2019-02-17 00:28:54 +00:00
sthen
3753cc5709 tweak create_postgres_database to be a bit more verbose, based on a diff
from Marcos Madeira
2019-02-16 22:49:48 +00:00
sthen
8820c81c45 tweak icingaweb2 pkg-readme, prompted by a mail from Marcos Madeira 2019-02-16 22:17:13 +00:00
bcallah
ce834a6fdf Update flang to its latest; note the minor bump to libpgmath 2019-02-16 20:39:46 +00:00
cwen
08317be43b Update p5-MooseX-Types to 0.50
Changelog:
https://metacpan.org/changes/distribution/MooseX-Types

OK afresh1@
2019-02-16 18:14:12 +00:00
cwen
1a5417c800 Update p5-MooseX-Types-Common to 0.001014
Changelog:
https://metacpan.org/source/ETHER/MooseX-Types-Common-0.001014/Changes

OK afresh1@
2019-02-16 18:00:40 +00:00
cwen
005bb1513f Update p5-Devel-CheckLib to 1.13
Also drop WANTLIB, as it's a pure Perl module.
Changelog:
https://metacpan.org/changes/distribution/Devel-CheckLib

Original diff from Sven Falempin, tweaks from afresh1@ and me.

OK afresh1@
2019-02-16 17:49:15 +00:00
cwen
0b22799579 Update p5-MooseX-Log-Log4perl to 0.47
Changelog:
https://metacpan.org/source/LAMMEL/MooseX-Log-Log4perl-0.47/Changes

OK afresh1@
2019-02-16 17:18:35 +00:00
cwen
1d22a2958c p5-MooseX-Role-Parameterized: Fix missing rdep
While here, make a more general *_DEPENDS cleanup

Found out by, and OK afresh1@
2019-02-16 17:10:26 +00:00
fcambus
4a2665abb8 Add p5-List-AllUtils. 2019-02-16 13:18:59 +00:00
fcambus
7c538ef73c Import devel/p5-List-AllUtils.
Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized
package. This module will export all of the functions that either of those
three modules defines.

OK cwen@, giovanni@
2019-02-16 13:18:18 +00:00
jsg
2c29a5b77e Add a RUN_DEPENDS on devel/llvm as include-what-you-use links
libLLVM and drop no longer required IWYU_LLVM_ROOT_PATH env var.
From Caspar Schutijser.  sthen@ noted this can't be a LIB_DEPENDS
as libLLVM is not installed as a major.minor library.
2019-02-16 12:06:23 +00:00
sthen
b86de6ff95 update to icingaweb2-module-director-1.6.1 2019-02-16 11:35:48 +00:00
sthen
775afa13a5 +i3-mousedrag 2019-02-16 10:10:35 +00:00
sthen
173add6d43 Import x11/i3-mousedrag, a fork of x11/i3 with support for moving
windows by dragging them with the mouse. Hopefully it will only be
here as a separate port temporarily - there's a PR but it has been
moving quite slowly, and I'm now getting bored rebuilding it by
hand :)   ok bket@
2019-02-16 10:09:57 +00:00
matthieu
e2177bebc5 Update to 1.0.6.
This release adds some symlinks to the whiteglass cursor theme to
provide additional cursor names that gnome-shell expects, so that
gnome-shell doesn't crash when using trying to use those cursors.

ok sthen@ who also remined me to update the PLIST.
2019-02-16 08:40:15 +00:00
ajacoutot
41c609bdaf Update to librsvg-2.44.13. 2019-02-16 07:56:27 +00:00
sthen
9617b9623f update to asterisk-16.2.0 2019-02-15 22:52:15 +00:00
sthen
b009ff9992 update to pjsip/pjsua 2.8, supporting newer libsrtp 2019-02-15 22:31:08 +00:00
sthen
1defc17282 srtp is now a shared lib 2019-02-15 22:30:39 +00:00
sthen
8c36b122e2 update to libsrtp-2.2.0 - major update, also adding a shared library
commits following to fix pjsip and asterisk
2019-02-15 22:30:23 +00:00
sthen
dd0f3674f2 unbreak build following synctex being split off from texlive/base,-main
ok jca
2019-02-15 21:10:44 +00:00
bket
b7ee6c0184 Update to easy-rsa-3.0.6.
Changelog can be found at
https://github.com/OpenVPN/easy-rsa/releases/tag/v3.0.6

OK sthen@
2019-02-15 20:50:40 +00:00
sthen
b7a5d0eda9 Since libelf was added to base, net-snmp started picking it up (it thought
it was useful for getting nlist). Poison CONFIGURE_ENV to disable this.
2019-02-15 20:15:17 +00:00
bcallah
fa7bdb3e5d Update flang to use llvm-7.0.1 as its backend.
Reenable arm64 support as well.
2019-02-15 17:51:09 +00:00
juanfra
f10824f7a0 Update to tarlz 0.11. 2019-02-15 17:06:52 +00:00
landry
2d74b6ba63 Update cbindgen to 0.7.1.
Required to build mozilla-central since #1523071
2019-02-15 14:48:35 +00:00
pvk
c0932cdd6e Update distinfo, thanks ajacoutot@! 2019-02-15 10:33:24 +00:00
pvk
4e913ced55 Update gitea 1.7.2 -> 1.7.2
ok robert@
2019-02-15 08:31:41 +00:00
afresh1
cca41ada69 Update net/p5-Net-Amazon to 0.62
From Edward Lopez-Acosta <elopezacosta AT gmail.com>
remove MAINTAINER on word of Edward
2019-02-15 05:06:45 +00:00
jturner
131909bf00 Update reop to 2.1.1 2019-02-15 02:15:57 +00:00
mariani
fc0b09a524 Hook py-wurlitzer and py-wurlitzer,python3 2019-02-14 22:48:39 +00:00
mariani
fa417a1119 Importing py-wurlitzer 1.0.2
Capture C-level stdout/stderr pipes in Python via os.dup2.

Comments from semarie@
OK danj@
OK and tweaks jca@
2019-02-14 22:34:18 +00:00
mariani
90b58420d0 Updating py-parso from 0.3.1 to 0.3.4
OK sthen@
2019-02-14 22:23:44 +00:00
mariani
cac5325848 Updating py-rope from 0.11.0 to 0.12.0
OK sthen@
2019-02-14 22:13:45 +00:00
landry
ee18d2933a Update to thunderbird 60.5.1.
Cf https://www.thunderbird.net/en-US/thunderbird/60.5.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-06/
2019-02-14 18:20:01 +00:00
robert
d3e164675d update to 72.0.3626.109 2019-02-14 16:14:27 +00:00
jca
fd1db2363d Revert the update to exiv2-0.27.0
Turns out I made a bad assumption and the update didn't go through
a bulk.  There's a bunch of failures on exopi and I'm not sure I have
the time to fix them today.  Sorry folks.
2019-02-14 16:03:34 +00:00
ajacoutot
68b1a854cf Update to awscli-1.16.104. 2019-02-14 14:41:57 +00:00
ajacoutot
dbee1b7e0d Update to py-botocore-1.12.94. 2019-02-14 14:41:45 +00:00
ajacoutot
967c72bce1 Update to py-boto3-1.9.94. 2019-02-14 14:41:34 +00:00
fcambus
208eb27e68 Update dialog to 1.3-20190211. 2019-02-14 14:29:30 +00:00
pamela
90164cad72 Adding myself.
OK florian@ phessler@
2019-02-14 14:04:57 +00:00