ports/138030: Port update: net/grsync - Update to v0.9.1

Ganael Laplanche ganael.laplanche at martymac.com
Fri Aug 21 13:00:11 UTC 2009


>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 at 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 <bsd.port.mk>
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
+ at 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:



More information about the freebsd-ports-bugs mailing list