Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2008 11:04:30 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129594: Port update: net/grsync - Update to v0.6.2
Message-ID:  <200812121104.mBCB4Ukn055146@www.freebsd.org>
Resent-Message-ID: <200812121110.mBCBA1SQ094780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129594
>Category:       ports
>Synopsis:       Port update: net/grsync - Update to v0.6.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:   Fri Dec 12 11:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #27: Thu Dec  4 14:58:40 CET 2008     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates net/grsync to version 0.6.2.

>From Changelog :
Version 0.6.2
        Added Spanish translation (Thanks Ibon)
        Added Czech translation (Thanks Martin)
        Added Galician translation (Thanks Daniel)
        Little patch to solve the infamous "save session bug" (Thanks Louis)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN grsync.orig/Makefile grsync/Makefile
--- grsync.orig/Makefile	2008-06-06 15:50:02.000000000 +0200
+++ grsync/Makefile	2008-12-08 11:26:28.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	grsync
-PORTVERSION=	0.6.1
-PORTREVISION=	1
+PORTVERSION=	0.6.2
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.opbyte.it/release/ \
 		GENTOO/distfiles \
diff -aurN grsync.orig/distinfo grsync/distinfo
--- grsync.orig/distinfo	2007-12-31 01:35:52.000000000 +0100
+++ grsync/distinfo	2008-12-08 11:26:38.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (grsync-0.6.1.tar.gz) = fe403f4c389603ba539ed1e6a79345ef
-SHA256 (grsync-0.6.1.tar.gz) = 6c7526b44bac515b1d1407bc324404aa2c7749a0252c1948468835d29f265e40
-SIZE (grsync-0.6.1.tar.gz) = 214689
+MD5 (grsync-0.6.2.tar.gz) = 5470c87807738ce9a5623c9bbefaff85
+SHA256 (grsync-0.6.2.tar.gz) = b4ba8479e03c73e3e5220d17132a07d4d12be3cb36e8b401cc9a119dce17c505
+SIZE (grsync-0.6.2.tar.gz) = 222033
diff -aurN grsync.orig/files/patch-gmsgfmt grsync/files/patch-gmsgfmt
--- grsync.orig/files/patch-gmsgfmt	2007-08-25 22:33:31.000000000 +0200
+++ grsync/files/patch-gmsgfmt	1970-01-01 01:00:00.000000000 +0100
@@ -1,20 +0,0 @@
---- po/Makefile.in.in.orig	2007-07-18 22:25:46.000000000 +0800
-+++ po/Makefile.in.in	2007-08-26 04:01:44.000000000 +0800
-@@ -34,7 +34,7 @@
- datarootdir = @datarootdir@
- libdir = @libdir@
- DATADIRNAME = @DATADIRNAME@
--itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-+itlocaledir = $(prefix)/share/locale
- subdir = po
- install_sh = @install_sh@
- # Automake >= 1.8 provides @mkdir_p@.
-@@ -44,7 +44,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- 
--GMSGFMT = @GMSGFMT@
-+GMSGFMT = @INTLTOOL_MSGFMT@
- MSGFMT = @MSGFMT@
- XGETTEXT = @XGETTEXT@
- INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
diff -aurN grsync.orig/files/patch-po-Makefile.in.in grsync/files/patch-po-Makefile.in.in
--- grsync.orig/files/patch-po-Makefile.in.in	1970-01-01 01:00:00.000000000 +0100
+++ grsync/files/patch-po-Makefile.in.in	2008-12-08 11:45:12.000000000 +0100
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig	2008-12-08 11:44:27.794971692 +0100
++++ po/Makefile.in.in	2008-12-08 11:44:42.679745595 +0100
+@@ -34,7 +34,7 @@
+ datarootdir = @datarootdir@
+ libdir = @libdir@
+ DATADIRNAME = @DATADIRNAME@
+-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
++itlocaledir = $(prefix)/share/locale
+ subdir = po
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p@.
diff -aurN grsync.orig/pkg-plist grsync/pkg-plist
--- grsync.orig/pkg-plist	2007-12-31 01:35:52.000000000 +0100
+++ grsync/pkg-plist	2008-12-08 12:05:48.000000000 +0100
@@ -2,8 +2,11 @@
 bin/grsync-batch
 share/applications/grsync.desktop
 share/pixmaps/grsync.png
+%%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
 %%NLS%%share/locale/fr_FR/LC_MESSAGES/grsync.mo
+%%NLS%%share/locale/gl_ES/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/it_IT/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/nb_NO/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/nl_NL/LC_MESSAGES/grsync.mo
@@ -11,8 +14,12 @@
 %%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/tr_TR/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/grsync.mo
+%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/cs_CZ
 %%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/de_DE
+%%NLS%%@dirrmtry share/locale/gl_ES/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/gl_ES
 %%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/it_IT
 %%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812121104.mBCB4Ukn055146>