diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-14 07:11:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-14 07:11:20 +0000 |
commit | db8914636280d9a12cf1c7621f3fd6eed3ea1c6b (patch) | |
tree | b96d7386e4b29ef00cae7f512d3c6814230f286d | |
parent | d54bb4bc66c4e596426436cbdac844ec0d594648 (diff) |
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@syrec.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=467291
-rw-r--r-- | x11/alttab/Makefile | 9 | ||||
-rw-r--r-- | x11/alttab/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/alttab/Makefile b/x11/alttab/Makefile index 17981c37ce1a..ca2b01324d35 100644 --- a/x11/alttab/Makefile +++ b/x11/alttab/Makefile @@ -3,7 +3,7 @@ PORTNAME= alttab DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.0 CATEGORIES= x11 MAINTAINER= dg@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 diff --git a/x11/alttab/distinfo b/x11/alttab/distinfo index c2b5c3f770f2..299f132f961e 100644 --- a/x11/alttab/distinfo +++ b/x11/alttab/distinfo @@ -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 |