diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-06 07:58:09 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-06 07:58:09 +0800 |
commit | fbd452225adc11bfc8db69d91b413e0913937dd3 (patch) | |
tree | 3946aa61df7b4e7118bb9a3acf780448e3af5b86 /x11-wm | |
parent | da344b0bec0762eb5e81ec4ca7abe872c592bcf4 (diff) | |
download | freebsd-ports-gnome-fbd452225adc11bfc8db69d91b413e0913937dd3.tar.gz freebsd-ports-gnome-fbd452225adc11bfc8db69d91b413e0913937dd3.tar.zst freebsd-ports-gnome-fbd452225adc11bfc8db69d91b413e0913937dd3.zip |
- Update to version 1.11.91
- Take maintainership
- Register dependencies found by stage-qa
- COnvert to USES=localbase
PR: 211601
Submitted by: Demetris Procopiou
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/sawfish/distinfo | 5 |
2 files changed, 11 insertions, 10 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index e5b92134aa65..678c5d9091d3 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -2,33 +2,33 @@ # $FreeBSD$ PORTNAME= sawfish -PORTVERSION= 1.11.90 +PORTVERSION= 1.11.91 PORTEPOCH= 3 CATEGORIES= x11-wm MASTER_SITES= http://download.tuxfamily.org/sawfish/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dem.procopiou@gmail.com COMMENT= Extensible window manager using Lisp-based scripting language LICENSE= ART20 GPLv2 LICENSE_COMB= multi BUILD_DEPENDS= rep-gtk2>=0.90:x11-toolkits/rep-gtk2 -LIB_DEPENDS= librep.so:lang/librep +LIB_DEPENDS= librep.so:lang/librep \ + libgmp.so:math/gmp \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= rep-gtk2>=0.90:x11-toolkits/rep-gtk2 -USES= gmake libtool makeinfo pathfix pkgconfig tar:xz -USE_XORG= ice sm x11 xft xinerama xrandr xtst +USES= gmake libtool localbase makeinfo pathfix pkgconfig tar:xz +USE_XORG= ice sm x11 xft xinerama xrandr xtst xrender xext USE_GNOME= cairo gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - INFO= sawfish OPTIONS_DEFINE= NLS diff --git a/x11-wm/sawfish/distinfo b/x11-wm/sawfish/distinfo index d2d9edd7cc99..f7be6766d8cc 100644 --- a/x11-wm/sawfish/distinfo +++ b/x11-wm/sawfish/distinfo @@ -1,2 +1,3 @@ -SHA256 (sawfish_1.11.90.tar.xz) = 734ac2b2781889793e2d846d81f52b8a90707e136bce7b5691c4d12e90ce7cfa -SIZE (sawfish_1.11.90.tar.xz) = 2751684 +TIMESTAMP = 1470280055 +SHA256 (sawfish_1.11.91.tar.xz) = a983d6c65c651f198e6f640901d43e1e7c6828b4774518f189b1d2642431cd22 +SIZE (sawfish_1.11.91.tar.xz) = 2811148 |