Update eiciel to 0.8.2, released September 08. Update contains - new german translation - small bugfixes Additionally, a patch is added to try to avoid a segfault found by Pascal Hofstee under certain conditions. The patch was developed by Joe Marcus Clarke, thanks for the help! Note: The added files/patch-src-eiciel_nautilus_page.cpp contains non-UTF8 chars, which gtk-send-pr doesn't allow me to insert into the fix field. For that reason, it's added as uuencoded file. Fix: --- eiciel-0.8.2-patch-src-eiciel_nautilus_page.cpp.uue ends here -----soO04kEndiFgfDWaHA8T7SMqnXkGqWDB3p9pj1ucDHgVJIaF Content-Type: text/plain; name="eiciel-0.8.1-0.8.2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="eiciel-0.8.1-0.8.2.diff" Index: distinfo =================================================================== --- distinfo (revision 301) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -MD5 (eiciel-0.8.1.tar.bz2) = fb1654b703e9d443d074da9bbce15aa7 -SIZE (eiciel-0.8.1.tar.bz2) = 484323 +MD5 (eiciel-0.8.2.tar.bz2) = c3bde4091c24d25c22e311251b809ac9 +SIZE (eiciel-0.8.2.tar.bz2) = 483464 Index: pkg-plist =================================================================== --- pkg-plist (revision 300) +++ pkg-plist (working copy) @@ -1,7 +1,6 @@ bin/eiciel lib/nautilus/extensions-1.0/libeiciel-nautilus.so share/gnome/eiciel/doc/C/eiciel.xml -share/gnome/eiciel/doc/C/figures/Makefile.am share/gnome/eiciel/doc/C/figures/altres-default.png share/gnome/eiciel/doc/C/figures/altres.png share/gnome/eiciel/doc/C/figures/detall_mascara.png @@ -33,6 +32,7 @@ share/gnome/eiciel/img/usuari-default.png share/gnome/eiciel/img/usuari.png %%NLS%%share/locale/ca/LC_MESSAGES/eiciel.mo +%%NLS%%share/locale/de/LC_MESSAGES/eiciel.mo %%NLS%%share/locale/es/LC_MESSAGES/eiciel.mo @dirrm share/gnome/eiciel/doc/C/figures @dirrm share/gnome/eiciel/doc/C Index: Makefile =================================================================== --- Makefile (revision 301) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= eiciel -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= sysutils security MASTER_SITES= http://rofi.pinchito.com/eiciel/download/
State Changed From-To: open->closed Committed, thanks!