From owner-svn-ports-all@freebsd.org Sun Jul 29 19:43:01 2018 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 49D7D10615BF; Sun, 29 Jul 2018 19:43:01 +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 F3C1976E9B; Sun, 29 Jul 2018 19:43:00 +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 D58721A30B; Sun, 29 Jul 2018 19:43:00 +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 w6TJh0Om073970; Sun, 29 Jul 2018 19:43:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TJh0vq073966; Sun, 29 Jul 2018 19:43:00 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201807291943.w6TJh0vq073966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 29 Jul 2018 19:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475852 - in head/x11-wm/xfce4-wm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11-wm/xfce4-wm: . files X-SVN-Commit-Revision: 475852 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.27 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: Sun, 29 Jul 2018 19:43:01 -0000 Author: madpilot Date: Sun Jul 29 19:42:59 2018 New Revision: 475852 URL: https://svnweb.freebsd.org/changeset/ports/475852 Log: - Update xfce4-wm to 4.12.5 - Remove unneeded USE_LDCONFIG - Regenerate patch - Update project home page to https Modified: head/x11-wm/xfce4-wm/Makefile head/x11-wm/xfce4-wm/distinfo head/x11-wm/xfce4-wm/files/patch-configure head/x11-wm/xfce4-wm/pkg-descr Modified: head/x11-wm/xfce4-wm/Makefile ============================================================================== --- head/x11-wm/xfce4-wm/Makefile Sun Jul 29 19:30:07 2018 (r475851) +++ head/x11-wm/xfce4-wm/Makefile Sun Jul 29 19:42:59 2018 (r475852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-wm -PORTVERSION= 4.12.4 +PORTVERSION= 4.12.5 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfwm4/${PORTVERSION:R} DISTNAME= xfwm4-${PORTVERSION} @@ -27,7 +27,6 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= gettext-tools gmake pkgconfig tar:bzip2 xfce USE_GNOME= gtk20 intltool libwnck cairo -USE_LDCONFIG= yes USE_XFCE= libmenu USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xrandr xrender DATADIR= ${PREFIX}/share/xfwm4 Modified: head/x11-wm/xfce4-wm/distinfo ============================================================================== --- head/x11-wm/xfce4-wm/distinfo Sun Jul 29 19:30:07 2018 (r475851) +++ head/x11-wm/xfce4-wm/distinfo Sun Jul 29 19:42:59 2018 (r475852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489679615 -SHA256 (xfce4/xfwm4-4.12.4.tar.bz2) = fa74048a75649a6e92df763a3cfb706d3fed1e1a6adf567f6693325a5a6efb36 -SIZE (xfce4/xfwm4-4.12.4.tar.bz2) = 1208874 +TIMESTAMP = 1532869895 +SHA256 (xfce4/xfwm4-4.12.5.tar.bz2) = 7775c02216666c2d023275e7ed6d85e57d965e5cc1407bb6a05c53cc38d8caca +SIZE (xfce4/xfwm4-4.12.5.tar.bz2) = 1215450 Modified: head/x11-wm/xfce4-wm/files/patch-configure ============================================================================== --- head/x11-wm/xfce4-wm/files/patch-configure Sun Jul 29 19:30:07 2018 (r475851) +++ head/x11-wm/xfce4-wm/files/patch-configure Sun Jul 29 19:42:59 2018 (r475852) @@ -1,6 +1,6 @@ ---- ./configure.orig 2013-05-05 15:58:46.000000000 +0000 -+++ ./configure 2013-05-06 18:59:33.000000000 +0000 -@@ -13408,7 +13408,7 @@ +--- configure.orig 2018-07-29 12:57:35 UTC ++++ configure +@@ -14015,7 +14015,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi Modified: head/x11-wm/xfce4-wm/pkg-descr ============================================================================== --- head/x11-wm/xfce4-wm/pkg-descr Sun Jul 29 19:30:07 2018 (r475851) +++ head/x11-wm/xfce4-wm/pkg-descr Sun Jul 29 19:42:59 2018 (r475852) @@ -2,4 +2,4 @@ The Xfce 4 window manager manages the placement of app on the screen, provides window decorations, and manages work- spaces or virtual desktops. -WWW: http://www.xfce.org/ +WWW: https://xfce.org/