svn commit: r313366 - head/x11-wm/xfce4-desktop
Olivier Duchateau
olivierd at FreeBSD.org
Sun Mar 3 16:48:43 UTC 2013
Author: olivierd
Date: Sun Mar 3 16:48:41 2013
New Revision: 313366
URL: http://svnweb.freebsd.org/changeset/ports/313366
Log:
- Update to 4.10.1
- Add patch to avoid installing .mo files, when NLS is unset
Approved by: rene, miwi (mentors, implicit)
Modified:
head/x11-wm/xfce4-desktop/Makefile
head/x11-wm/xfce4-desktop/distinfo (contents, props changed)
head/x11-wm/xfce4-desktop/pkg-plist (contents, props changed)
Modified: head/x11-wm/xfce4-desktop/Makefile
==============================================================================
--- head/x11-wm/xfce4-desktop/Makefile Sun Mar 3 16:09:56 2013 (r313365)
+++ head/x11-wm/xfce4-desktop/Makefile Sun Mar 3 16:48:41 2013 (r313366)
@@ -3,10 +3,10 @@
#
PORTNAME= xfce4-desktop
-PORTVERSION= 4.10.0
-PORTREVISION= 5
+PORTVERSION= 4.10.1
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R}
DISTNAME= xfdesktop-${PORTVERSION}
DIST_SUBDIR= xfce4
@@ -24,6 +24,7 @@ USE_GMAKE= yes
USE_GNOME= glib20 gnomehack gtk20 intltool intlhack desktopfileutils
USE_XFCE= configenv garcon libmenu libutil libexo xfconf
USE_PKGCONFIG= build
+USE_XORG= x11 sm
CONFIGURE_ARGS+=--enable-gio-unix \
--enable-notifications
@@ -52,6 +53,11 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+post-patch:
+.if !${PORT_OPTIONS:MNLS}
+ @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in
+.endif
+
post-install:
@-update-desktop-database
Modified: head/x11-wm/xfce4-desktop/distinfo
==============================================================================
--- head/x11-wm/xfce4-desktop/distinfo Sun Mar 3 16:09:56 2013 (r313365)
+++ head/x11-wm/xfce4-desktop/distinfo Sun Mar 3 16:48:41 2013 (r313366)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfdesktop-4.10.0.tar.bz2) = 897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b
-SIZE (xfce4/xfdesktop-4.10.0.tar.bz2) = 1098862
+SHA256 (xfce4/xfdesktop-4.10.1.tar.bz2) = 2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad
+SIZE (xfce4/xfdesktop-4.10.1.tar.bz2) = 1144840
Modified: head/x11-wm/xfce4-desktop/pkg-plist
==============================================================================
--- head/x11-wm/xfce4-desktop/pkg-plist Sun Mar 3 16:09:56 2013 (r313365)
+++ head/x11-wm/xfce4-desktop/pkg-plist Sun Mar 3 16:48:41 2013 (r313366)
@@ -62,6 +62,7 @@ share/icons/hicolor/scalable/apps/xfce4-
%%NLS%%share/locale/si/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ta/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/te/LC_MESSAGES/xfdesktop.mo
More information about the svn-ports-all
mailing list