svn commit: r467291 - head/x11/alttab

Yuri Victorovich yuri at FreeBSD.org
Sat Apr 14 07:11:21 UTC 2018


Author: yuri
Date: Sat Apr 14 07:11:20 2018
New Revision: 467291
URL: https://svnweb.freebsd.org/changeset/ports/467291

Log:
  x11/alttab: Update 1.2.0 -> 1.3.0
  
  Port changes:
  * Replace CFLAGS with USES=localbase
  * Order USExx section
  
  PR:		227495
  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	Sat Apr 14 07:00:31 2018	(r467290)
+++ head/x11/alttab/Makefile	Sat Apr 14 07:11:20 2018	(r467291)
@@ -3,7 +3,7 @@
 
 PORTNAME=	alttab
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.2.0
+DISTVERSION=	1.3.0
 CATEGORIES=	x11
 
 MAINTAINER=	dg at syrec.org
@@ -15,12 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/uthash.h:devel/uthash
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		pkgconfig
-USE_XORG=	x11 xft xrender
-GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
+USES=		localbase pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	sagb
+GNU_CONFIGURE=	yes
+USE_XORG=	x11 xft xrandr xrender
 
 PLIST_FILES=	bin/alttab \
 		man/man1/alttab.1.gz

Modified: head/x11/alttab/distinfo
==============================================================================
--- head/x11/alttab/distinfo	Sat Apr 14 07:00:31 2018	(r467290)
+++ head/x11/alttab/distinfo	Sat Apr 14 07:11:20 2018	(r467291)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519999599
-SHA256 (sagb-alttab-v1.2.0_GH0.tar.gz) = 9d0f4cb32c30e0bc454a642dd655c5fc8265735390c24d18323e6239163e0fb3
-SIZE (sagb-alttab-v1.2.0_GH0.tar.gz) = 178654
+TIMESTAMP = 1523689589
+SHA256 (sagb-alttab-v1.3.0_GH0.tar.gz) = d8d82a579b9afc126f0a200c7f423b4a36f4f377cb278bb9578dfce55a2b71e6
+SIZE (sagb-alttab-v1.3.0_GH0.tar.gz) = 190168


More information about the svn-ports-head mailing list