From owner-svn-ports-all@freebsd.org Mon Feb 25 14:03:47 2019 Return-Path: Delivered-To: svn-ports-all@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 B7812150B868; Mon, 25 Feb 2019 14:03:47 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32F298E3C0; Mon, 25 Feb 2019 14:03:47 +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 25D4F1DF6A; Mon, 25 Feb 2019 14:03:47 +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 x1PE3l13078728; Mon, 25 Feb 2019 14:03:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1PE3klt078725; Mon, 25 Feb 2019 14:03:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201902251403.x1PE3klt078725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 25 Feb 2019 14:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493862 - head/math/xfce4-calculator-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/math/xfce4-calculator-plugin X-SVN-Commit-Revision: 493862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 32F298E3C0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2019 14:03:48 -0000 Author: madpilot Date: Mon Feb 25 14:03:46 2019 New Revision: 493862 URL: https://svnweb.freebsd.org/changeset/ports/493862 Log: - Update to 0.7.0 - Adjust dependencies - Add NLS option PR: 236007 Submitted by: Olivier Duchateau Modified: head/math/xfce4-calculator-plugin/Makefile head/math/xfce4-calculator-plugin/distinfo head/math/xfce4-calculator-plugin/pkg-plist Modified: head/math/xfce4-calculator-plugin/Makefile ============================================================================== --- head/math/xfce4-calculator-plugin/Makefile Mon Feb 25 13:37:48 2019 (r493861) +++ head/math/xfce4-calculator-plugin/Makefile Mon Feb 25 14:03:46 2019 (r493862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-calculator-plugin -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= math xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -15,13 +15,20 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-tools gmake gnome libtool pkgconfig tar:bz2 xfce -USE_GNOME= cairo gtk20 intlhack intltool +USES= gettext-tools gmake gnome libtool pkgconfig tar:bz2 \ + xfce:gtk3 +USE_GNOME= cairo gtk30 intltool USE_XFCE= panel USE_XORG= x11 GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime .include Modified: head/math/xfce4-calculator-plugin/distinfo ============================================================================== --- head/math/xfce4-calculator-plugin/distinfo Mon Feb 25 13:37:48 2019 (r493861) +++ head/math/xfce4-calculator-plugin/distinfo Mon Feb 25 14:03:46 2019 (r493862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466486559 -SHA256 (xfce4/xfce4-calculator-plugin-0.6.0.tar.bz2) = eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2 -SIZE (xfce4/xfce4-calculator-plugin-0.6.0.tar.bz2) = 386342 +TIMESTAMP = 1551036456 +SHA256 (xfce4/xfce4-calculator-plugin-0.7.0.tar.bz2) = 7b50ab947ab058e1c079113e7f0f8b38ef242fec36ec9f31bb4e3c19cb3f9de9 +SIZE (xfce4/xfce4-calculator-plugin-0.7.0.tar.bz2) = 384634 Modified: head/math/xfce4-calculator-plugin/pkg-plist ============================================================================== --- head/math/xfce4-calculator-plugin/pkg-plist Mon Feb 25 13:37:48 2019 (r493861) +++ head/math/xfce4-calculator-plugin/pkg-plist Mon Feb 25 14:03:46 2019 (r493862) @@ -1,4 +1,4 @@ -libexec/xfce4/panel-plugins/xfce4-calculator-plugin +lib/xfce4/panel/plugins/libcalculator.so share/icons/hicolor/16x16/apps/xfce4-calculator-plugin.png share/icons/hicolor/22x22/apps/xfce4-calculator-plugin.png share/icons/hicolor/24x24/apps/xfce4-calculator-plugin.png @@ -6,4 +6,34 @@ share/icons/hicolor/256x256/apps/xfce4-calculator-plug share/icons/hicolor/32x32/apps/xfce4-calculator-plugin.png share/icons/hicolor/48x48/apps/xfce4-calculator-plugin.png share/icons/hicolor/64x64/apps/xfce4-calculator-plugin.png -share/xfce4/panel-plugins/calculator.desktop +%%NLS%%share/locale/be/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-calculator-plugin.mo +share/xfce4/panel/plugins/calculator.desktop