From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 8 23:30:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764B216A41F for ; Thu, 8 Sep 2005 23:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76E143D5D for ; Thu, 8 Sep 2005 23:30:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j88NU8dM065345 for ; Thu, 8 Sep 2005 23:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j88NU8mR065344; Thu, 8 Sep 2005 23:30:08 GMT (envelope-from gnats) Resent-Date: Thu, 8 Sep 2005 23:30:08 GMT Resent-Message-Id: <200509082330.j88NU8mR065344@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA3F16A41F for ; Thu, 8 Sep 2005 23:23:34 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC3643D46 for ; Thu, 8 Sep 2005 23:23:33 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j88NNLi2011139 for ; Fri, 9 Sep 2005 01:23:28 +0200 Message-Id: <1126221812.0@klamath.syndrom23.de> Date: Fri, 9 Sep 2005 01:23:32 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85889: [MAINTAINER-UPDATE] sysutils/eiciel to 0.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 23:30:09 -0000 >Number: 85889 >Category: ports >Synopsis: [MAINTAINER-UPDATE] sysutils/eiciel to 0.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 08 23:30:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #20: Mon Aug 22 20:25:19 CEST 2005 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: 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. >How-To-Repeat: >Fix: --- eiciel-0.8.1-0.8.2.diff begins here --- 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/ --- eiciel-0.8.1-0.8.2.diff ends here --- --- eiciel-0.8.2-patch-src-eiciel_nautilus_page.cpp.uue begins here --- begin 644 patch-src-eiciel_nautilus_page.cpp M+2TM('-R8R]E:6-I96Q?;F%U=&EL=7-?<&%G92YC<'`N;W)I9PE4:'4@4V5P M("`X(#(S.C,R.C`X(#(P,#4**RLK('-R8R]E:6-I96Q?;F%U=&EL=7-?<&%G M92YC<'`)5&AU(%-E<"`@."`R,SHR,3HQ,R`R,#`U"D!`("TY-RPV("LY-RPQ M,"!`0`H@"2\O(%-I(.ES(&QO8V%L(&]B=&5N:6T@96P@<&%T:"!D96P@9FET M>&5R"B`);&]C86Q?9FEL92`](&=N;VUE7W9FPHK"0ER971URelease-Note: >Audit-Trail: >Unformatted: