From owner-svn-ports-all@FreeBSD.ORG Thu Aug 22 22:56:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89311C54; Thu, 22 Aug 2013 22:56:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0AB2C2A; Thu, 22 Aug 2013 22:56:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7MMuQN9095507; Thu, 22 Aug 2013 22:56:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7MMuQOD095505; Thu, 22 Aug 2013 22:56:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308222256.r7MMuQOD095505@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 22 Aug 2013 22:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325241 - in head/x11/i3lock: . files X-SVN-Group: ports-head 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.14 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, 22 Aug 2013 22:56:26 -0000 Author: bapt Date: Thu Aug 22 22:56:25 2013 New Revision: 325241 URL: http://svnweb.freebsd.org/changeset/ports/325241 Log: - update to 2.5 - change LIB_DEPENDS to new format - remove upstreamed patch - add a dependency on the new libxkbcommon Approved by: dhn (implicit) Deleted: head/x11/i3lock/files/patch-i3lock.c Modified: head/x11/i3lock/Makefile head/x11/i3lock/distinfo Modified: head/x11/i3lock/Makefile ============================================================================== --- head/x11/i3lock/Makefile Thu Aug 22 22:48:04 2013 (r325240) +++ head/x11/i3lock/Makefile Thu Aug 22 22:56:25 2013 (r325241) @@ -2,23 +2,21 @@ # $FreeBSD$ PORTNAME= i3lock -PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTVERSION= 2.5 CATEGORIES= x11 -MASTER_SITES= http://i3wm.org/${PORTNAME}/ \ - http://mirror.4bit.ws/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dhn +MASTER_SITES= http://i3wm.org/${PORTNAME}/ MAINTAINER= dhn@FreeBSD.org COMMENT= Slightly improved screen locker based on slock LICENSE= BSD -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \ - xcb-image:${PORTSDIR}/x11/xcb-util-image \ - ev.4:${PORTSDIR}/devel/libev +LIB_DEPENDS= libcairo.so.2:${PORTSDIR}/graphics/cairo \ + libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \ + libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \ + libev.so.4:${PORTSDIR}/devel/libev \ + libxkbfile.so:${PORTSDIR}/x11/libxkbfile \ + libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" \ Modified: head/x11/i3lock/distinfo ============================================================================== --- head/x11/i3lock/distinfo Thu Aug 22 22:48:04 2013 (r325240) +++ head/x11/i3lock/distinfo Thu Aug 22 22:56:25 2013 (r325241) @@ -1,2 +1,2 @@ -SHA256 (i3lock-2.4.1.tar.bz2) = 4d29e66841138de562e71903d31ecaaefd8ecffe5e68da0d6c8d560ed543047c -SIZE (i3lock-2.4.1.tar.bz2) = 30592 +SHA256 (i3lock-2.5.tar.bz2) = ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77 +SIZE (i3lock-2.5.tar.bz2) = 16135