From owner-svn-ports-head@FreeBSD.ORG Fri Mar 29 14:13:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8A732574; Fri, 29 Mar 2013 14:13:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC30806; Fri, 29 Mar 2013 14:13:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TEDLZF012599; Fri, 29 Mar 2013 14:13:21 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TEDLG3012597; Fri, 29 Mar 2013 14:13:21 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303291413.r2TEDLG3012597@svn.freebsd.org> From: Koop Mast Date: Fri, 29 Mar 2013 14:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315541 - head/graphics/gdk-pixbuf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 14:13:21 -0000 Author: kwm Date: Fri Mar 29 14:13:20 2013 New Revision: 315541 URL: http://svnweb.freebsd.org/changeset/ports/315541 Log: Last commit to fix the NLS handling exposed a gettext file missing from plist, add it and bump portrevision. Submitted by: miwi Modified: head/graphics/gdk-pixbuf2/Makefile head/graphics/gdk-pixbuf2/pkg-plist Modified: head/graphics/gdk-pixbuf2/Makefile ============================================================================== --- head/graphics/gdk-pixbuf2/Makefile Fri Mar 29 14:08:46 2013 (r315540) +++ head/graphics/gdk-pixbuf2/Makefile Fri Mar 29 14:13:20 2013 (r315541) @@ -4,7 +4,7 @@ PORTNAME= gdk-pixbuf PORTVERSION= 2.26.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 Modified: head/graphics/gdk-pixbuf2/pkg-plist ============================================================================== --- head/graphics/gdk-pixbuf2/pkg-plist Fri Mar 29 14:08:46 2013 (r315540) +++ head/graphics/gdk-pixbuf2/pkg-plist Fri Mar 29 14:13:20 2013 (r315541) @@ -94,6 +94,7 @@ share/gir-1.0/GdkPixbuf-2.0.gir %%NLS%%share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/da/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/de/LC_MESSAGES/gdk-pixbuf.mo @@ -231,6 +232,8 @@ share/gir-1.0/GdkPixbuf-2.0.gir %%NLS%%@dirrmtry share/locale/en@shaw %%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES %%NLS%%@dirrmtry share/locale/dz +%%NLS%%@dirrmtry share/locale/csb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/csb %%NLS%%@dirrmtry share/locale/crh/LC_MESSAGES %%NLS%%@dirrmtry share/locale/crh %%NLS%%@dirrmtry share/locale/ca@valencia/LC_MESSAGES