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

Koop Mast kwm at FreeBSD.org
Fri Mar 22 18:32:45 UTC 2013


Author: kwm
Date: Fri Mar 22 18:32:44 2013
New Revision: 314950
URL: http://svnweb.freebsd.org/changeset/ports/314950

Log:
  Don't remove share/gnome/wm-properties it belongs to gnomehier, add implicit
  depend on gnomehier too.
  While here trim header, and use pathfix.
  
  Submitted by:	miwimail

Modified:
  head/x11-wm/sawfish/Makefile
  head/x11-wm/sawfish/pkg-plist

Modified: head/x11-wm/sawfish/Makefile
==============================================================================
--- head/x11-wm/sawfish/Makefile	Fri Mar 22 17:58:26 2013	(r314949)
+++ head/x11-wm/sawfish/Makefile	Fri Mar 22 18:32:44 2013	(r314950)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:   sawfish
-# Date created:        13 September 1999
-# Whom:                Yukihiro Nakai <nakai at FreeBSD.org>
-#
+# Created by: Yukihiro Nakai <nakai at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/x11-wm/sawfish/Makefile,v 1.5 2007/10/10 22:57:29 mezz Exp $
-#
 
 PORTNAME=	sawfish
 PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://download.tuxfamily.org/sawfish/
@@ -19,13 +14,14 @@ COMMENT=	Lisp configurable window manage
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
-LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo \
-		rep.16:${PORTSDIR}/lang/librep
+LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo \
+		rep:${PORTSDIR}/lang/librep
 RUN_DEPENDS=	rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
 
 USE_XZ=		yes
 USE_XORG=	ice sm x11 xft xinerama xrandr
-USE_GNOME=	gnomehack gtk20
+USES=		pathfix
+USE_GNOME=	gnomehier gtk20
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/x11-wm/sawfish/pkg-plist
==============================================================================
--- head/x11-wm/sawfish/pkg-plist	Fri Mar 22 17:58:26 2013	(r314949)
+++ head/x11-wm/sawfish/pkg-plist	Fri Mar 22 18:32:44 2013	(r314950)
@@ -4283,8 +4283,6 @@ share/xsessions/sawfish.desktop
 @dirrmtry share/icons/hicolor/32x32
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
- at dirrmtry share/gnome/wm-properties
- at dirrmtry share/gnome
 @dirrmtry share/applications
 @dirrm lib/sawfish/sawfish/wm/util
 @dirrm lib/sawfish/sawfish/wm


More information about the svn-ports-all mailing list