Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 10:14:36 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177378: [PATCH] editors/nano: fix plist
Message-ID:  <515085fc.0313ec0a.0ec9.ffffb0a4@mx.google.com>
Resent-Message-ID: <201303251720.r2PHK0J8080306@freefall.freebsd.org>

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

>Number:         177378
>Category:       ports
>Synopsis:       [PATCH] editors/nano: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 25 17:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Fix pkg-list to remove ja and sl translations.
	Caught while building a nanobsd image

>How-To-Repeat:
>Fix:

	See attached patch


--- nano.patch begins here ---
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 315237)
+++ pkg-plist	(working copy)
@@ -21,7 +21,6 @@
 %%NLS%%share/locale/hu/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/id/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/it/LC_MESSAGES/nano.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/ms/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/nano.mo
@@ -31,7 +30,6 @@
 %%NLS%%share/locale/ro/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/rw/LC_MESSAGES/nano.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/nano.mo
--- nano.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?515085fc.0313ec0a.0ec9.ffffb0a4>