svn commit: r317678 - head/x11/xfce4-terminal
Olivier Duchateau
olivierd at FreeBSD.org
Wed May 8 15:31:35 UTC 2013
Author: olivierd
Date: Wed May 8 15:31:34 2013
New Revision: 317678
URL: http://svnweb.freebsd.org/changeset/ports/317678
Log:
- Update to 0.6.2
- Finish to convert USES
- Remove desktopfileutils, because MimeType entry is not present in desktop
file
Modified:
head/x11/xfce4-terminal/Makefile
head/x11/xfce4-terminal/distinfo
head/x11/xfce4-terminal/pkg-plist
Modified: head/x11/xfce4-terminal/Makefile
==============================================================================
--- head/x11/xfce4-terminal/Makefile Wed May 8 15:29:03 2013 (r317677)
+++ head/x11/xfce4-terminal/Makefile Wed May 8 15:31:34 2013 (r317678)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-terminal
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -15,11 +15,10 @@ USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 glib20 intltool intlhack vte \
- libxml2 desktopfileutils
+USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2
USE_XFCE= configenv libmenu
USE_XORG= x11
-USES= pkgconfig
+USES= pathfix pkgconfig
CONFIGURE_ARGS= --without-gnome-default-appsdir
@@ -27,7 +26,7 @@ OPTIONS_DEFINE= NLS
MAN1= xfce4-terminal.1
MANLANG= "" ar ca da de el es fr gl id it ja ko lt \
- pl pt pt_BR ru sv tr ug uk zh_CN
+ pl pt pt_BR ru sr sv tr ug uk zh_CN
.include <bsd.port.options.mk>
@@ -48,7 +47,4 @@ post-patch:
s|po \\|terminal|' ${WRKSRC}/Makefile.in
.endif
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/x11/xfce4-terminal/distinfo
==============================================================================
--- head/x11/xfce4-terminal/distinfo Wed May 8 15:29:03 2013 (r317677)
+++ head/x11/xfce4-terminal/distinfo Wed May 8 15:31:34 2013 (r317678)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-terminal-0.6.1.tar.bz2) = 61346427e55af79e86511572bfabb2e025cb13720879226ea1b98a92f0bcd4c8
-SIZE (xfce4/xfce4-terminal-0.6.1.tar.bz2) = 837279
+SHA256 (xfce4/xfce4-terminal-0.6.2.tar.bz2) = 3d92422288d26311880af694bb4e02c9235997ca307a5e85001bf6bef65c3b35
+SIZE (xfce4/xfce4-terminal-0.6.2.tar.bz2) = 840182
Modified: head/x11/xfce4-terminal/pkg-plist
==============================================================================
--- head/x11/xfce4-terminal/pkg-plist Wed May 8 15:29:03 2013 (r317677)
+++ head/x11/xfce4-terminal/pkg-plist Wed May 8 15:31:34 2013 (r317678)
@@ -49,6 +49,7 @@ share/applications/xfce4-terminal.deskto
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-terminal.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-terminal.mo
share/xfce4/terminal/colorschemes/black-on-white.theme
share/xfce4/terminal/colorschemes/dark-pastels.theme
@@ -58,11 +59,11 @@ share/xfce4/terminal/colorschemes/tango.
share/xfce4/terminal/colorschemes/white-on-black.theme
share/xfce4/terminal/colorschemes/xterm.theme
share/xfce4/terminal/terminal-preferences.ui
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
@dirrm share/xfce4/terminal/colorschemes
@dirrm share/xfce4/terminal
@dirrmtry share/xfce4
+%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/zh_HK
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ur_PK
%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
More information about the svn-ports-all
mailing list