From owner-svn-ports-head@freebsd.org Sun Jun 23 07:53:34 2019 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 AC14015C8B46; Sun, 23 Jun 2019 07:53:34 +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 4DD5F77B76; Sun, 23 Jun 2019 07:53:34 +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 08DF71EDAE; Sun, 23 Jun 2019 07:53:34 +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 x5N7rX5l098304; Sun, 23 Jun 2019 07:53:33 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5N7rXCj098301; Sun, 23 Jun 2019 07:53:33 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201906230753.x5N7rXCj098301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 23 Jun 2019 07:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504930 - head/audio/xfmpc X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/audio/xfmpc X-SVN-Commit-Revision: 504930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DD5F77B76 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,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-head@freebsd.org X-Mailman-Version: 2.1.29 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, 23 Jun 2019 07:53:34 -0000 Author: madpilot Date: Sun Jun 23 07:53:33 2019 New Revision: 504930 URL: https://svnweb.freebsd.org/changeset/ports/504930 Log: Update xfmpc to 0.3.0. This version uses GTK3. Modified: head/audio/xfmpc/Makefile head/audio/xfmpc/distinfo head/audio/xfmpc/pkg-plist Modified: head/audio/xfmpc/Makefile ============================================================================== --- head/audio/xfmpc/Makefile Sun Jun 23 07:40:54 2019 (r504929) +++ head/audio/xfmpc/Makefile Sun Jun 23 07:53:33 2019 (r504930) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfmpc -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= audio xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -18,8 +17,8 @@ LIB_DEPENDS= libmpd.so:audio/libmpd \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce -USE_GNOME= cairo gtk20 intlhack intltool +USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= cairo gtk30 intltool USE_XFCE= libmenu USE_XORG= ice sm x11 Modified: head/audio/xfmpc/distinfo ============================================================================== --- head/audio/xfmpc/distinfo Sun Jun 23 07:40:54 2019 (r504929) +++ head/audio/xfmpc/distinfo Sun Jun 23 07:53:33 2019 (r504930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467351883 -SHA256 (xfce4/xfmpc-0.2.3.tar.bz2) = 4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0 -SIZE (xfce4/xfmpc-0.2.3.tar.bz2) = 414680 +TIMESTAMP = 1561214325 +SHA256 (xfce4/xfmpc-0.3.0.tar.bz2) = c76e2a88dc3e1d345da7a5c68fa39981494c2b40033748efcac54411c9e65689 +SIZE (xfce4/xfmpc-0.3.0.tar.bz2) = 443234 Modified: head/audio/xfmpc/pkg-plist ============================================================================== --- head/audio/xfmpc/pkg-plist Sun Jun 23 07:40:54 2019 (r504929) +++ head/audio/xfmpc/pkg-plist Sun Jun 23 07:53:33 2019 (r504930) @@ -4,6 +4,7 @@ share/applications/xfmpc.desktop %%NLS%%share/locale/am/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfmpc.mo +%%NLS%%share/locale/be/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfmpc.mo @@ -20,7 +21,9 @@ share/applications/xfmpc.desktop %%NLS%%share/locale/he/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfmpc.mo +%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/id/LC_MESSAGES/xfmpc.mo +%%NLS%%share/locale/ie/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/is/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/it/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfmpc.mo @@ -37,6 +40,7 @@ share/applications/xfmpc.desktop %%NLS%%share/locale/si/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfmpc.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/th/LC_MESSAGES/xfmpc.mo