crux-commits
Threads by month
- ----- 2025 -----
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
November 2017
- 1 participants
- 244 discussions
commit 0c05f74f12221f9af3525269cec93c28a8487fff
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:39:31 2017 +0100
iw: fix man page location closes FS#1491
diff --git a/iw/.footprint b/iw/.footprint
index d1688766..f9a9ac6b 100644
--- a/iw/.footprint
+++ b/iw/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/iw.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/iw
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/iw.8.gz
diff --git a/iw/.signature b/iw/.signature
index a2bd575c..c59988d9 100644
--- a/iw/.signature
+++ b/iw/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34sddei7LkYgKg6kYpOPCZVHJVqMHtD/gatl1ANcjfW2P5aAQr4Xi7FZHwp7oKneKh7H9zMi3TZNhQffhjUi7gc=
-SHA256 (Pkgfile) = 24b3f27fbc069d5879c7f5ff3a469c6b3e601dd3261b01ca2ab9d955f57fa2f7
-SHA256 (.footprint) = 925a9768139f3a9a4c127390a528679658ce3feac0ce476db1e5f127f23f10a2
+RWSagIOpLGJF38GIxVLdjbTqMNbnbPXMIcBVxBsYPVeVf1jVGmq+y3+4R1l+FMtQQf4Xa9ybd/tF11gAMQx1h0/baekOMosXpQA=
+SHA256 (Pkgfile) = 7378ac610d46528cc47a5ccec1a10c3015df81228229288aa0381926255946e8
+SHA256 (.footprint) = 0f6175bbce244565e07a7883e8bf7a679d7d9308b6b4d3ca9c5d840f892262ae
SHA256 (iw-4.9.tar.xz) = 324cc805fad52cba2c16b9ab569906889fb645cc962aac4cfda1db85d2de97ce
SHA256 (version.sh) = 54e4d9b90729968214b8a230b81043336f3c4c7cd506d17c0ddd37afb657fdf1
diff --git a/iw/Pkgfile b/iw/Pkgfile
index fda56834..9de05d72 100644
--- a/iw/Pkgfile
+++ b/iw/Pkgfile
@@ -14,5 +14,5 @@ build() {
cd $name-$version
sed "s/#VER#/$version/" ../version.sh > version.sh
make
- MANDIR=/usr/man make DESTDIR=$PKG install
+ MANDIR=/usr/share/man make DESTDIR=$PKG install
}
1
0
commit 3e6c246d2f96c3a64f0deaba8bbff2d75b9795c8
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:36:01 2017 +0100
xpdf: trim dependencies
diff --git a/xpdf/.md5sum b/xpdf/.md5sum
index d4a497482..b22e1e9f5 100644
--- a/xpdf/.md5sum
+++ b/xpdf/.md5sum
@@ -1 +1 @@
-80c8ce77acf1d36de93cecb82bd64a0f xpdf-4.00.tar.gz
+73d5b60fe70db3e9962212640ecae9f8 xpdf-4.00.tar.gz
diff --git a/xpdf/.signature b/xpdf/.signature
index 5e4bcd8d6..75d359d71 100644
--- a/xpdf/.signature
+++ b/xpdf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/SEsI8oj/23g7AiYkQYI8EvqK5PHvYzFsKnBbBsztTy/jR4rWPvTM+O1k4a1g0Bz45wgw7JexmOz4QolKLcb4w4=
-SHA256 (Pkgfile) = c5cbbd30f7fa8d26d1d7b655afe5b0f81dc29f65097cf8fb4282190a3e7d244e
+RWSE3ohX2g5d/Vz0pB/Cm4GrSrRv72kAHYt9vLdaOtLEnNBHIJLzsUBQE7lJ/26p0zWtKlqWSWK9/2K0K8vyGltUReJv2+95kgU=
+SHA256 (Pkgfile) = fbe46fcf224ae59fc4a401d077f8aa572e421a2c6aefabe59258e4ac5dfb86d0
SHA256 (.footprint) = 02ccfdcb986da4163514c606e214181e3ab001e9134b5973909010fdb3c06525
-SHA256 (xpdf-4.00.tar.gz) = ff3d92c42166e35b1ba6aec9b5f0adffb5fc05a3eb95dc49505b6e344e4216d6
+SHA256 (xpdf-4.00.tar.gz) = d50682221fca389e8f5956d297ea871e0418b361369d2af87a191a00c1476e64
diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile
index cb4809c7a..916565e63 100644
--- a/xpdf/Pkgfile
+++ b/xpdf/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.xpdfreader.com
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Robert McMeekin, viper at mcmeekin dot info
-# Depends on: lesstif, libpng, cmake, qt4
+# Depends on: lesstif, qt4
# Nice to have: qt5 (instead of qt4)
name=xpdf
1
0
commit f7726c3cb8967d2494863f5c3714b883b06f1c84
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:30:11 2017 +0100
dsh: update man page location
diff --git a/dsh/.footprint b/dsh/.footprint
index 8df97bbb..58690553 100644
--- a/dsh/.footprint
+++ b/dsh/.footprint
@@ -7,8 +7,9 @@ lrwxrwxrwx root/root etc/dsh/group/all -> /etc/dsh/machines.list
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dsh
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/dsh.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/dsh.conf.5.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/dsh.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/dsh.conf.5.gz
diff --git a/dsh/.md5sum b/dsh/.md5sum
index dea101c5..5ff9e41a 100644
--- a/dsh/.md5sum
+++ b/dsh/.md5sum
@@ -1,2 +1,2 @@
-60734780242172fca9e68d223654292d dsh-0.25.9.tar.gz
+925e2c476309db6aa9f1b3c6803cfb26 dsh-0.25.9.tar.gz
b8419160170a41ae01abab13a3b887df machines.list
diff --git a/dsh/.signature b/dsh/.signature
index 28b0c5fe..ef82d368 100644
--- a/dsh/.signature
+++ b/dsh/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/yKEN5yjHfdMPfrtUivUC9okiidwfZU1LvUbOg29nEu4ZAzvbW91fcprgM4sHmBQsnRqAyV3byf7idwobEAnA0=
-SHA256 (Pkgfile) = 741a43d368269dc9f7c6c5f0d87a181def2c3fa09ca29ff278b9157caccaed5e
-SHA256 (.footprint) = 4fd45c2a75a1f3183fe77349fc133712a4e76741490c1fcfa4caeca4b743a019
-SHA256 (dsh-0.25.9.tar.gz) = 147c59c902dbd7a3290e20f41b5cc594192d6c93957d34dd061eb8d27bd9e466
+RWSagIOpLGJF36IyC0Zu8F73FZTV5bG8+8YsUAHeVaVX6FhGMBjyBRVfh1B1YbgdDqkiVRHo++i32YuT6s7zwXlHQKWEPp2fGwE=
+SHA256 (Pkgfile) = b69dc86deddc340689ea2bdd2bcdeccd61f04c754eea2e867ae0b60e7620112e
+SHA256 (.footprint) = 08c285d78e66bec7fce7d7a949ec09050bc1acef6d70b471b6b947fa5297de0b
+SHA256 (dsh-0.25.9.tar.gz) = affd766cd67611c3410c17e71e3dbcb01b7adf0958e3c4d517102c04c2e48d12
SHA256 (machines.list) = d906aecb61d076a967d9ffe8821c7b04b063f72df9d9e35b33ef36b1c0d98f16
diff --git a/dsh/Pkgfile b/dsh/Pkgfile
index e100ba7f..45e927a8 100644
--- a/dsh/Pkgfile
+++ b/dsh/Pkgfile
@@ -13,14 +13,12 @@ source=(http://www.netfort.gr.jp/~dancer/software/downloads/$name-$version.tar.g
build () {
cd $name-$version
- ./configure --prefix=/usr \
- --disable-nls \
- --mandir=/usr/man
+ ./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/man/ja
+ rm -rf $PKG/usr/share/man/ja
sed -i -e 's|rsh|ssh|g' $name.conf
1
0
commit b419e855648f9a8ac6ffddfc4b7c12e27a8bd018
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:28:04 2017 +0100
celt51: update checksums
diff --git a/celt51/.md5sum b/celt51/.md5sum
index 41d0f309..36bcb2f2 100644
--- a/celt51/.md5sum
+++ b/celt51/.md5sum
@@ -1 +1 @@
-67e7b5e45db57a6f1f0a6962f5ecb190 celt-0.5.1.3.tar.gz
+7356a0cfb32542080976ad08634c422d celt-0.5.1.3.tar.gz
diff --git a/celt51/.signature b/celt51/.signature
index c1b39353..2eadd882 100644
--- a/celt51/.signature
+++ b/celt51/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33AmQ+iXIhASKmYiEoUsJGd5I8aVktNfzFxrZd3iB6zX6AxoBTlyTUBBLSo0KBYRDRb/7IHfgK6FYuHE1KCepws=
+RWSagIOpLGJF3wtAfuNPCuN14dvi+S5Np45BD5eA701d3vRxDS+H+K5kB8zTifjpSpjb9BRbWH2iqB8BjxhWvJNKXIgT1Xk0oA0=
SHA256 (Pkgfile) = b6e1927c15c303170b61a21d3b9cec09c06c767fb7add8ab15355a8876a844a7
SHA256 (.footprint) = 8bfd134df84520ceac298702dd86d7de5fc444a86ee135dbe6cf4bf430b6edb4
-SHA256 (celt-0.5.1.3.tar.gz) = fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e
+SHA256 (celt-0.5.1.3.tar.gz) = 38a7220d424a78963a2f4adba8e33020c7db7b2478e63f1498497903f237c501
1
0
commit da52dcae7ce6757d135f722694fc927106953259
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:25:50 2017 +0100
bind: update man page location
diff --git a/bind/.footprint b/bind/.footprint
index e43ccf40..e7a68b70 100644
--- a/bind/.footprint
+++ b/bind/.footprint
@@ -301,118 +301,6 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/isc/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/isc/keyzone.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/isc/utils.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/isc/utils.pyc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/lwres.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_addr_parse.3.gz -> lwres_resutil.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_add.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_back.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_clear.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_first.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_forward.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_getmem.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_getuint16.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_getuint32.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_getuint8.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_init.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_invalidate.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_putmem.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_putuint16.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_putuint32.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_putuint8.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_buffer_subtract.3.gz -> lwres_buffer.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_conf_clear.3.gz -> lwres_config.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_conf_get.3.gz -> lwres_config.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_conf_init.3.gz -> lwres_config.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_conf_parse.3.gz -> lwres_config.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_conf_print.3.gz -> lwres_config.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_config.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_allocmem.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_create.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_destroy.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_freemem.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_initserial.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_nextserial.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_context_sendrecv.3.gz -> lwres_context.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_endhostent.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_endhostent_r.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_freeaddrinfo.3.gz -> lwres_getaddrinfo.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_freehostent.3.gz -> lwres_getipnode.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_gabn.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gabnrequest_free.3.gz -> lwres_gabn.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gabnrequest_parse.3.gz -> lwres_gabn.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gabnrequest_render.3.gz -> lwres_gabn.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gabnresponse_free.3.gz -> lwres_gabn.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gabnresponse_parse.3.gz -> lwres_gabn.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gabnresponse_render.3.gz -> lwres_gabn.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_gai_strerror.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_getaddrinfo.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_getaddrsbyname.3.gz -> lwres_resutil.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gethostbyaddr.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gethostbyaddr_r.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gethostbyname.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gethostbyname2.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gethostbyname_r.3.gz -> lwres_gethostent.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gethostent_r.3.gz -> lwres_gethostent.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_getipnode.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_getipnodebyaddr.3.gz -> lwres_getipnode.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_getipnodebyname.3.gz -> lwres_getipnode.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_getnamebyaddr.3.gz -> lwres_resutil.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_getnameinfo.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_getrrsetbyname.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gnbarequest_free.3.gz -> lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gnbarequest_parse.3.gz -> lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gnbarequest_render.3.gz -> lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gnbaresponse_free.3.gz -> lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gnbaresponse_parse.3.gz -> lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_gnbaresponse_render.3.gz -> lwres_gnba.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_herror.3.gz -> lwres_hstrerror.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_hstrerror.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_inetntop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_lwpacket_parseheader.3.gz -> lwres_packet.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_lwpacket_renderheader.3.gz -> lwres_packet.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_net_ntop.3.gz -> lwres_inetntop.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_noop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_nooprequest_free.3.gz -> lwres_noop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_nooprequest_parse.3.gz -> lwres_noop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_nooprequest_render.3.gz -> lwres_noop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_noopresponse_free.3.gz -> lwres_noop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_noopresponse_parse.3.gz -> lwres_noop.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_noopresponse_render.3.gz -> lwres_noop.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_packet.3.gz
--rw-r--r-- root/root usr/man/man3/lwres_resutil.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_sethostent.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_sethostent_r.3.gz -> lwres_gethostent.3.gz
-lrwxrwxrwx root/root usr/man/man3/lwres_string_parse.3.gz -> lwres_resutil.3.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/named.conf.5.gz
--rw-r--r-- root/root usr/man/man5/rndc.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/ddns-confgen.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-dsfromkey.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-importkey.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-keyfromlabel.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-keygen.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-revoke.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-settime.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-signzone.8.gz
--rw-r--r-- root/root usr/man/man8/dnssec-verify.8.gz
--rw-r--r-- root/root usr/man/man8/genrandom.8.gz
--rw-r--r-- root/root usr/man/man8/isc-hmac-fixup.8.gz
--rw-r--r-- root/root usr/man/man8/lwresd.8.gz
--rw-r--r-- root/root usr/man/man8/named-checkconf.8.gz
--rw-r--r-- root/root usr/man/man8/named-checkzone.8.gz
-lrwxrwxrwx root/root usr/man/man8/named-compilezone.8.gz -> named-checkzone.8.gz
--rw-r--r-- root/root usr/man/man8/named-journalprint.8.gz
--rw-r--r-- root/root usr/man/man8/named.8.gz
--rw-r--r-- root/root usr/man/man8/nsec3hash.8.gz
--rw-r--r-- root/root usr/man/man8/rndc-confgen.8.gz
--rw-r--r-- root/root usr/man/man8/rndc.8.gz
-lrwxrwxrwx root/root usr/man/man8/tsig-keygen.8.gz -> ddns-confgen.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ddns-confgen
-rwxr-xr-x root/root usr/sbin/dnssec-dsfromkey
@@ -435,6 +323,119 @@ lrwxrwxrwx root/root usr/sbin/named-compilezone -> named-checkzone
-rwxr-xr-x root/root usr/sbin/rndc
-rwxr-xr-x root/root usr/sbin/rndc-confgen
lrwxrwxrwx root/root usr/sbin/tsig-keygen -> ddns-confgen
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/lwres.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_addr_parse.3.gz -> lwres_resutil.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_add.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_back.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_clear.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_first.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_forward.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_getmem.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_getuint16.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_getuint32.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_getuint8.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_init.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_invalidate.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_putmem.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_putuint16.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_putuint32.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_putuint8.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_buffer_subtract.3.gz -> lwres_buffer.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_conf_clear.3.gz -> lwres_config.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_conf_get.3.gz -> lwres_config.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_conf_init.3.gz -> lwres_config.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_conf_parse.3.gz -> lwres_config.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_conf_print.3.gz -> lwres_config.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_config.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_allocmem.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_create.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_destroy.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_freemem.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_initserial.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_nextserial.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_context_sendrecv.3.gz -> lwres_context.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_endhostent.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_endhostent_r.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_freeaddrinfo.3.gz -> lwres_getaddrinfo.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_freehostent.3.gz -> lwres_getipnode.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_gabn.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gabnrequest_free.3.gz -> lwres_gabn.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gabnrequest_parse.3.gz -> lwres_gabn.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gabnrequest_render.3.gz -> lwres_gabn.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gabnresponse_free.3.gz -> lwres_gabn.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gabnresponse_parse.3.gz -> lwres_gabn.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gabnresponse_render.3.gz -> lwres_gabn.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_gai_strerror.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_getaddrinfo.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_getaddrsbyname.3.gz -> lwres_resutil.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gethostbyaddr.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gethostbyaddr_r.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gethostbyname.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gethostbyname2.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gethostbyname_r.3.gz -> lwres_gethostent.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gethostent_r.3.gz -> lwres_gethostent.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_getipnode.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_getipnodebyaddr.3.gz -> lwres_getipnode.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_getipnodebyname.3.gz -> lwres_getipnode.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_getnamebyaddr.3.gz -> lwres_resutil.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_getnameinfo.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_getrrsetbyname.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gnbarequest_free.3.gz -> lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gnbarequest_parse.3.gz -> lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gnbarequest_render.3.gz -> lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gnbaresponse_free.3.gz -> lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gnbaresponse_parse.3.gz -> lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_gnbaresponse_render.3.gz -> lwres_gnba.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_herror.3.gz -> lwres_hstrerror.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_hstrerror.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_inetntop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_lwpacket_parseheader.3.gz -> lwres_packet.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_lwpacket_renderheader.3.gz -> lwres_packet.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_net_ntop.3.gz -> lwres_inetntop.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_noop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_nooprequest_free.3.gz -> lwres_noop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_nooprequest_parse.3.gz -> lwres_noop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_nooprequest_render.3.gz -> lwres_noop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_noopresponse_free.3.gz -> lwres_noop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_noopresponse_parse.3.gz -> lwres_noop.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_noopresponse_render.3.gz -> lwres_noop.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_packet.3.gz
+-rw-r--r-- root/root usr/share/man/man3/lwres_resutil.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_sethostent.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_sethostent_r.3.gz -> lwres_gethostent.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/lwres_string_parse.3.gz -> lwres_resutil.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/named.conf.5.gz
+-rw-r--r-- root/root usr/share/man/man5/rndc.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/ddns-confgen.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-dsfromkey.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-importkey.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-keyfromlabel.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-keygen.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-revoke.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-settime.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-signzone.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dnssec-verify.8.gz
+-rw-r--r-- root/root usr/share/man/man8/genrandom.8.gz
+-rw-r--r-- root/root usr/share/man/man8/isc-hmac-fixup.8.gz
+-rw-r--r-- root/root usr/share/man/man8/lwresd.8.gz
+-rw-r--r-- root/root usr/share/man/man8/named-checkconf.8.gz
+-rw-r--r-- root/root usr/share/man/man8/named-checkzone.8.gz
+lrwxrwxrwx root/root usr/share/man/man8/named-compilezone.8.gz -> named-checkzone.8.gz
+-rw-r--r-- root/root usr/share/man/man8/named-journalprint.8.gz
+-rw-r--r-- root/root usr/share/man/man8/named.8.gz
+-rw-r--r-- root/root usr/share/man/man8/nsec3hash.8.gz
+-rw-r--r-- root/root usr/share/man/man8/rndc-confgen.8.gz
+-rw-r--r-- root/root usr/share/man/man8/rndc.8.gz
+lrwxrwxrwx root/root usr/share/man/man8/tsig-keygen.8.gz -> ddns-confgen.8.gz
drwxr-xr-x root/root usr/var/
drwxr-xr-x root/root usr/var/run/
drwxr-xr-x root/root var/
diff --git a/bind/.md5sum b/bind/.md5sum
index b27d8ada..16ffa85a 100644
--- a/bind/.md5sum
+++ b/bind/.md5sum
@@ -1,4 +1,4 @@
-84e663284b17aee0df1ce6f248b137d7 bind-9.10.6.tar.gz
+b9101ccd9c44f65d41f7fe4f9f5cea1e bind-9.10.6.tar.gz
d5ef3bb5ce1020454a2c5996b73c8a5c db.0.0.127
c1e9d24f8ca28d50b5d5ad1637ccf241 db.ip6.arpa
1041493a69a6a5c21d4a513323104a0f db.localhost
diff --git a/bind/.signature b/bind/.signature
index b9ec8dca..171d987a 100644
--- a/bind/.signature
+++ b/bind/.signature
@@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3ys7cv864nmQ9D1dGlNBhWhDyRZBqB2Gerxl8w/TLDNFboA5wF8z5dYgof9EWKX2iLwphr6mB9EqqSqIX4RHzAc=
-SHA256 (Pkgfile) = a3f38d288ebc21c45c0a7a9f8a1dbab32a19bb7f111b11182d25249f59dd1d2e
-SHA256 (.footprint) = bbc4a2350c569e70240bb1b3b0e05dec0220383ce6254d26b53e13195fff3f12
-SHA256 (bind-9.10.6.tar.gz) = 17bbcd2bd7b1d32f5ba4b30d5dbe8a39bce200079048073d1e0d050fdf47e69d
+RWSagIOpLGJF356vO1lxy0lc0dJj9gu8T6Sok+U4QLPETP6dkpIlr5wXBEGGZwcOdTA574uY9lckCwSdU7NrN590BNnKY9rMbwM=
+SHA256 (Pkgfile) = bfc790a4b729d503fec75b566f9fc6dd718862194b9c39ac30915a38f0bd3d14
+SHA256 (.footprint) = 95227fc9886e901c055f17e62060e2aa41403860790af6d786d1d33713b84c7e
+SHA256 (bind-9.10.6.tar.gz) = a91375cbfd4d47b972a59de5b9012b06f4620814fdc6ee5033a20d4c336cb1a2
SHA256 (named.root) = 2e19682ad79bee201e3fc0454b73d45d04be7ba7dceb28612ec71fff0add6de4
SHA256 (db.0.0.127) = 6c82640080a1c311005e7a264a2abbaabb7198f39430389b3ddf37cf22f42ff5
SHA256 (db.localhost) = 1a61cc85da0581a784c06535b2462f027bc850270ac7287c1152b8479dc7a053
diff --git a/bind/Pkgfile b/bind/Pkgfile
index 8ad309f3..6797500c 100644
--- a/bind/Pkgfile
+++ b/bind/Pkgfile
@@ -19,8 +19,7 @@ build() {
--enable-ipv6 \
--enable-threads \
--with-openssl=yes \
- --sysconfdir=/etc \
- --mandir=/usr/man
+ --sysconfdir=/etc
make && make DESTDIR=$PKG install
@@ -43,9 +42,9 @@ build() {
# fix FS#1153
rm -f $PKG/usr/sbin/dnssec-{checkds,coverage}
- rm -rf $PKG/usr/man/man8/dnssec-{checkds,coverage}.8
+ rm -rf $PKG/usr/share/man/man8/dnssec-{checkds,coverage}.8
- rm -rf $PKG/usr/man/man1
+ rm -rf $PKG/usr/share/man/man1
chown named:named $PKG/var/run/named/named.pid
}
1
0
commit 08d246fdd3229379f465a7b8209482fa2f173ca0
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:25:08 2017 +0100
libreoffice: 5.4.0 -> 5.4.2
diff --git a/libreoffice/.footprint b/libreoffice/.footprint
index e8fb81b6..cddbcae3 100644
--- a/libreoffice/.footprint
+++ b/libreoffice/.footprint
@@ -8145,7 +8145,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/template/common/internal/
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/internal/html.stw
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/internal/idxexample.odt
drwxr-xr-x root/root usr/lib/libreoffice/share/template/common/officorr/
--rw-r--r-- root/root usr/lib/libreoffice/share/template/common/officorr/Moderate_business_letter_sans_serif.ott
+-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/officorr/Modern_business_letter_sans_serif.ott
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/officorr/Modern_business_letter_serif.ott
drwxr-xr-x root/root usr/lib/libreoffice/share/template/common/offimisc/
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/offimisc/Businesscard-with-logo.ott
diff --git a/libreoffice/.md5sum b/libreoffice/.md5sum
index e9503c4d..061c88e8 100644
--- a/libreoffice/.md5sum
+++ b/libreoffice/.md5sum
@@ -1 +1 @@
-8ad7262e5cd32b6a38f8e9299912c8ef LibreOffice_5.4.0_Linux_x86-64_rpm.tar.gz
+46d1cec4c482ecceb4b2c203e9204869 LibreOffice_5.4.2_Linux_x86-64_rpm.tar.gz
diff --git a/libreoffice/.signature b/libreoffice/.signature
index 3695ad14..b24990f8 100644
--- a/libreoffice/.signature
+++ b/libreoffice/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3yQip5spEk4MoBhOmKcL7T9UP6NmYjVNtfhqu5o23sE0LevnMApNU8giyiqN5usfJvHcSkQQTfphrZck3+nwZg8=
-SHA256 (Pkgfile) = 85c385c882683dabfc8e2571097f3d001f041c7177753a21a6acd24d87244997
-SHA256 (.footprint) = 8c9a82773b92301cab628e6d60649eb22c5a8c660fa7afdee73601a854ea2048
-SHA256 (LibreOffice_5.4.0_Linux_x86-64_rpm.tar.gz) = 0fd5ac03e14b571d08b5975e32058a089d34745a2ecfc9728c276895b89eb5d4
+RWSagIOpLGJF34CLSq7ey8YB5jZszq505QolZ8WxRCOIumZHT8NzICDX731BBydnS3Oku0WfSCBc6ubttLZex2pGOaFlHqbmEg8=
+SHA256 (Pkgfile) = 2b55c637233eeb1a78df81ecd5414058962bf39c6104fbab13d92bc508c13556
+SHA256 (.footprint) = 7a0663dfb7cc03a548c1d0e8da796781623d607aab1f6ec3b6fe384ecea9998f
+SHA256 (LibreOffice_5.4.2_Linux_x86-64_rpm.tar.gz) = 23eee5e9eb6a34bd5b2c59ffe237b8a1550b25e30b955f482572e9b49ad36436
diff --git a/libreoffice/Pkgfile b/libreoffice/Pkgfile
index be2f532d..f0582f8a 100644
--- a/libreoffice/Pkgfile
+++ b/libreoffice/Pkgfile
@@ -2,10 +2,10 @@
# URL: http://www.libreoffice.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
-# Depends on: mesa3d cups xorg-libxaw xorg-libxcursor xorg-libxft xorg-libxinerama xorg-libxi xorg-libxrandr dbus-glib krb5 glu
+# Depends on: cups xorg-libxaw xorg-libxcursor xorg-libxft xorg-libxinerama xorg-libxi xorg-libxrandr dbus-glib krb5 glu
name=libreoffice
-version=5.4.0
+version=5.4.2
release=1
source=(http://download.documentfoundation.org/$name/stable/$version/rpm/x8…
1
0
ports/contrib (3.3): filezilla glade3 gmpc libfilezilla rtorrent scribus synergy: trim dependencies closes FS#1514
by crux@crux.nu 06 Nov '17
by crux@crux.nu 06 Nov '17
06 Nov '17
commit 85f6db40e440eb39768d447747cf8125a24ceada
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:18:15 2017 +0100
filezilla glade3 gmpc libfilezilla rtorrent scribus synergy: trim dependencies closes FS#1514
diff --git a/filezilla/.signature b/filezilla/.signature
index 2a4d74b5..d91cc5c3 100644
--- a/filezilla/.signature
+++ b/filezilla/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF35V8MfseVYWkzZ86H8gQ2UOGctGsbkBZsL4EszLbqJNySXejocXQtatev+eQk4IYSZP++QG4CXYccbDNP4T7pQU=
-SHA256 (Pkgfile) = 5568a8f56820e27cd28f180c6a2ad0da986859636d263975c7930eb9084fbdf0
+RWSagIOpLGJF32+7xx3xqs3t/H/O/msYxU/k6G3l6POy3oh1CDMvh0YMKAyV6tuZ47sVmf2o1zvhcIBU93ggWp8rbpFCClVHgQc=
+SHA256 (Pkgfile) = 369265e5046688b3e1d6e4067c625a40de8992c546ddd4e6da19c557e79bcc5a
SHA256 (.footprint) = b166d0967062f9a47ec2242a9eb18d3bffa0d2fc21aaa1830076266d92dcce34
SHA256 (FileZilla_3.9.0.5_src.tar.bz2) = d8497b9f91929fabe44b0cf573745fd22091663519f85ea5a7bb07df1aa0ea05
diff --git a/filezilla/Pkgfile b/filezilla/Pkgfile
index 53e4267c..afa1e6d6 100644
--- a/filezilla/Pkgfile
+++ b/filezilla/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://filezilla-project.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
-# Depends on: wxgtk libidn gnutls xdg-utils tinyxml
+# Depends on: wxgtk gnutls xdg-utils tinyxml
name=filezilla
version=3.9.0.5
diff --git a/glade3/.footprint b/glade3/.footprint
index da9ef7b2..e69de29b 100644
--- a/glade3/.footprint
+++ b/glade3/.footprint
@@ -1,369 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
-lrwxrwxrwx root/root usr/bin/glade -> /usr/bin/glade-3
--rwxr-xr-x root/root usr/bin/glade-3
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/libgladeui-1.0/
-drwxr-xr-x root/root usr/include/libgladeui-1.0/gladeui/
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-accels.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-activatable-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-app.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-attributes.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-base-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-builtins.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-button-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-catalog.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-cell-renderer-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-cell-renderer-icon.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-clipboard.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-column-types.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-command.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-cursor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-custom.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-debug.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-design-layout.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-design-view.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-displayable-values.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-editable.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-editor-property.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-editor-table.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-entry-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-fixed.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-gtk.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-icon-factory-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-icon-sources.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-image-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-image-item-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-inspector.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-label-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-model-data.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-name-context.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-palette.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-parameter.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-placeholder.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-project.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-property-class.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-property.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-signal-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-signal.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-store-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-string-list.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-text-button.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-tool-button-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-tool-item-group-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-treeview-editor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-utils.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-widget-action.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-widget-adaptor.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-widget.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade-xml-utils.h
--rw-r--r-- root/root usr/include/libgladeui-1.0/gladeui/glade.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/glade3/
-drwxr-xr-x root/root usr/lib/glade3/modules/
--rwxr-xr-x root/root usr/lib/glade3/modules/libgladegtk.la
--rwxr-xr-x root/root usr/lib/glade3/modules/libgladegtk.so
--rwxr-xr-x root/root usr/lib/glade3/modules/libgladepython.la
--rwxr-xr-x root/root usr/lib/glade3/modules/libgladepython.so
--rwxr-xr-x root/root usr/lib/libgladeui-1.la
-lrwxrwxrwx root/root usr/lib/libgladeui-1.so -> libgladeui-1.so.11.2.0
-lrwxrwxrwx root/root usr/lib/libgladeui-1.so.11 -> libgladeui-1.so.11.2.0
--rwxr-xr-x root/root usr/lib/libgladeui-1.so.11.2.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/gladeui-1.0.pc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/glade-3.desktop
-drwxr-xr-x root/root usr/share/glade3/
-drwxr-xr-x root/root usr/share/glade3/catalogs/
--rw-r--r-- root/root usr/share/glade3/catalogs/glade-catalog.dtd
--rw-r--r-- root/root usr/share/glade3/catalogs/gtk+.xml
--rw-r--r-- root/root usr/share/glade3/catalogs/gtk+.xml.in
--rw-r--r-- root/root usr/share/glade3/catalogs/gtkunixprint.xml
--rw-r--r-- root/root usr/share/glade3/catalogs/gtkunixprint.xml.in
-drwxr-xr-x root/root usr/share/glade3/pixmaps/
--rw-r--r-- root/root usr/share/glade3/pixmaps/atk.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/devhelp.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/drag-resize.png
-drwxr-xr-x root/root usr/share/glade3/pixmaps/hicolor/
-drwxr-xr-x root/root usr/share/glade3/pixmaps/hicolor/16x16/
-drwxr-xr-x root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-aboutdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-accelgroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-accellabel.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-action.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-actiongroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-adjustment.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-alignment.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-arrow.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-aspectframe.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-assistant.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-button.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-calendar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendereraccel.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderercombo.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererpixbuf.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererprogress.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspin.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspinner.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertext.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertoggle.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-checkmenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-clist.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-colorbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-colorselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-colorselectiondialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-combo.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-combobox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxentry.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxtext.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-curve.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-custom.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-default.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-dialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-drawingarea.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-entry.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-entrybuffer.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-entrycompletion.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-eventbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-expander.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserwidget.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-filefilter.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-fileselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-fixed.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-fontbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-fontselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-fontselectiondialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-frame.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-gammacurve.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-handlebox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hbuttonbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hpaned.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hruler.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hscale.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hscrollbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-hseparator.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-iconfactory.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-iconview.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-image.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-imagemenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-inputdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-label.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-layout.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-linkbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-list.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-listitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-liststore.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-menu.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-menubar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-menuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-menutoolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-messagedialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-notebook.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-optionmenu.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-pagesetupdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-printdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-progressbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-radioaction.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-radiobutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-radiomenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-radiotoolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-recentaction.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooser.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooserdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-ruler.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-scalebutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-scrolledwindow.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-separatormenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-separatortoolitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-sizegroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-spinbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-spinner.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-statusbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-statusicon.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-table.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-textbuffer.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-texttag.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-texttagtable.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-textview.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toggleaction.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-togglebutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toggletoolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toolbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toolitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toolitemgroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-toolpalette.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-treemodelfilter.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-treemodelsort.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-treeselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-treestore.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-treeview.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-treeviewcolumn.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vbuttonbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-viewport.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-volumebutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vpaned.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vruler.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vscale.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vscrollbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-vseparator.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-window.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-windowgroup.png
-drwxr-xr-x root/root usr/share/glade3/pixmaps/hicolor/22x22/
-drwxr-xr-x root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-aboutdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-accelgroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-accellabel.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-action.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-actiongroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-adjustment.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-alignment.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-arrow.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-aspectframe.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-assistant.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-button.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-calendar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendereraccel.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderercombo.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererpixbuf.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererprogress.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspin.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspinner.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertext.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertoggle.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-checkbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-checkmenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-clist.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-colorbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-colorselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-colorselectiondialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-combo.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-combobox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxentry.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxtext.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-curve.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-custom.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-default.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-dialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-drawingarea.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-entry.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-entrybuffer.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-entrycompletion.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-eventbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-expander.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserwidget.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-filefilter.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-fileselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-fixed.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-fontbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-fontselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-fontselectiondialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-frame.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-gammacurve.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-handlebox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hbuttonbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hpaned.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hruler.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hscale.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hscrollbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-hseparator.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-iconfactory.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-iconview.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-image.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-imagemenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-inputdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-label.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-layout.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-linkbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-list.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-listitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-liststore.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-menu.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-menubar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-menuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-menutoolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-messagedialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-notebook.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-optionmenu.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-pagesetupdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-printdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-progressbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-radioaction.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-radiobutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-radiomenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-radiotoolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-recentaction.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooser.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooserdialog.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-ruler.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-scalebutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-scrolledwindow.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-separatormenuitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-separatortoolitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-sizegroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-spinbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-spinner.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-statusbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-statusicon.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-table.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-textbuffer.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-texttag.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-texttagtable.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-textview.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toggleaction.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-togglebutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toggletoolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toolbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toolbutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toolitem.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toolitemgroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-toolpalette.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-treemodelfilter.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-treemodelsort.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-treeselection.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-treestore.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-treeview.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-treeviewcolumn.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vbuttonbox.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-viewport.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-volumebutton.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vpaned.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vruler.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vscale.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vscrollbar.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vseparator.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-window.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-windowgroup.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/plus.png
--rw-r--r-- root/root usr/share/glade3/pixmaps/selector.png
-drwxr-xr-x root/root usr/share/icons/
-drwxr-xr-x root/root usr/share/icons/hicolor/
-drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
-drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/glade-3.png
-drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
-drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/glade-3.png
-drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
-drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/glade-3.png
-drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
-drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/glade-3.png
-drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
-drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/glade-3.png
-drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
-drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/glade-3.svg
diff --git a/glade3/.signature b/glade3/.signature
index 8044120d..71d9bbed 100644
--- a/glade3/.signature
+++ b/glade3/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3yzFl3uQYCeGFNEZd5tNBX/lGib66YXBEv6IyN7EA0oHC3yauGWVoAsQRavnmITfSi05clLJ8h9DBrO7HphOswM=
-SHA256 (Pkgfile) = e16df6a006cb5736ca2a965d7c26cdf4077fa3194bfab2f9fe1a480670cb3c7c
-SHA256 (.footprint) = b816bb0de790168e3bae5222c5e2c91910e8a39a774e4691b242ead0bd9d8dc5
+RWSagIOpLGJF37/Ry0lcVJqb3TBI2g8GRyOIQspSheaBJ0LKsrG6Qt6gx/qnsv7OPWrOASTcCynTvni3YjeVcuo8dATl0SVGWA8=
+SHA256 (Pkgfile) = c2f277de65e6bdbc41339edf7e9985eb94e6a7b5596b049d8f85b8b9f60a20e2
+SHA256 (.footprint) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
SHA256 (glade3-3.8.5.tar.xz) = 58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b6b2735
diff --git a/glade3/Pkgfile b/glade3/Pkgfile
index 611c02be..a9ec4326 100644
--- a/glade3/Pkgfile
+++ b/glade3/Pkgfile
@@ -1,7 +1,7 @@
# Description: GTK Interface Builder.
# URL: http://glade.gnome.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libglade, p5-xml-parser
+# Depends on: libglade
name=glade3
version=3.8.5
diff --git a/gmpc/.md5sum b/gmpc/.md5sum
index 205b4aa4..919eb2ff 100644
--- a/gmpc/.md5sum
+++ b/gmpc/.md5sum
@@ -1 +1 @@
-223aeb000e41697d8fdf54ccedee89d5 gmpc-11.8.16.tar.gz
+a4a13c808626724a23f4bb7ecfd102f5 gmpc-11.8.16.tar.gz
diff --git a/gmpc/.signature b/gmpc/.signature
index 99bf7637..17dca9ef 100644
--- a/gmpc/.signature
+++ b/gmpc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39T0u/dodhTADp/EuC7ukCqpSA7p13Ni4NLWbpWSs+NsK0TXhdWt4uKJo0KdIEN5jkDVGofgN2itgrFN7y7T9Qw=
-SHA256 (Pkgfile) = 91f29d564c0a4683a544f6aa7276317ddc7d70481010d1999c6adf3f47e1e2ba
+RWSagIOpLGJF37SUQPrfuqdNQYL+qE9rrCNmM+6/zqrhwi/P6vjLTnQXUO8h9FJEARD6Uyt2EXQ9JnnYSbMDsmO+cKEOF+5wKQk=
+SHA256 (Pkgfile) = fad1b94594e271060d2b5b61d7f18acb5ab2c0833a3124b2b490224b18226cee
SHA256 (.footprint) = 3bf971250b82a396fdd1e90ab7783d0d4f7e7608573f70759224d789fe693a42
-SHA256 (gmpc-11.8.16.tar.gz) = a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c
+SHA256 (gmpc-11.8.16.tar.gz) = d83c23ece93741d6f4e3177da94fd231043f13afb59050bf6537ab76e033f1e6
diff --git a/gmpc/Pkgfile b/gmpc/Pkgfile
index 36dc21b3..49937253 100644
--- a/gmpc/Pkgfile
+++ b/gmpc/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://sarine.nl/gmpc
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Mark Rosenstand, mark at borkware dot net
-# Depends on: libglade, libmpd, gob, libsoup, vala, intltool, libunique
+# Depends on: libglade, libmpd, gob, libsoup, vala, libunique
name=gmpc
version=11.8.16
diff --git a/libfilezilla/.signature b/libfilezilla/.signature
index b546aff6..9db9df68 100644
--- a/libfilezilla/.signature
+++ b/libfilezilla/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/INvaXdoCZTtmDthpX65TqWGtNMJdLzciGDIanRCL5a2EZgUeBomT6a3xC1KL2TRFvt8049XPchAetKKCnhuAQ=
-SHA256 (Pkgfile) = 85cc25d2b93e93d3603f3290c001a13a707daa284e22784a0de34c34f2960c96
-SHA256 (.footprint) = b166d0967062f9a47ec2242a9eb18d3bffa0d2fc21aaa1830076266d92dcce34
+RWSagIOpLGJF3zdLGi22Q78OqOJogXvEUTk15YsVPFNKL877N7pQGr6pdRF9ztx6EQ+gHD+m/pWlFitnhdZHxEYuWRWEfRQGpgc=
+SHA256 (Pkgfile) = fcd0e695214dbf0dab17b7beabf2dfd54ef49a705a38e87fcd667b304c51fc58
+SHA256 (.footprint) = 9634a84b85140a0d199332835160cb54d7ec87ef5b737fbdfd64cf2f07915805
SHA256 (libfilezilla-0.9.1.tar.bz2) = 18b2391771f330cccab2c55a66197b9098f236e616f26f86326795b900913b1a
diff --git a/libfilezilla/Pkgfile b/libfilezilla/Pkgfile
index 5990a633..2f53d46c 100644
--- a/libfilezilla/Pkgfile
+++ b/libfilezilla/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://filezilla-project.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
-# Depends on: wxgtk libidn gnutls xdg-utils tinyxml
+# Depends on: wxgtk gnutls xdg-utils tinyxml
name=libfilezilla
version=0.9.1
diff --git a/rtorrent/.md5sum b/rtorrent/.md5sum
index acde34db..8ded0ae5 100644
--- a/rtorrent/.md5sum
+++ b/rtorrent/.md5sum
@@ -1 +1 @@
-5e7550f74e382a6245412c615f45444d rtorrent-0.9.6.tar.gz
+bf0738a7b5e5a2b3f6026ba8eaf5c8a0 rtorrent-0.9.6.tar.gz
diff --git a/rtorrent/.signature b/rtorrent/.signature
index 5e9899a6..aac09788 100644
--- a/rtorrent/.signature
+++ b/rtorrent/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3z5E1X69xBaKhx9ttgs9o5RbCbinX0Mv8befNQ62UUfKVCeaPmHBOnLem7OcsjnqkwXJf3DJvr4GG9kDT3W5egM=
-SHA256 (Pkgfile) = be9da9704936aabae55dc90bf628245d811ade1b0f3dd16ad9a230bbee7dc565
+RWSagIOpLGJF39XA0Ax6EFxzwvovZOEQhTE0mBVh25J4XWBPDflSegZjxI8Mu1StBXUJBozG3eWyWAAnYW+8zVMmKbrPMBtG0gk=
+SHA256 (Pkgfile) = 3d2e77388d9a5e8f74f6dd16d55179294a2ec6d4d1e6818b3f418522a0e7ab9f
SHA256 (.footprint) = 31031c6a85aaa36356c5cbb77cfee5869eadddc154ced824263f8338b1266cc9
-SHA256 (rtorrent-0.9.6.tar.gz) = 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e
+SHA256 (rtorrent-0.9.6.tar.gz) = 398e23a9ddbd99d91e6d7eb39db09a82fd5961624cceb4b51ed8da5d2f060d5f
diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile
index 503aa328..81c1cec5 100644
--- a/rtorrent/Pkgfile
+++ b/rtorrent/Pkgfile
@@ -1,7 +1,7 @@
# Description: bitorrent console client
# URL: https://rakshasa.github.io/rtorrent
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libtorrent libsigc++
+# Depends on: libtorrent
name=rtorrent
version=0.9.6
diff --git a/scribus/.signature b/scribus/.signature
index 0eeeadd0..7f1a4752 100644
--- a/scribus/.signature
+++ b/scribus/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37j3ftYCnp8FEItJd5vdbRQU10euCFcWgHACQYWxQgc5MpomDeQiGI1/h3On1p41fqSZZkPMqUnvmeCQEoFIqAU=
-SHA256 (Pkgfile) = a1d732f3e31f690ff2785f338cc1cfa6492903c889f04ebb5646bd0eb0d74ccf
+RWSagIOpLGJF3/Uf5qLxWQlJ9mbk7Xudvneh2RP3US5gwpurmNzm8JthmpC5NmgdCnvAM+uucOQ+Rmj0KRH56uBO/yfq831zIQA=
+SHA256 (Pkgfile) = f79bd97f7148b1d7ef7e241bb54c88264c19a543758f84f920bc66dbad00faaf
SHA256 (.footprint) = d12410cecb683362c529984d000cd05ad5210a945e154f76514ec20770377c7f
SHA256 (scribus-1.4.6.tar.xz) = 21e336500d9edc9c90ccf73087e5ef3df59ec3e4a3cbfec15367bcd8d078a19a
diff --git a/scribus/Pkgfile b/scribus/Pkgfile
index 87c36ee8..bb98a7ff 100644
--- a/scribus/Pkgfile
+++ b/scribus/Pkgfile
@@ -1,7 +1,7 @@
# Description: layout tool
# URL: http://scribus.net
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: qt4, libart_lgpl, cmake, cairo, cups
+# Depends on: qt4, libart_lgpl, cairo, cups
name=scribus
version=1.4.6
diff --git a/synergy/.md5sum b/synergy/.md5sum
index bb4bd924..f94789d3 100644
--- a/synergy/.md5sum
+++ b/synergy/.md5sum
@@ -1 +1 @@
-8f067423565be8377e0b073b7cf623cb synergy-1.7.5.tar.gz
+e743b96cb1b2a5a1be637a227f0205d3 synergy-1.7.5.tar.gz
diff --git a/synergy/.signature b/synergy/.signature
index 6334201e..407f9a8e 100644
--- a/synergy/.signature
+++ b/synergy/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xSN094lDOkbjVGWNISSjStVg1theXMwkmFdYc0mohI+fSd8cyt8NycP/z/KMkgjPWgBV2DfU2AmPgsWZ1JtEgQ=
-SHA256 (Pkgfile) = 701fd737a00fbfa6195407a8d775644f72d881f17b9fdfbc74fdcf66f5dcef4c
+RWSagIOpLGJF353biFUa6l/5/qIH6E1gT/3AyPUA+1KsBL8y12cjsKlEefp4Xa/fLAUTKzxxYO079qT5KJADewcKcYo6rSKKrQ4=
+SHA256 (Pkgfile) = abf25452093d4bc86aaf411416fe576eb5fdaf6e46ffc98817dee20492053001
SHA256 (.footprint) = f45d9ce44a96510985391c2ddd53d67938f108c98bdccdc412752da1f7e14a2e
-SHA256 (synergy-1.7.5.tar.gz) = b50c79f5c8aca2048cb0e11ba37f75722d1acdda23b0352e25ad66aff999f192
+SHA256 (synergy-1.7.5.tar.gz) = 7c67d9f147711c6b328ad4d3d9ba1f47838d5791a6f0350f8a98217d72e7af7d
diff --git a/synergy/Pkgfile b/synergy/Pkgfile
index 87b04d3a..8e75a5bf 100644
--- a/synergy/Pkgfile
+++ b/synergy/Pkgfile
@@ -1,7 +1,7 @@
# Description: Share mouse and keyboard between multiple computers
# URL: http://synergy-foss.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: xorg-libxrender xorg-libxdmcp xorg-libxcb
+# Depends on: xorg-libxrender
name=synergy
version=1.7.5
1
0
commit 8f37bb19c267d2b7f48b099afec417125df1e78e
Author: Thomas Penteker <tek(a)serverop.de>
Date: Tue Nov 7 00:02:57 2017 +0100
spice, spice-gtk: trim dependencies
diff --git a/spice-gtk/.signature b/spice-gtk/.signature
index eb2a4f75..ddb5c4f9 100644
--- a/spice-gtk/.signature
+++ b/spice-gtk/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF30aZiqKqeWv/cFIt/iaIfafcsZL/50YkcWCAkcOZn/tx/ifz7GSqRkMlp+mT2pfgDUQLdGRxIboKiedVYydUkgE=
-SHA256 (Pkgfile) = 2c47302cab73352856796e1061017dfe5dfdd010e4cb7d57da0de196f6a816d3
+RWSagIOpLGJF31lPkyY7rOK8v2u2yNIpxmCGPLiMsBalBSkQGYhdbQgPlsDKHjd+EmoYR+N19sZ4IV+U6+XW4ge0b2F+8U+7Mgc=
+SHA256 (Pkgfile) = 8a1dcde4d0515a46d0647251bea226200da8e79082b3081a72d40ead2089c99a
SHA256 (.footprint) = b763d0196fa532dfb3fa83b6a99b2b0aa88a948d62216ef17ae55bac465a35e3
SHA256 (spice-gtk-0.34.tar.bz2) = e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee
diff --git a/spice-gtk/Pkgfile b/spice-gtk/Pkgfile
index 86266db9..72d3035d 100644
--- a/spice-gtk/Pkgfile
+++ b/spice-gtk/Pkgfile
@@ -1,7 +1,7 @@
# Description: GTK viewer for the spice protocol
# URL: http://spice-space.org
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: gtk3 openssl celt51 cyrus-sasl python-six
+# Depends on: gtk3 celt51 cyrus-sasl python-six
name=spice-gtk
version=0.34
diff --git a/spice/.footprint b/spice/.footprint
index c1bd30fd..e5968171 100644
--- a/spice/.footprint
+++ b/spice/.footprint
@@ -14,8 +14,8 @@ drwxr-xr-x root/root usr/include/spice-server/
-rw-r--r-- root/root usr/include/spice-server/spice.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libspice-server.la
-lrwxrwxrwx root/root usr/lib/libspice-server.so -> libspice-server.so.1.12.1
-lrwxrwxrwx root/root usr/lib/libspice-server.so.1 -> libspice-server.so.1.12.1
--rwxr-xr-x root/root usr/lib/libspice-server.so.1.12.1
+lrwxrwxrwx root/root usr/lib/libspice-server.so -> libspice-server.so.1.12.4
+lrwxrwxrwx root/root usr/lib/libspice-server.so.1 -> libspice-server.so.1.12.4
+-rwxr-xr-x root/root usr/lib/libspice-server.so.1.12.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/spice-server.pc
diff --git a/spice/.md5sum b/spice/.md5sum
index df637961..b3d31da8 100644
--- a/spice/.md5sum
+++ b/spice/.md5sum
@@ -1 +1 @@
-81113782704848d3afefa43bb93f2184 spice-0.13.3.tar.bz2
+6622aa7dfb5cd026a4d0d7e659216d26 spice-0.14.0.tar.bz2
diff --git a/spice/.signature b/spice/.signature
index 9f9342c9..59b294ce 100644
--- a/spice/.signature
+++ b/spice/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3zPWszsOK1qQymvHhtB2Yixb/s7uGKm/laBHDMvXEAImE8B2TmKJVh6bm/OEJjhqTK0LBxTahEF+r6fmVSrekQU=
-SHA256 (Pkgfile) = bea1818d75e9bfa598f16da47f8383a7bf130047baabae8be134a2e66a74f55e
-SHA256 (.footprint) = 9cba496fc7ff69d3186099454b4c14ba5fc218337fbd77cef29a6ac1a5a09c5d
-SHA256 (spice-0.13.3.tar.bz2) = 30f710c0e7594e05b6b9cc702be748a69f910a95192ab851d748c256157fb89e
+RWSagIOpLGJF31Er0bVFyalsYXOiY810P+G6GnhMNTarpHcIeOyvOJGUcI5mRHXFwtNfjXdtzSopSWWt0qIslF2LKIvGvtXm5wM=
+SHA256 (Pkgfile) = c5c81dcd901cd8bd015c93c45d9aa4e5b6b904ca2f9acda1c7c3482bd308af59
+SHA256 (.footprint) = 3365c53357fc4fb6aecf774c06ccecb8ef2d8181a5e717e674fd84f89cf326ed
+SHA256 (spice-0.14.0.tar.bz2) = 3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848
diff --git a/spice/Pkgfile b/spice/Pkgfile
index cbbcbfc5..f0026e3b 100644
--- a/spice/Pkgfile
+++ b/spice/Pkgfile
@@ -1,12 +1,12 @@
# Description: toolset for interaction with virtualized desktop devices
# URL: http://spice-space.org
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: glib celt51 alsa-lib xorg-libpixman openssl libjpeg-turbo zlib pyparsing cyrus-sasl spice-protocol
+# Depends on: glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol
name=spice
-version=0.13.3
+version=0.14.0
release=1
-source=(http://spice-space.org/download/releases/spice-$version.tar.bz2)
+source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
build() {
1
0
ports/opt (3.3): trim dependencies of cryptsetup gegl gnupg libmpeg2 openbox slim closes FS#1507
by crux@crux.nu 06 Nov '17
by crux@crux.nu 06 Nov '17
06 Nov '17
commit ea3a85e1e5bc1da8be65cb338993481c95ff98a7
Author: Thomas Penteker <tek(a)serverop.de>
Date: Mon Nov 6 23:57:11 2017 +0100
trim dependencies of cryptsetup gegl gnupg libmpeg2 openbox slim closes FS#1507
diff --git a/cryptsetup/.signature b/cryptsetup/.signature
index f304a9844..7027c9504 100644
--- a/cryptsetup/.signature
+++ b/cryptsetup/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/fZSnCVXEJTNk355Glk0878OOx3mpXeVoQqO9DKveFe2rTzt1ZCdaZDPHTtXBrOwN9u0NTeIla8HvDw4bNJsAQ0=
-SHA256 (Pkgfile) = 9be31c5b020fe8f8aac4330fdc9ce86b00b90f5d304a65536fe6b2d8668e9dc7
+RWSE3ohX2g5d/TPw1kSKhB9G1tigDe+BzjGswtb0Oo5xaHNyB/am9QUGkRVsxQEGjyJLr5gzATUKnlf9+KZKptq3L6/Oc80E+wE=
+SHA256 (Pkgfile) = 063c07a35525eafdfff16b3600c126c2a2cb93184bf68489420a9e18aace3c02
SHA256 (.footprint) = 77a47755f408d6b154e8b67b430905e40f564440d0e740adc5b2ba042527684e
SHA256 (cryptsetup-1.7.5.tar.xz) = 2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd
diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile
index eeeed6f53..fce41d013 100644
--- a/cryptsetup/Pkgfile
+++ b/cryptsetup/Pkgfile
@@ -2,7 +2,7 @@
# URL: https://gitlab.com/cryptsetup/cryptsetup
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: libdevmapper, util-linux, libgcrypt, popt
+# Depends on: libdevmapper, libgcrypt, popt
name=cryptsetup
version=1.7.5
diff --git a/gegl/.signature b/gegl/.signature
index f4e90411b..23a0dad9a 100644
--- a/gegl/.signature
+++ b/gegl/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/SM+gbPw1Y85xs4dIgu7hFD3RPlI9csN/yj1aumFsBCBzJ8JRxYP3aD4w+tNItOsuQqbd8x47bYjdyZPj1PtGwQ=
-SHA256 (Pkgfile) = 24a62a766a7cff0b230da2e8ecd449f01607c390f1c954f0a86de02a4d333976
+RWSE3ohX2g5d/eHTiaGLjDVojsORkKwYmiRyeZiYPRF0FJlGMeHE1NFWfJzHzCU2jy5vTZBUNPIA61bCbfCP8WqUvN6wnpabWgM=
+SHA256 (Pkgfile) = 9464d6f3a70c55e9ece1e82faf5c7e2886255cbb17f840c5e8040377e5d86a0d
SHA256 (.footprint) = 2fec6a1b0d7184810f854849405a822f81e4b12a1dcab5fbb7463687fb855480
SHA256 (gegl-0.2.0.tar.bz2) = df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
diff --git a/gegl/Pkgfile b/gegl/Pkgfile
index d657619f8..12bb09438 100644
--- a/gegl/Pkgfile
+++ b/gegl/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://gegl.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
-# Depends on: babl, gtk, intltool
+# Depends on: babl, gtk
# Nice to have: libsdl
name=gegl
diff --git a/gnupg/.signature b/gnupg/.signature
index 0a7b65c99..44a7ebda3 100644
--- a/gnupg/.signature
+++ b/gnupg/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/TSN3HozBiNwc1zDVtkMmZmRtIcWJeDC974ebwf/vMHzR6WTWtITcU8tUHBOzs4bzqlKY3GDA402ixv+WsT1xgA=
-SHA256 (Pkgfile) = 975f4ea73ced012bee45f605aa9cf8b5f18eff0ac9a6d060a4afd9b8228b8ea8
+RWSE3ohX2g5d/bwPf2V2jfEZmSBxkArl6FbX0C1u3gs2na8oLVW22pUyNhRT9OB0/6uI9iH1JQYJiuxYNvPMHLpEymk8Q/aeogE=
+SHA256 (Pkgfile) = b308cf63ff415e1d81aaa28b66e1a3165ce3460acd55c5fbf63f379a6664a078
SHA256 (.footprint) = 618c931aa9efbf035f956da63a936459cb9a6a62ec5e86b5e940723bebb386b6
SHA256 (gnupg-2.2.0.tar.bz2) = d4514a0be0f7a1ff263193330019eb4b53c82f0f5e230af3c14df371271a45e6
diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile
index 213166334..09db1cc70 100644
--- a/gnupg/Pkgfile
+++ b/gnupg/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.gnupg.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Daniel Mueller, daniel at danm dot de
-# Depends on: libgcrypt, libassuan, libksba, pinentry, npth
+# Depends on: libgcrypt, libksba, pinentry, npth
name=gnupg
version=2.2.0
diff --git a/libmpeg2/.md5sum b/libmpeg2/.md5sum
index 2a1f40e57..59eaebcef 100644
--- a/libmpeg2/.md5sum
+++ b/libmpeg2/.md5sum
@@ -1 +1 @@
-0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz
+43c5815c06a7b6feeda0658b8377e532 libmpeg2-0.5.1.tar.gz
diff --git a/libmpeg2/.signature b/libmpeg2/.signature
index 159ef28d9..e58f054a3 100644
--- a/libmpeg2/.signature
+++ b/libmpeg2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/SEDDUlEXqiNPvDw2vpdVR68+FuZ73If434QVdCXIVSoyE7G02rRu3J5XmE3Z4sK/owb0caJvBPWoombo2Nh8wU=
-SHA256 (Pkgfile) = 7ccb2ceca2a8451912c375718a999ff2a97770352ab544b2d8ba1232e59778a6
+RWSE3ohX2g5d/QGwj5MVUwy22dYWhC85DE1muwfVSNH1PboWZ6Ei+XC57SZOWaA9QfHR701KmOngFeQGwRF6OBQTNuygUjG5Vws=
+SHA256 (Pkgfile) = b01958eb9aee4ac75648ab3cf36f6537495f3b8557203735662bfa35e1b3cf90
SHA256 (.footprint) = 8c188ce0f25e17859a243ad329bdb688eb977663f07505757027f919cff5baba
-SHA256 (libmpeg2-0.5.1.tar.gz) = dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
+SHA256 (libmpeg2-0.5.1.tar.gz) = 0a3f93f7fe42c77215afb8418a73c747df107b95bca44503e07e47e012a56541
diff --git a/libmpeg2/Pkgfile b/libmpeg2/Pkgfile
index 3c7dc61d3..1c5d0ad76 100644
--- a/libmpeg2/Pkgfile
+++ b/libmpeg2/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://libmpeg2.sourceforge.net/
# Packager: acrux, acrux at linuxmail dot org
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libsdl, xorg-libxv
+# Depends on: libsdl
name=libmpeg2
version=0.5.1
diff --git a/openbox/.md5sum b/openbox/.md5sum
index 2417c9785..fa8afc768 100644
--- a/openbox/.md5sum
+++ b/openbox/.md5sum
@@ -1 +1 @@
-b72794996c6a3ad94634727b95f9d204 openbox-3.6.1.tar.gz
+5813b4c247cae9da1d540d5b38ffa2d0 openbox-3.6.1.tar.gz
diff --git a/openbox/.signature b/openbox/.signature
index 270afe98c..3de692300 100644
--- a/openbox/.signature
+++ b/openbox/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/f5PlXqQFA2EfvK4D2+AI0xZxXxkL71YC+l8/O11OCVgVGgE2idKYj7bsh93xRGgwDLYI+4afeHyBDBImZOLXQU=
-SHA256 (Pkgfile) = a69d355a56e2ce7322675f77e31a5d5c329f9cf2f84ac10c7993824c69a6924d
+RWSE3ohX2g5d/WryRZJqhOkJpOVJ4KTtTwDTmjN70FDGA3LhEigjyw2cATWe4nCGBxhLJON9DfTc9t6+0863g/ZxyXtzPNnVdgQ=
+SHA256 (Pkgfile) = 9404dcfedbf8307d75b9262bb0a84921f8b71fd7c1164606d05b3db1b4ab983b
SHA256 (.footprint) = fd6ac493cfd02489032b9ffa4134ae6da3ada380bf3f5ab85166d4b2484cd73d
-SHA256 (openbox-3.6.1.tar.gz) = 8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7
+SHA256 (openbox-3.6.1.tar.gz) = 028ae02ae189a0e2fb198fc518189b326e39cad15d7980df23a469fc9f2c1fb7
diff --git a/openbox/Pkgfile b/openbox/Pkgfile
index 167186a16..62d573c25 100644
--- a/openbox/Pkgfile
+++ b/openbox/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://openbox.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: xorg-libxinerama, xorg-libxrandr, xorg-libsm, glib, libxml2, pango
+# Depends on: xorg-libxinerama, xorg-libxrandr, pango
name=openbox
version=3.6.1
diff --git a/slim/.md5sum b/slim/.md5sum
index 88c742e01..f9f600fc9 100644
--- a/slim/.md5sum
+++ b/slim/.md5sum
@@ -1,4 +1,4 @@
6d19bd7a91592ed2bb902b22b9594565 libpng.patch
-d40d256394f9ef34cef34d2aa9cb52e6 slim-1.3.6.tar.gz
-46349c2dc378b17d5857c5c1d904a636 slim-crux-smooth.tar.gz
+9d39c13858014cbd53061dcfbd2ccc32 slim-1.3.6.tar.gz
+e33865697dc876b18d92304bf5739eeb slim-crux-smooth.tar.gz
476ce747c77f1a7e116a7f63bfb7d8d3 slim.rc
diff --git a/slim/.signature b/slim/.signature
index f29819086..cc65ff212 100644
--- a/slim/.signature
+++ b/slim/.signature
@@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Y/hC04Bw7zv5tGTEf3sfkJF299Pwo+zphYJRk9d0Nb7REAgZ69v9y1YoQuhrQPkk0UjsfJkRPbFsIs4OxzG4wU=
-SHA256 (Pkgfile) = f4675bd52b53a823cdc58d07037a18f3910ff23e0be45c8145de6e51439814d9
+RWSE3ohX2g5d/QXjdLPsbNqVJ4PIe0T0yYOR4sVAvQoyfASyhs/DlZqc0if4Jkh6Xs7tw8kbaoXTDDHMR+xz3LXpV/FaC/bewgY=
+SHA256 (Pkgfile) = 829e33e26acac1f69ac4e1fc3f9b1b3161142b8eb65fdfe0f6f7dd6792620b0e
SHA256 (.footprint) = 58d4f98570e611e4d175f24b0afa122c075444f01ec5c2ffb9dc9d5fda571976
-SHA256 (slim-1.3.6.tar.gz) = 21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df
-SHA256 (slim-crux-smooth.tar.gz) = 19d9106386b2965f151cf5813952f0da836138543dc713348a92c641ccf651fb
+SHA256 (slim-1.3.6.tar.gz) = 4aaaba1e06f57291f0c9498888ae6ed958ae61ec5f035ab7ca3c6f0f945ebbe8
+SHA256 (slim-crux-smooth.tar.gz) = db4dbd28a8010afd2fe5bec894a3c265238e88ecadea6fa6b0770620a2c38998
SHA256 (libpng.patch) = 9f018c2ff2c0c1788ef59c6e17c66f71ba5ecdf22099c5acc79ae293c7b097c4
SHA256 (slim.rc) = a59dd5e96b89b1b1f88fece37aa24bd00e643341057bf08d361d761043942ef0
diff --git a/slim/Pkgfile b/slim/Pkgfile
index 068ce155a..b1040a4f0 100644
--- a/slim/Pkgfile
+++ b/slim/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://sourceforge.net/projects/slim.berlios
# Packager: Simone Rota, sip at crux dot nu
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: xorg-xauth, libjpeg-turbo, libpng, cmake
+# Depends on: xorg-xauth, libjpeg-turbo
name=slim
version=1.3.6
1
0
commit 41deddebb6b3ba0523a8a3411c9d8a1f9dd19f9b
Author: Thomas Penteker <tek(a)serverop.de>
Date: Mon Nov 6 23:35:35 2017 +0100
spice-gtk: 0.33 -> 0.34
diff --git a/spice-gtk/.md5sum b/spice-gtk/.md5sum
index ea4c3766..25e013c5 100644
--- a/spice-gtk/.md5sum
+++ b/spice-gtk/.md5sum
@@ -1 +1 @@
-19e1b9aa6c59cab776ba5aa633491b7e spice-gtk-0.33.tar.bz2
+ec01b0b50337aa23f0566423b2f83109 spice-gtk-0.34.tar.bz2
diff --git a/spice-gtk/.signature b/spice-gtk/.signature
index e686a6d0..eb2a4f75 100644
--- a/spice-gtk/.signature
+++ b/spice-gtk/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36NKHhqdD1OevITNo/jrxBtK1jAGlXp4jIeNEtMBb4eON7DMTA4GtL67jDepPR6Sw4wBE2Bmh0JOrIY3x+i6zAU=
-SHA256 (Pkgfile) = ef3e8d611fc267cb2d4e5bb241fd4ec0fcf875c668304665f1066c26edb18df5
+RWSagIOpLGJF30aZiqKqeWv/cFIt/iaIfafcsZL/50YkcWCAkcOZn/tx/ifz7GSqRkMlp+mT2pfgDUQLdGRxIboKiedVYydUkgE=
+SHA256 (Pkgfile) = 2c47302cab73352856796e1061017dfe5dfdd010e4cb7d57da0de196f6a816d3
SHA256 (.footprint) = b763d0196fa532dfb3fa83b6a99b2b0aa88a948d62216ef17ae55bac465a35e3
-SHA256 (spice-gtk-0.33.tar.bz2) = 7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39
+SHA256 (spice-gtk-0.34.tar.bz2) = e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee
diff --git a/spice-gtk/Pkgfile b/spice-gtk/Pkgfile
index aa2d273e..86266db9 100644
--- a/spice-gtk/Pkgfile
+++ b/spice-gtk/Pkgfile
@@ -1,10 +1,10 @@
# Description: GTK viewer for the spice protocol
# URL: http://spice-space.org
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: gtk3 openssl celt51 cyrus-sasl six
+# Depends on: gtk3 openssl celt51 cyrus-sasl python-six
name=spice-gtk
-version=0.33
+version=0.34
release=1
source=(http://spice-space.org/download/gtk/spice-gtk-$version.tar.bz2)
1
0