Date: Sun, 13 Dec 2015 01:14:38 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403648 - head/x11/rofi Message-ID: <201512130114.tBD1EcMv023821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512130114.tBD1EcMv023821>