svn commit: r452902 - head/x11/alttab

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 26 05:16:23 UTC 2017


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 <dg at syrec.org> (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 at 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


More information about the svn-ports-all mailing list