From owner-svn-ports-head@freebsd.org Thu Oct 26 05:16:23 2017 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 5EEBDE3CC26; Thu, 26 Oct 2017 05:16:23 +0000 (UTC) (envelope-from tcberner@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 286536C37A; Thu, 26 Oct 2017 05:16:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9Q5GMNh065246; Thu, 26 Oct 2017 05:16:22 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9Q5GMKu065244; Thu, 26 Oct 2017 05:16:22 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710260516.v9Q5GMKu065244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 26 Oct 2017 05:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452902 - head/x11/alttab X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11/alttab X-SVN-Commit-Revision: 452902 X-SVN-Commit-Repository: ports 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.23 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: Thu, 26 Oct 2017 05:16:23 -0000 Author: tcberner Date: Thu Oct 26 05:16:21 2017 New Revision: 452902 URL: https://svnweb.freebsd.org/changeset/ports/452902 Log: Update x11/alttab to 1.1.0 PR: 223241 Submitted by: Dmitri Goutnik (maintainer) Modified: head/x11/alttab/Makefile head/x11/alttab/distinfo Modified: head/x11/alttab/Makefile ============================================================================== --- head/x11/alttab/Makefile Thu Oct 26 04:54:37 2017 (r452901) +++ head/x11/alttab/Makefile Thu Oct 26 05:16:21 2017 (r452902) @@ -3,7 +3,7 @@ PORTNAME= alttab DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 +DISTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= dg@syrec.org @@ -12,9 +12,13 @@ COMMENT= Task switcher for minimalistic window manager LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash +LIB_DEPENDS= libpng16.so:graphics/png + USES= pkgconfig -USE_XORG= x11 xft +USE_XORG= x11 xft xrender GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include USE_GITHUB= yes GH_ACCOUNT= sagb Modified: head/x11/alttab/distinfo ============================================================================== --- head/x11/alttab/distinfo Thu Oct 26 04:54:37 2017 (r452901) +++ head/x11/alttab/distinfo Thu Oct 26 05:16:21 2017 (r452902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502487324 -SHA256 (sagb-alttab-v1.0.3_GH0.tar.gz) = 038dd14bcc61b0478bb44c1a50eb23128fda23a9978b67d905c2e83f3fabd38c -SIZE (sagb-alttab-v1.0.3_GH0.tar.gz) = 129139 +TIMESTAMP = 1508945906 +SHA256 (sagb-alttab-v1.1.0_GH0.tar.gz) = 72eed0a0c09ac36c6426e40db9ae0181d2f57c6491da8cb1e7153875299c94be +SIZE (sagb-alttab-v1.1.0_GH0.tar.gz) = 173880