114159 Commits

Author SHA1 Message Date
sthen
75aae4b81c update to certbot/py-acme 0.9.3 2016-10-14 09:46:14 +00:00
sthen
a8082d5379 update to p5-PDF-API2-2.030 2016-10-14 09:45:30 +00:00
landry
f75bfe9d48 berlios.de died ages ago, move HOMEPAGE to a github mirror. Note that
upstream is more or less dead, sadly.
2016-10-14 09:33:12 +00:00
ajacoutot
57e3072610 Update to awscli-1.11.4. 2016-10-14 08:03:38 +00:00
ajacoutot
58b0b87c2d Update to py-botocore-1.4.62. 2016-10-14 08:03:14 +00:00
ajacoutot
3b70dae2d3 Update to libnotify-0.7.7.
- drop the gettext MODULE
2016-10-14 07:52:02 +00:00
kili
355c2b16cd Update to poppler-0.48.0.
ok aja@
2016-10-14 07:39:52 +00:00
kirby
92b76986f7 - split long lines
- add URI_VER to SUBST_VARS to reduce PLIST diff on next update
OK bentley@ and Ryan Freeman (maintainer)
2016-10-14 06:27:12 +00:00
jsg
c32f1b7710 update to cppcheck 1.76.1
ok gsoares@
2016-10-13 23:38:22 +00:00
sthen
513e384ed8 missed cvs add, reported by naddy@ kili@ 2016-10-13 21:38:05 +00:00
ajacoutot
4be74add4d Update to awscli-1.11.3. 2016-10-13 19:04:17 +00:00
ajacoutot
7af311ced7 Update to py-s3transfer-0.1.8. 2016-10-13 19:03:59 +00:00
ajacoutot
082d91bbc3 Update to py-botocore-1.4.61. 2016-10-13 19:03:41 +00:00
jca
b67cf27976 Update to yle-dl-2.12
from maintainer Timo Myyra
2016-10-13 17:35:55 +00:00
jca
5d3aaaedaf Add two patches to make VC usable again after the 25.1 update.
- add a fix for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24082
- suppress noisy messages that slow down vc-dir
2016-10-13 15:57:24 +00:00
ajacoutot
54a3de9d87 Update to google-cloud-sdk-130.0.0. 2016-10-13 15:56:41 +00:00
ajacoutot
5866097f11 Fix build after the gupnp-av update.
reported by naddy@
2016-10-13 15:52:13 +00:00
ajacoutot
134c0f7d6b Drop the gettext MODULE. 2016-10-13 15:51:38 +00:00
jca
772bd0e6c0 Update to emacs-25.1
Announce: http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html
NEWS file: https://www.gnu.org/software/emacs/news/NEWS.25.1

Fixes the focus problem seen with the gtk3 flavor.  The alignement fix
for sparc64 wasn't needed in 25.0.

Tested by Manuel Giraud, Ralf Horstmann (alpha), abieber@ (macppc),
danj@ (i386).  ok danj@ abieber@
2016-10-13 15:39:32 +00:00
ajacoutot
023a22c306 Update to appstream-glib-0.6.4. 2016-10-13 15:34:52 +00:00
jca
8c1f61b8d5 Fix MASTER_SITES
Patch from Dan Andersen
2016-10-13 15:14:29 +00:00
ajacoutot
4635db990a +go-cs 2016-10-13 15:01:18 +00:00
ajacoutot
24a4187a57 Import go-cs-0.6.
cs is a program for concurrently executing ssh(1) or scp(1) on a number of
hosts.  It is intended to automate running remote commands or copying files
between hosts on a network. Public key authentication is used for establishing
passwordless connection.

Note that the utility has been renamed from cs to go-cs to prevent a conflict
with the www/clearsilver port.

ok jasper@
2016-10-13 15:00:21 +00:00
pirofti
a8de5c75d0 Update to youtube-dl 2016.10.12
New extractors:
	- lego
	- nzz
	- theweatherchannel
	- thisoldhouse
	- tonline

