Date: Mon, 19 Mar 2018 08:43:46 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464997 - in head/sysutils/xfce4-settings: . files Message-ID: <201803190843.w2J8hkDo057375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Mar 19 08:43:46 2018 New Revision: 464997 URL: https://svnweb.freebsd.org/changeset/ports/464997 Log: - Update xfce4-settings to 4.12.3 - Silence portlint warning about variables ordering - Perform some whitespace changes - Regenerate patch Modified: head/sysutils/xfce4-settings/Makefile head/sysutils/xfce4-settings/distinfo head/sysutils/xfce4-settings/files/patch-configure head/sysutils/xfce4-settings/pkg-plist Modified: head/sysutils/xfce4-settings/Makefile ============================================================================== --- head/sysutils/xfce4-settings/Makefile Mon Mar 19 08:33:20 2018 (r464996) +++ head/sysutils/xfce4-settings/Makefile Mon Mar 19 08:43:46 2018 (r464997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-settings -PORTVERSION= 4.12.2 +PORTVERSION= 4.12.3 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -14,34 +14,34 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ - libfontconfig.so:x11-fonts/fontconfig \ - libxklavier.so:x11/libxklavier + libdbus-glib-1.so:devel/dbus-glib \ + libfontconfig.so:x11-fonts/fontconfig \ + libxklavier.so:x11/libxklavier PORTSCOUT= limit:^4\.12\. +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 cairo intltool intlhack USE_XFCE= garcon libexo USE_XORG= inputproto x11 xcursor xi xrandr -USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce -CONFIGURE_ARGS=--enable-debug=yes \ +CONFIGURE_ARGS= --enable-debug=yes \ --disable-xorg-libinput OPTIONS_DEFINE= NOTIFY NLS UPOWER OPTIONS_DEFAULT= NOTIFY -UPOWER_DESC= Power management tasks +UPOWER_DESC= Power management tasks NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_CONFIGURE_ENABLE= libnotify NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower UPOWER_CONFIGURE_ENABLE= upower-glib -OPTIONS_SUB= yes +OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e 's|Rodent|Adwaita|g' \ Modified: head/sysutils/xfce4-settings/distinfo ============================================================================== --- head/sysutils/xfce4-settings/distinfo Mon Mar 19 08:33:20 2018 (r464996) +++ head/sysutils/xfce4-settings/distinfo Mon Mar 19 08:43:46 2018 (r464997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519901394 -SHA256 (xfce4/xfce4-settings-4.12.2.tar.bz2) = af0e3c0a6501fc99e874103f2597abd1723f06c98f4d9e19a9aabf1842cc2f0d -SIZE (xfce4/xfce4-settings-4.12.2.tar.bz2) = 1029833 +TIMESTAMP = 1521408665 +SHA256 (xfce4/xfce4-settings-4.12.3.tar.bz2) = 0869a9fb29ff51e8225320ed3c621d922f1e4a99a325a3a35c3b2d7bee700ba2 +SIZE (xfce4/xfce4-settings-4.12.3.tar.bz2) = 1035504 Modified: head/sysutils/xfce4-settings/files/patch-configure ============================================================================== --- head/sysutils/xfce4-settings/files/patch-configure Mon Mar 19 08:33:20 2018 (r464996) +++ head/sysutils/xfce4-settings/files/patch-configure Mon Mar 19 08:43:46 2018 (r464997) @@ -1,6 +1,6 @@ ---- ./configure.orig 2013-05-05 16:12:59.000000000 +0000 -+++ ./configure 2013-05-05 23:07:53.000000000 +0000 -@@ -13286,7 +13286,7 @@ +--- configure.orig 2018-03-18 20:52:52 UTC ++++ configure +@@ -13868,7 +13868,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi Modified: head/sysutils/xfce4-settings/pkg-plist ============================================================================== --- head/sysutils/xfce4-settings/pkg-plist Mon Mar 19 08:33:20 2018 (r464996) +++ head/sysutils/xfce4-settings/pkg-plist Mon Mar 19 08:43:46 2018 (r464997) @@ -26,6 +26,7 @@ share/icons/hicolor/128x128/devices/xfce-display-inter share/icons/hicolor/128x128/devices/xfce-display-mirror.png %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-settings.mo +%%NLS%%share/locale/be/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-settings.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803190843.w2J8hkDo057375>