Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 08:49:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555458 - head/x11-wm/i3
Message-ID:  <202011160849.0AG8ne21077495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov 16 08:49:40 2020
New Revision: 555458
URL: https://svnweb.freebsd.org/changeset/ports/555458

Log:
  Update to 4.19

Modified:
  head/x11-wm/i3/Makefile
  head/x11-wm/i3/distinfo

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Mon Nov 16 08:33:09 2020	(r555457)
+++ head/x11-wm/i3/Makefile	Mon Nov 16 08:49:40 2020	(r555458)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	i3
-DISTVERSION=	4.18.3
+DISTVERSION=	4.19
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://i3wm.org/downloads/
+MASTER_SITES=	https://i3wm.org/downloads/ \
+		http://i3wm.org/downloads/
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Improved dynamic tiling window manager
@@ -12,6 +13,7 @@ COMMENT=	Improved dynamic tiling window manager
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libev.so:devel/libev \
 		libpangocairo-1.0.so:x11-toolkits/pango \
@@ -28,19 +30,14 @@ 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 gmake iconv localbase perl5 pkgconfig tar:bzip2 \
-		xorg
+USES=		compiler:c11 iconv localbase:ldflags meson perl5 pkgconfig tar:xz xorg
 USE_XORG=	xcb
-GNU_CONFIGURE=	yes
-CONFIGURE_OUTSOURCE=	yes
-CONFIGURE_ENV=	ac_cv_path_PATH_ASCIIDOC=""
+MESON_ARGS=	-Ddocs=false \
+		-Dmans=false
 LDFLAGS+=	${ICONV_LIB}
 INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS_INSTALL=	i3-gaps
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/x11-wm/i3/distinfo
==============================================================================
--- head/x11-wm/i3/distinfo	Mon Nov 16 08:33:09 2020	(r555457)
+++ head/x11-wm/i3/distinfo	Mon Nov 16 08:49:40 2020	(r555458)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603178243
-SHA256 (i3-4.18.3.tar.bz2) = 53ae7903fad6eea830d58e949698e4a502c432c0d0a582659a0a59b1b995b10d
-SIZE (i3-4.18.3.tar.bz2) = 1218766
+TIMESTAMP = 1605515712
+SHA256 (i3-4.19.tar.xz) = aca48b03c0c70607826a1a91333065ff44d61774c152ddc9210fbc1627355872
+SIZE (i3-4.19.tar.xz) = 1278600



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011160849.0AG8ne21077495>