From owner-svn-ports-head@freebsd.org Fri Aug 5 23:58:11 2016 Return-Path: Delivered-To: svn-ports-head@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 44AC3BAE33D; Fri, 5 Aug 2016 23:58:11 +0000 (UTC) (envelope-from pawel@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 F0BD11F25; Fri, 5 Aug 2016 23:58:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75Nw9tC010863; Fri, 5 Aug 2016 23:58:09 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75Nw9xW010860; Fri, 5 Aug 2016 23:58:09 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608052358.u75Nw9xW010860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 5 Aug 2016 23:58:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419717 - head/x11-wm/sawfish X-SVN-Group: ports-head 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.22 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: Fri, 05 Aug 2016 23:58:11 -0000 Author: pawel Date: Fri Aug 5 23:58:09 2016 New Revision: 419717 URL: https://svnweb.freebsd.org/changeset/ports/419717 Log: - Update to version 1.11.91 - Take maintainership - Register dependencies found by stage-qa - COnvert to USES=localbase PR: 211601 Submitted by: Demetris Procopiou Modified: head/x11-wm/sawfish/Makefile head/x11-wm/sawfish/distinfo Modified: head/x11-wm/sawfish/Makefile ============================================================================== --- head/x11-wm/sawfish/Makefile Fri Aug 5 23:08:37 2016 (r419716) +++ head/x11-wm/sawfish/Makefile Fri Aug 5 23:58:09 2016 (r419717) @@ -2,33 +2,33 @@ # $FreeBSD$ PORTNAME= sawfish -PORTVERSION= 1.11.90 +PORTVERSION= 1.11.91 PORTEPOCH= 3 CATEGORIES= x11-wm MASTER_SITES= http://download.tuxfamily.org/sawfish/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dem.procopiou@gmail.com COMMENT= Extensible window manager using Lisp-based scripting language LICENSE= ART20 GPLv2 LICENSE_COMB= multi BUILD_DEPENDS= rep-gtk2>=0.90:x11-toolkits/rep-gtk2 -LIB_DEPENDS= librep.so:lang/librep +LIB_DEPENDS= librep.so:lang/librep \ + libgmp.so:math/gmp \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= rep-gtk2>=0.90:x11-toolkits/rep-gtk2 -USES= gmake libtool makeinfo pathfix pkgconfig tar:xz -USE_XORG= ice sm x11 xft xinerama xrandr xtst +USES= gmake libtool localbase makeinfo pathfix pkgconfig tar:xz +USE_XORG= ice sm x11 xft xinerama xrandr xtst xrender xext USE_GNOME= cairo gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - INFO= sawfish OPTIONS_DEFINE= NLS Modified: head/x11-wm/sawfish/distinfo ============================================================================== --- head/x11-wm/sawfish/distinfo Fri Aug 5 23:08:37 2016 (r419716) +++ head/x11-wm/sawfish/distinfo Fri Aug 5 23:58:09 2016 (r419717) @@ -1,2 +1,3 @@ -SHA256 (sawfish_1.11.90.tar.xz) = 734ac2b2781889793e2d846d81f52b8a90707e136bce7b5691c4d12e90ce7cfa -SIZE (sawfish_1.11.90.tar.xz) = 2751684 +TIMESTAMP = 1470280055 +SHA256 (sawfish_1.11.91.tar.xz) = a983d6c65c651f198e6f640901d43e1e7c6828b4774518f189b1d2642431cd22 +SIZE (sawfish_1.11.91.tar.xz) = 2811148