Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2007 12:12:27 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115896: [Port update] net/grsync - pkg-plist and MASTER_SITES fixes
Message-ID:  <200708281212.l7SCCRL3009626@www.freebsd.org>
Resent-Message-ID: <200708281220.l7SCK1ut050261@freefall.freebsd.org>

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

>Number:         115896
>Category:       ports
>Synopsis:       [Port update] net/grsync - pkg-plist and MASTER_SITES fixes
>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:   Tue Aug 28 12:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        6.2-STABLE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu Aug  9 18:57:31 CEST 2007     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch fixes the pkg-plis by adding some missing @dirrmtry. It also fixes the MASTER_SITES variable by replacing ${MASTER_SITE_LOCAL} (which does not mirror the source file) by GENTOO/distfiles which already does.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur grsync.orig/Makefile grsync/Makefile
--- grsync.orig/Makefile	2007-08-28 09:14:01.000000000 +0200
+++ grsync/Makefile	2007-08-28 14:00:07.000000000 +0200
@@ -8,8 +8,7 @@
 PORTNAME=	grsync
 PORTVERSION=	0.6
 CATEGORIES=	net
-MASTER_SITES=	http://www.opbyte.it/release/ \
-		${MASTER_SITE_LOCAL}
+MASTER_SITES=	http://www.opbyte.it/release/ GENTOO/distfiles
 
 MAINTAINER=	ganael.laplanche@martymac.com
 COMMENT=	GTK frontend for rsync
diff -aur grsync.orig/pkg-plist grsync/pkg-plist
--- grsync.orig/pkg-plist	2007-08-28 09:14:01.000000000 +0200
+++ grsync/pkg-plist	2007-08-28 13:56:56.000000000 +0200
@@ -1,5 +1,8 @@
 bin/grsync
 bin/grsync-batch
+share/applications/grsync.desktop
+@dirrmtry share/applications
+share/pixmaps/grsync.png
 %%NLS%%share/locale/fr_FR/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/it_IT/LC_MESSAGES/grsync.mo
 %%NLS%%share/locale/nb_NO/LC_MESSAGES/grsync.mo
@@ -8,7 +11,15 @@
 %%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
-share/applications/grsync.desktop
-share/pixmaps/grsync.png
+%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/it_IT
+%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/nb_NO
 %%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/nl_NL
+%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ru_RU
+%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/sv_SE
+%%NLS%%@dirrmtry share/locale/tr_TR/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/tr_TR


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



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