svn commit: r419717 - head/x11-wm/sawfish

Pawel Pekala pawel at FreeBSD.org
Fri Aug 5 23:58:11 UTC 2016


Author: pawel
Date: Fri Aug  5 23:58:09 2016
New Revision: 419717
URL: https://svnweb.freebsd.org/changeset/ports/419717

Log:
  - Update to version 1.11.91
  - Take maintainership
  - Register dependencies found by stage-qa
  - COnvert to USES=localbase
  
  PR:		211601
  Submitted by:	Demetris Procopiou

Modified:
  head/x11-wm/sawfish/Makefile
  head/x11-wm/sawfish/distinfo

Modified: head/x11-wm/sawfish/Makefile
==============================================================================
--- head/x11-wm/sawfish/Makefile	Fri Aug  5 23:08:37 2016	(r419716)
+++ head/x11-wm/sawfish/Makefile	Fri Aug  5 23:58:09 2016	(r419717)
@@ -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 at FreeBSD.org
+MAINTAINER=	dem.procopiou at 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

Modified: head/x11-wm/sawfish/distinfo
==============================================================================
--- head/x11-wm/sawfish/distinfo	Fri Aug  5 23:08:37 2016	(r419716)
+++ head/x11-wm/sawfish/distinfo	Fri Aug  5 23:58:09 2016	(r419717)
@@ -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


More information about the svn-ports-all mailing list