From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 21 13:00:11 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A718106568D for ; Fri, 21 Aug 2009 13:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 37A648FC65 for ; Fri, 21 Aug 2009 13:00:11 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7LD0BGd001689 for ; Fri, 21 Aug 2009 13:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7LD0Bxn001682; Fri, 21 Aug 2009 13:00:11 GMT (envelope-from gnats) Resent-Date: Fri, 21 Aug 2009 13:00:11 GMT Resent-Message-Id: <200908211300.n7LD0Bxn001682@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, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB0E106568B for ; Fri, 21 Aug 2009 12:56:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C24298FC3D for ; Fri, 21 Aug 2009 12:56:04 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7LCu4G3008435 for ; Fri, 21 Aug 2009 12:56:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7LCu4Ie008434; Fri, 21 Aug 2009 12:56:04 GMT (envelope-from nobody) Message-Id: <200908211256.n7LCu4Ie008434@www.freebsd.org> Date: Fri, 21 Aug 2009 12:56:04 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138030: Port update: net/grsync - Update to v0.9.1 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: Fri, 21 Aug 2009 13:00:11 -0000 >Number: 138030 >Category: ports >Synopsis: Port update: net/grsync - Update to v0.9.1 >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: Fri Aug 21 13:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD laptop.martymac.com 8.0-BETA2 FreeBSD 8.0-BETA2 #2: Mon Aug 10 12:19:58 UTC 2009 martymac@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch updates net/grsync to v0.9.1. >From Changelog : Version 0.9.1 General: "itemize-changes" advanced rsync option added some code cleanup Rsync dialog: added "warning" button which opens the error list made "show error list when finished" preferences option default to false fixed some small memory leaks some cosmetic fixes Main window: focus on widgets didn't work before the window loosed focus Version 0.9.0 Converted from glade-2 with code generation to glade-3 with GtkBuilder Some deprecated GTK calls have been removed, now grsync requires GTK 2.16 Due to the use of GtkBuilder and other optimizations and cleanups, many lines of code have been removed Found an acceptable way to make rsync window resizable, despite the presence of an expander Removed "switch source with destination" button (there is a menu item for the same purpose) Added "fast rsync scrolling" preferences switch Added extra option "on rsync error only" to limit the execution of the "after" command Italian translation updated (the others will need some work because of the move to GtkBuilder) "Notes" session field added Error dialog is now marked ad "urgent" New session dialog remembers last session name System menu: moved from applications/network to applications/system New bigger icon (Thanks Roberto) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN grsync.orig/Makefile grsync/Makefile --- grsync.orig/Makefile 2009-08-03 18:00:47.742964259 +0000 +++ grsync/Makefile 2009-08-04 08:38:45.043921014 +0000 @@ -6,8 +6,7 @@ # PORTNAME= grsync -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.opbyte.it/release/ \ GENTOO/distfiles \ @@ -41,4 +40,7 @@ ${WRKSRC}/configure .endif +pre-install: + @${CHMOD} u+x ${WRKSRC}/install-sh + .include diff -aurN grsync.orig/distinfo grsync/distinfo --- grsync.orig/distinfo 2009-08-03 18:00:47.740964563 +0000 +++ grsync/distinfo 2009-08-03 18:01:11.441272284 +0000 @@ -1,3 +1,3 @@ -MD5 (grsync-0.6.3.tar.gz) = 6c368560e349ddc7ff00124338074a48 -SHA256 (grsync-0.6.3.tar.gz) = e3bc3fa051de9eecc647c9567002d0e1c3502dac36de163ccc1efa8840ae63c7 -SIZE (grsync-0.6.3.tar.gz) = 202094 +MD5 (grsync-0.9.1.tar.gz) = 4425e1092d12ddbba7176265e4a2150d +SHA256 (grsync-0.9.1.tar.gz) = 88556135a67aa9deb0dcd61ee6090f0346cb90cbcd667d200c7932778a5ca632 +SIZE (grsync-0.9.1.tar.gz) = 207123 diff -aurN grsync.orig/pkg-plist grsync/pkg-plist --- grsync.orig/pkg-plist 2009-08-03 18:00:47.746976501 +0000 +++ grsync/pkg-plist 2009-08-04 08:49:45.459599404 +0000 @@ -2,6 +2,8 @@ bin/grsync-batch share/applications/grsync.desktop share/pixmaps/grsync.png +share/grsync/grsync.glade +@dirrm share/grsync %%NLS%%share/locale/cs_CZ/LC_MESSAGES/grsync.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/grsync.mo %%NLS%%share/locale/es_ES/LC_MESSAGES/grsync.mo >Release-Note: >Audit-Trail: >Unformatted: