From owner-svn-ports-all@freebsd.org Thu Dec 14 14:40:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F48DE82A63; Thu, 14 Dec 2017 14:40:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id 06E43669A4; Thu, 14 Dec 2017 14:40:30 +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 vBEEeUuq012979; Thu, 14 Dec 2017 14:40:30 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBEEeTNw012976; Thu, 14 Dec 2017 14:40:29 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201712141440.vBEEeTNw012976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 14 Dec 2017 14:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456298 - in head/x11-wm/xfce4-panel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11-wm/xfce4-panel: . files X-SVN-Commit-Revision: 456298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 14 Dec 2017 14:40:31 -0000 Author: madpilot Date: Thu Dec 14 14:40:29 2017 New Revision: 456298 URL: https://svnweb.freebsd.org/changeset/ports/456298 Log: - Update xfce4-panel to 4.12.2 - Perform some whitespace fixes and regenrate patch - Add PORTSCOUT limit Modified: head/x11-wm/xfce4-panel/Makefile head/x11-wm/xfce4-panel/distinfo head/x11-wm/xfce4-panel/files/patch-configure Modified: head/x11-wm/xfce4-panel/Makefile ============================================================================== --- head/x11-wm/xfce4-panel/Makefile Thu Dec 14 13:57:47 2017 (r456297) +++ head/x11-wm/xfce4-panel/Makefile Thu Dec 14 14:40:29 2017 (r456298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-panel -PORTVERSION= 4.12.1 +PORTVERSION= 4.12.2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,10 +16,12 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libdbus-glib-1.so:devel/dbus-glib \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +PORTSCOUT= limit:^4\.12\. + USES= desktop-file-utils gmake libtool pathfix gettext-tools perl5 \ pkgconfig tar:bzip2 GNU_CONFIGURE= yes @@ -34,12 +36,12 @@ CONFIGURE_ARGS+=--enable-gio-unix --without-html-dir OPTIONS_DEFINE= GTK3 NLS OPTIONS_DEFAULT= GTK3 -GTK3_USES= xfce:gtk3 -GTK3_USE= gnome=gtk30 +GTK3_USES= xfce:gtk3 +GTK3_USE= gnome=gtk30 GTK3_CONFIGURE_ENABLE= gtk3 -GTK3_USES_OFF= xfce -NLS_USES= gettext-runtime +GTK3_USES_OFF= xfce +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -OPTIONS_SUB= yes +OPTIONS_SUB= yes .include Modified: head/x11-wm/xfce4-panel/distinfo ============================================================================== --- head/x11-wm/xfce4-panel/distinfo Thu Dec 14 13:57:47 2017 (r456297) +++ head/x11-wm/xfce4-panel/distinfo Thu Dec 14 14:40:29 2017 (r456298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477409572 -SHA256 (xfce4/xfce4-panel-4.12.1.tar.bz2) = 93d58b80cca9c9eb58adb281bc75404df7cf6cae89f7f98bb9f38690009aa2e8 -SIZE (xfce4/xfce4-panel-4.12.1.tar.bz2) = 1142476 +TIMESTAMP = 1513239842 +SHA256 (xfce4/xfce4-panel-4.12.2.tar.bz2) = 42058abb81b8f87691d3999627447de71c3285bcf055f308aab5cefab2de0ce9 +SIZE (xfce4/xfce4-panel-4.12.2.tar.bz2) = 1167175 Modified: head/x11-wm/xfce4-panel/files/patch-configure ============================================================================== --- head/x11-wm/xfce4-panel/files/patch-configure Thu Dec 14 13:57:47 2017 (r456297) +++ head/x11-wm/xfce4-panel/files/patch-configure Thu Dec 14 14:40:29 2017 (r456298) @@ -1,6 +1,6 @@ ---- ./configure.orig 2013-05-05 15:47:13.000000000 +0000 -+++ ./configure 2013-05-05 21:39:20.000000000 +0000 -@@ -13517,7 +13517,7 @@ +--- configure.orig 2017-12-13 23:14:34 UTC ++++ configure +@@ -14100,7 +14100,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi