From owner-svn-ports-all@freebsd.org Sun Dec 13 01:14:39 2015 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 8B2B3A14ACA; Sun, 13 Dec 2015 01:14:39 +0000 (UTC) (envelope-from junovitch@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 408E11779; Sun, 13 Dec 2015 01:14:39 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBD1Ecl1023823; Sun, 13 Dec 2015 01:14:38 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBD1EcMv023821; Sun, 13 Dec 2015 01:14:38 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512130114.tBD1EcMv023821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 13 Dec 2015 01:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403648 - head/x11/rofi 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.20 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, 13 Dec 2015 01:14:39 -0000 Author: junovitch Date: Sun Dec 13 01:14:38 2015 New Revision: 403648 URL: https://svnweb.freebsd.org/changeset/ports/403648 Log: x11/rofi: update 0.15.7 -> 0.15.11 - Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11 - LIB_DEPENDS: Add x11/startup-notification - USES: Sort and add shebangfix - Add I3 support option PR: 204675 Submitted by: nomoo@nomoo.ru (maintainer) (with several changes) Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sun Dec 13 00:56:05 2015 (r403647) +++ head/x11/rofi/Makefile Sun Dec 13 01:14:38 2015 (r403648) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 0.15.7 +PORTVERSION= 0.15.11 CATEGORIES= x11 MAINTAINER= nomoo@nomoo.ru @@ -10,14 +10,24 @@ COMMENT= Window switcher, run dialog and LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification + USE_GITHUB= yes GH_ACCOUNT= DaveDavenport GNU_CONFIGURE= yes -USES= autoreconf pkgconfig gmake +USES= autoreconf gmake pkgconfig shebangfix +SHEBANG_FILES= ${WRKSRC}/script/rofi-sensible-terminal USE_XORG= x11 xinerama xft USE_GNOME= pango -PLIST_FILES= bin/rofi man/man1/rofi.1.gz +OPTIONS_DEFINE= I3 + +I3_DESC= I3 support +I3_BUILD_DEPENDS= i3:${PORTSDIR}/x11-wm/i3 +I3_CFLAGS= -I${LOCALBASE}/include/i3 + +PLIST_FILES= bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \ + man/man1/rofi-sensible-terminal.1.gz .include Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sun Dec 13 00:56:05 2015 (r403647) +++ head/x11/rofi/distinfo Sun Dec 13 01:14:38 2015 (r403648) @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.7_GH0.tar.gz) = b815de908088ea78a58eb9d99b5ce83512d45edd25235f697a136a81187f9e2a -SIZE (DaveDavenport-rofi-0.15.7_GH0.tar.gz) = 80062 +SHA256 (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = fce95c859b7ca3b57f8b53c9bb14d858795050405445671efeec0c1de2b401b9 +SIZE (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = 155193