From owner-svn-ports-head@freebsd.org Sun Jul 15 21:32:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D0AD102AF3B; Sun, 15 Jul 2018 21:32:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A80371A62; Sun, 15 Jul 2018 21:32:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF91613806; Sun, 15 Jul 2018 21:32:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6FLWOxx015171; Sun, 15 Jul 2018 21:32:24 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6FLWOge015168; Sun, 15 Jul 2018 21:32:24 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201807152132.w6FLWOge015168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 15 Jul 2018 21:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474711 - head/sysutils/xfce4-mount-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/xfce4-mount-plugin X-SVN-Commit-Revision: 474711 X-SVN-Commit-Repository: ports 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.27 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: Sun, 15 Jul 2018 21:32:25 -0000 Author: madpilot Date: Sun Jul 15 21:32:24 2018 New Revision: 474711 URL: https://svnweb.freebsd.org/changeset/ports/474711 Log: - Update xfce4-mount-plugin to 1.1.3 - Add NLS option - Minor indent fix Modified: head/sysutils/xfce4-mount-plugin/Makefile head/sysutils/xfce4-mount-plugin/distinfo head/sysutils/xfce4-mount-plugin/pkg-plist Modified: head/sysutils/xfce4-mount-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-mount-plugin/Makefile Sun Jul 15 20:12:53 2018 (r474710) +++ head/sysutils/xfce4-mount-plugin/Makefile Sun Jul 15 21:32:24 2018 (r474711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-mount-plugin -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,14 +13,20 @@ COMMENT= Mount and umount utility for the Xfce4 panel LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 USE_GNOME= gtk30 cairo intltool USE_LDCONFIG= yes USE_XFCE= panel + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include Modified: head/sysutils/xfce4-mount-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-mount-plugin/distinfo Sun Jul 15 20:12:53 2018 (r474710) +++ head/sysutils/xfce4-mount-plugin/distinfo Sun Jul 15 21:32:24 2018 (r474711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488038251 -SHA256 (xfce4/xfce4-mount-plugin-1.1.2.tar.bz2) = 54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6 -SIZE (xfce4/xfce4-mount-plugin-1.1.2.tar.bz2) = 425997 +TIMESTAMP = 1531662540 +SHA256 (xfce4/xfce4-mount-plugin-1.1.3.tar.bz2) = aae5bd6b984bc78daf6b5fb9d15817a27253674a4264ad60f62ccb1aa194911e +SIZE (xfce4/xfce4-mount-plugin-1.1.3.tar.bz2) = 431182 Modified: head/sysutils/xfce4-mount-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-mount-plugin/pkg-plist Sun Jul 15 20:12:53 2018 (r474710) +++ head/sysutils/xfce4-mount-plugin/pkg-plist Sun Jul 15 21:32:24 2018 (r474711) @@ -1,38 +1,39 @@ lib/xfce4/panel/plugins/libmount.so share/icons/hicolor/scalable/apps/xfce-mount.svg -share/locale/ar/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ast/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ca/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/cs/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/da/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/de/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/el/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/en_GB/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/es/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/eu/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/fi/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/fr/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/gl/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/hu/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/id/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/it/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ja/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ko/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/lt/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/lv/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/nb/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/nl/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/pl/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/pt/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ru/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/sq/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/sv/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/tr/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/uk/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ur/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/ur_PK/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/vi/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-mount-plugin.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mount-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mount-plugin.mo share/xfce4/panel/plugins/xfce4-mount-plugin.desktop