svn commit: r315541 - head/graphics/gdk-pixbuf2

Koop Mast kwm at FreeBSD.org
Fri Mar 29 14:13:21 UTC 2013


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 at 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 at 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 at valencia/LC_MESSAGES


More information about the svn-ports-all mailing list