diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-10-26 13:16:21 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-10-26 13:16:21 +0800 |
commit | abd64bc7109ca2e24c845b11569686635e194062 (patch) | |
tree | 8eb8d728d4d4e8223b2f0ae991d80ae3e14504be /x11 | |
parent | 35779cfbea33f962794758ecd690172148761359 (diff) | |
download | freebsd-ports-gnome-abd64bc7109ca2e24c845b11569686635e194062.tar.gz freebsd-ports-gnome-abd64bc7109ca2e24c845b11569686635e194062.tar.zst freebsd-ports-gnome-abd64bc7109ca2e24c845b11569686635e194062.zip |
Update x11/alttab to 1.1.0
PR: 223241
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/alttab/Makefile | 8 | ||||
-rw-r--r-- | x11/alttab/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11/alttab/Makefile b/x11/alttab/Makefile index a3ff8dfdd821..55d50fb70176 100644 --- a/x11/alttab/Makefile +++ b/x11/alttab/Makefile @@ -3,7 +3,7 @@ PORTNAME= alttab DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 +DISTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= dg@syrec.org @@ -12,9 +12,13 @@ COMMENT= Task switcher for minimalistic window managers 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 diff --git a/x11/alttab/distinfo b/x11/alttab/distinfo index 0a98b86a3a71..69fafda39a9e 100644 --- a/x11/alttab/distinfo +++ b/x11/alttab/distinfo @@ -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 |