Commit Graph

95652 Commits

Author SHA1 Message Date
ajacoutot
553219512b Register libgee06 removal. 2014-10-13 12:34:42 +00:00
ajacoutot
f9bcda50d6 -libgee06 2014-10-13 12:33:29 +00:00
ajacoutot
3fa96a3f8d Drop libgee06; nothing else uses it anymore and new stuff should use libgee. 2014-10-13 12:33:08 +00:00
ajacoutot
533203ee13 Update to ibus-skk-1.4.2.
ok fgsch@ (maintainer)
2014-10-13 12:32:12 +00:00
ajacoutot
c1c2f07cde Update to libskk-1.0.2. 2014-10-13 12:27:30 +00:00
ajacoutot
dfa71efa7e Update to gvfs-1.22.1. 2014-10-13 11:57:31 +00:00
ajacoutot
64bb938f90 Drop libgcr-3.so.${LIBgcr-ui-3_VERSION} symlink; nothing uses it anymore. 2014-10-13 11:51:58 +00:00
bentley
79dce1105f Update to openttd-1.4.3. 2014-10-13 11:22:58 +00:00
robert
95d9a115d6 missed from previous commit 2014-10-13 11:06:01 +00:00
robert
067f3a0ff9 update to the latest and fixed distfile 2014-10-13 11:02:33 +00:00
ajacoutot
49739bf67b Regen WANTLIB; libgcr-3 is not used anymore and will go shortly. 2014-10-13 09:41:22 +00:00
landry
c354040f1d Update to nss 3.17.2, will be required by gecko 35 anyway (see #1075686)..
See
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.17_release_notes
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.17.1_release_notes
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.17.2_release_notes
For the changes (note that 3.16.2.1 had the same fixes as 3.17.1)
2014-10-13 09:39:34 +00:00
bentley
46108d8682 Update to netsurf-3.2 (and associated libraries).
While here, fix regression tests in hubbub (broken since json-c update).

ok landry@
2014-10-13 09:29:20 +00:00
ajacoutot
6e4c0b9330 Unbreak with new neon.
reported by nigel@
2014-10-13 09:17:55 +00:00
dcoppa
8eab6ac449 Bugfixing update to libev-4.19
Thanks sthen@ for the ag search results
2014-10-13 09:13:31 +00:00
dcoppa
c359cf6136 Sync with '3.5' maintenance branch:
drawin: Don't special-case moves
(upstream git commit 6673ecb167c5a5d85c8bacab15c1b6c0c7f65e80)

drawin_update_drawing: Remove optimization for invisible drawins
(upstream git commit f236a5f0c70015c0c2b3a57a8aec9dcc5dc49bdc)

wibox.layout.base.rect_to_device_geometry: Fix for "weird" rotations
(upstream git commit 983d094c76c5ddb6fe7deeec2f977a981c057a8a)
2014-10-13 09:00:48 +00:00
ajacoutot
c6d0a272f0 Update to evolution-ews-3.12.7. 2014-10-13 08:55:50 +00:00
ajacoutot
c5dc466968 Update to evolution-3.12.7. 2014-10-13 08:55:28 +00:00
ajacoutot
e917867bd5 Update to evolution-data-server-3.12.7. 2014-10-13 08:54:59 +00:00
landry
670d056019 @sample ${SYSCONFDIR}/facter/ to properly register the dir.
ok ajacoutot@
2014-10-13 07:39:06 +00:00
dcoppa
849996751d Use the patch from upstream
(git commit 2d4e9c2eb811978a4097b7d249eca3c7e9c510e5)
2014-10-13 07:32:11 +00:00
ajacoutot
1bbac513e8 Update to colord-1.2.4. 2014-10-13 07:19:42 +00:00
robert
6c8aea837e update to 38.0.2125.101 2014-10-13 06:49:19 +00:00
yasuoka
de59cced67 +py-sphinx-intl 2014-10-13 00:53:32 +00:00
yasuoka
c8fa358ca8 import py-sphinx-intl-1.1.3
"sphinx-intl" is a helper program that helps internationalization work
of Sphinx.

ok landry
2014-10-13 00:47:30 +00:00
ajacoutot
7371af8bb1 Drop bogus usage of SYSCONFDIR. 2014-10-12 23:08:48 +00:00
bcallah
5055db0dc4 +ne 2014-10-12 22:33:08 +00:00
bcallah
94523c7091 Import editors/ne
ok juanfra@

ne is a free (GPL'd) text editor based on the POSIX standard that runs
on almost any UN*X machine. ne is easy to use for the beginner, but
powerful and fully configurable for the wizard, and most sparing in its
resource usage.

Features:
* multiple user interfaces
* syntax highlighting
* full UTF-8 support
* simple scripting language
* binary file editor
2014-10-12 22:32:27 +00:00
juanfra
33f35a2996 Update to hg-git 0.6.1. From MAINTAINER. Tweaks by me. 2014-10-12 21:00:13 +00:00
juanfra
a5b90b40ff Update to dulwich 0.9.7. From MAINTAINER. Tweaks by me. 2014-10-12 20:57:06 +00:00
juanfra
46414850ba +net/py-geventhttpclient 2014-10-12 20:51:59 +00:00
juanfra
8734db4deb +devel/py-certifi 2014-10-12 20:49:22 +00:00
juanfra
6d3ac9348f Comment:
high performance, concurrent HTTP client library

Description:
geventhttpclient has been specifically designed for high concurrency, streaming
and support HTTP 1.1 persistent connections. More generally it is designed for
efficiently pulling from REST APIs and streaming API's like Twitter's.

geventhttpclient use a fast http parser, written in C, originating from nginx,
extracted and modified by Joyent.  Safe SSL support is provided by default.

Maintainer: Dmitrij D. Czarkoff <czarkoff@gmail.com>

WWW: https://github.com/gwik/geventhttpclient

From MAINTAINER. Minor fixes by landry@ and me. ok landry@.
2014-10-12 20:45:56 +00:00
juanfra
546667a616 Comment:
python package to check certificates using the OpenBSD CA

Description:
This Python package was supposed to contain a CA Bundle derived from Mozilla
Firefox's canonical set.  It was modified to point to OpenBSD's built-in
cert.pem file.

Maintainer: Dmitrij D. Czarkoff <czarkoff@gmail.com>

WWW: http://python-requests.org

From MAINTAINER. Minor fixes by landry@ and me. ok landry@.
2014-10-12 20:40:39 +00:00
sthen
0cdd0e9df5 uid/gid 744 for isc-dhcp 2014-10-12 20:10:52 +00:00
sthen
5212edf9c1 - drop jakob@ as maintainer of isc-dhcp (ok with him)
- add rc scripts
- don't use groff, there are only whitespace/header changes -
no information loss and formatting looks ok
2014-10-12 20:10:16 +00:00
robert
109651c6a0 use the system harfbuzz library and fix dependencies 2014-10-12 17:43:31 +00:00
ajacoutot
d9fed08c7f webkitgtk4 is functionnal now. 2014-10-12 16:11:52 +00:00
ajacoutot
358d64044f Unbreak runtime. 2014-10-12 16:08:02 +00:00
naddy
3733faefa3 delete sysutils/dellflash; unsalvageable after the lkm(4) removal
ok sthen@, jung@
2014-10-12 15:22:46 +00:00
bcallah
250ab6fa9d Update to 2.8
Changelog: http://sourceforge.net/p/vimb/vimb/message/32921360/
2014-10-12 13:49:55 +00:00
bcallah
e54fa2813e Bugfix update to 0.6.0.1 and take maintainer.
ok landry@
2014-10-12 13:26:16 +00:00
ajacoutot
8a6f6292de Update to gnome-dictionary-3.14.1. 2014-10-12 11:37:39 +00:00
ajacoutot
60fed1f4bf Regen WANTLIB. 2014-10-12 10:20:49 +00:00
ajacoutot
b421b186b9 Update to gnome-color-manager-3.14.1. 2014-10-12 09:54:17 +00:00
ajacoutot
3743691e28 Update to gnome-power-manager-3.14.1. 2014-10-12 09:52:01 +00:00
ajacoutot
f9ea0f6a61 Some services can have hardcoded default flags which is equivalent to
setting empty flags; so make sure we compare our current flags with the
default ones and return True when they match.
2014-10-12 08:56:35 +00:00
ajacoutot
4cc8742771 Update to neon-0.30.1. 2014-10-12 07:13:22 +00:00
ajacoutot
2ac2ee0c19 Update to cups-bjnp-2.0.
from Julian Andrej (maintainer)
2014-10-12 06:36:20 +00:00
ajacoutot
c63af2e942 Update to p11-kit-0.22.1. 2014-10-12 06:16:19 +00:00