From owner-svn-ports-all@freebsd.org Tue Jan 29 08:59:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAAF514B1E8F; Tue, 29 Jan 2019 08:59:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1AE7335D; Tue, 29 Jan 2019 08:59:31 +0000 (UTC) (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 252A6547D; Tue, 29 Jan 2019 08:59:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0T8xVS5030791; Tue, 29 Jan 2019 08:59:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0T8xUqT030789; Tue, 29 Jan 2019 08:59:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201901290859.x0T8xUqT030789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 29 Jan 2019 08:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491547 - head/x11-wm/i3 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-wm/i3 X-SVN-Commit-Revision: 491547 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4C1AE7335D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 29 Jan 2019 08:59:32 -0000 Author: bapt Date: Tue Jan 29 08:59:30 2019 New Revision: 491547 URL: https://svnweb.freebsd.org/changeset/ports/491547 Log: Update to 4.16.1 Add LICENSE_FILE Sort dependencies Sort USES Add USES=localbase PR: 235284 Submitted by: dg@syrec.org Modified: head/x11-wm/i3/Makefile head/x11-wm/i3/distinfo Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Tue Jan 29 07:56:30 2019 (r491546) +++ head/x11-wm/i3/Makefile Tue Jan 29 08:59:30 2019 (r491547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.16 +DISTVERSION= 4.16.1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ @@ -10,29 +10,30 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Improved dynamic tiling window manager LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ - libxcb-util.so:x11/xcb-util \ - libxcb-keysyms.so:x11/xcb-util-keysyms \ - libxcb-icccm.so:x11/xcb-util-wm \ +LIB_DEPENDS= libcairo.so:graphics/cairo \ libev.so:devel/libev \ - libyajl.so:devel/yajl \ - libcairo.so:graphics/cairo \ libpangocairo-1.0.so:x11-toolkits/pango \ libpcre.so:devel/pcre \ + libstartup-notification-1.so:x11/startup-notification \ libxcb-cursor.so:x11/xcb-util-cursor \ + libxcb-icccm.so:x11/xcb-util-wm \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxcb-util.so:x11/xcb-util \ + libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon.so:x11/libxkbcommon \ - libxcb-xrm.so:x11/xcb-util-xrm -RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny \ - p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 + libyajl.so:devel/yajl +RUN_DEPENDS= p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 \ + p5-IPC-Run>=0:devel/p5-IPC-Run \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny -USES= compiler:c11 pkgconfig gmake iconv perl5 tar:bzip2 +USES= compiler:c11 gmake iconv localbase perl5 pkgconfig tar:bzip2 USE_XORG= xcb GNU_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes CONFIGURE_ENV= ac_cv_path_PATH_ASCIIDOC="" -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LDFLAGS+= ${ICONV_LIB} INSTALL_TARGET= install-strip CONFLICTS_INSTALL= i3-gaps Modified: head/x11-wm/i3/distinfo ============================================================================== --- head/x11-wm/i3/distinfo Tue Jan 29 07:56:30 2019 (r491546) +++ head/x11-wm/i3/distinfo Tue Jan 29 08:59:30 2019 (r491547) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541408929 -SHA256 (i3-4.16.tar.bz2) = cc60a5f518c5e37b4143b644a840bb2ad2a63ea7a771954c332cd5637db655b4 -SIZE (i3-4.16.tar.bz2) = 1213251 +TIMESTAMP = 1548752186 +SHA256 (i3-4.16.1.tar.bz2) = ab65c25c06acbdc67cba3ff23e2a82ea17911def65f4fd0200bb6f9382378576 +SIZE (i3-4.16.1.tar.bz2) = 1211532