Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2012 02:46:13 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164162: Update port: multimedia/photofilmstrip
Message-ID:  <20120116024613.512fc6cb.tkato432@yahoo.com>
Resent-Message-ID: <201201151810.q0FIAD3v078534@freefall.freebsd.org>

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

>Number:         164162
>Category:       ports
>Synopsis:       Update port: multimedia/photofilmstrip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 18:10:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Add missing gettext message catalogs

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/multimedia/photofilmstrip/Makefile multimedia/photofilmstrip/Makefile
--- /usr/ports/multimedia/photofilmstrip/Makefile	2011-12-30 16:02:50.000000000 +0900
+++ multimedia/photofilmstrip/Makefile	2011-12-30 16:05:29.000000000 +0900
@@ -8,6 +8,7 @@
 
 PORTNAME=	photofilmstrip
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	multimedia python
 MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -71,7 +72,7 @@
 	@${FIND} ${PFSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
 	@${MKDIR} ${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.desktop ${PREFIX}/share/applications
-.for lang in cs de en fr it ko pt
+.for lang in cs de en fr it ko nl pt tr
 	@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
 	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
 		${PREFIX}/share/locale/${lang}/LC_MESSAGES/PhotoFilmStrip.mo
diff -urN /usr/ports/multimedia/photofilmstrip/pkg-plist multimedia/photofilmstrip/pkg-plist
--- /usr/ports/multimedia/photofilmstrip/pkg-plist	2011-04-21 19:34:12.000000000 +0900
+++ multimedia/photofilmstrip/pkg-plist	2011-11-25 23:05:55.000000000 +0900
@@ -192,7 +192,9 @@
 share/locale/fr/LC_MESSAGES/PhotoFilmStrip.mo
 share/locale/it/LC_MESSAGES/PhotoFilmStrip.mo
 share/locale/ko/LC_MESSAGES/PhotoFilmStrip.mo
+share/locale/nl/LC_MESSAGES/PhotoFilmStrip.mo
 share/locale/pt/LC_MESSAGES/PhotoFilmStrip.mo
+share/locale/tr/LC_MESSAGES/PhotoFilmStrip.mo
 share/pixmaps/photofilmstrip.xpm
 @dirrm %%PYTHON_SITELIBDIR%%/photofilmstrip/res
 @dirrm %%PYTHON_SITELIBDIR%%/photofilmstrip/lib/common
>Release-Note:
>Audit-Trail:
>Unformatted:



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