Removed aftonbladet.

From Davide Gerhard, thank you!
2016-10-13 11:54:54 +00:00
shadchin
8d3e87f39d Update to py-test 3.0.3 2016-10-13 10:54:54 +00:00
sthen
505d6b2e34 update to certbot/py-acme 0.9.2 2016-10-13 10:09:28 +00:00
fcambus
8f164a6dd2 Update mcabber to 1.0.3.
From maintainer Markus Hennecke.
2016-10-13 08:40:51 +00:00
bentley
abaf56071a Regen patch 2016-10-13 02:38:28 +00:00
jasper
c57fb0b0d6 update to ghex-3.18.3 2016-10-12 18:21:09 +00:00
jasper
67da032d1f missing dependency on gssdp; spotted by nigel@ 2016-10-12 17:54:03 +00:00
bluhm
323b6c551b sort according to Makefile.template 2016-10-12 17:53:51 +00:00
bluhm
444e990b81 The p5-BSD-arc4random port in OpenBSD should keep the API of the
BSD::arc4random Perl module, but use our libc functions internally.
This has been done with arc4random() already, but arc4random_bytes()
and arc4random_uniform() were still using a pure Perl implementation.
Replace that with an XS wrapper to our arc4random_buf(3) and
arc4random_uniform(3) functions in libc.
Take maintainer, most remaining code is in my patches.
OK millert@ sthen@ deraadt@
2016-10-12 17:47:23 +00:00
fcambus
e93a6f581d Add lua-cliargs. 2016-10-12 14:45:53 +00:00
fcambus
da10147d83 Import devel/lua-cliargs, from maintainer Florian Stinglmayr.
This module adds support for accepting CLI arguments easily using multiple
notations and argument types.

cliargs allows you to define required, optional, and flag arguments.

OK jca@
2016-10-12 14:42:15 +00:00
giovanni
feb9502553 Fix build if libdnet is installed
spotted, debugged and tested by Markus Lude, fix by me
Ok David Carlier (maintainer), sthen@
2016-10-12 14:03:17 +00:00
sthen
96f30a7521 update to freeipmi-1.5.4 2016-10-12 11:57:56 +00:00
sthen
97f2ca3b02 update to ipmitool-1.8.18 2016-10-12 11:56:53 +00:00
sthen
ba4daa94f9 update to bird-1.6.2 2016-10-12 11:45:03 +00:00
sthen
533cf1a50a update to mtr-0.87 2016-10-12 11:39:27 +00:00
shadchin
1e10293005 Update to py-uncompyle6 2.9.1 2016-10-12 11:37:27 +00:00
shadchin
b02146747c Update to py-xdis 3.0.2 2016-10-12 11:35:49 +00:00
sthen
240988a24c update to wireshark-2.0.7 2016-10-12 11:17:29 +00:00
sthen
d75184c7c6 add patches needed for perl 5.22+, from upstream repo via afresh1@ 2016-10-12 11:05:05 +00:00
sthen
eb38ea3807 don't build lld on i386, it needs __atomic_load_8. ok aja@ 2016-10-12 11:04:38 +00:00
sthen
9959a05a25 add patches to net-snmp, from upstream via afresh1, that will be needed for perl 5.24+ 2016-10-12 10:50:33 +00:00
fcambus
ddae965370 Update hexchat to 2.12.2.
From maintainer Florian Stinglmayr.
2016-10-12 10:35:44 +00:00
ajacoutot
8bb80a6b5c Fix build with gstreamer1mm >=1.8.0. 2016-10-12 10:07:45 +00:00
ajacoutot
60680a6b33 Update to gstreamer1mm-1.8.0. 2016-10-12 10:07:18 +00:00
sthen
1ec8701faf update to vim-8.0.0027 and adjust WANTLIB 2016-10-12 09:31:16 +00:00
ajacoutot
409f66f5dc Update to libgee-0.18.1.
- drop the gettext MODULE
2016-10-12 09:17:57 +00:00