Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 14:19:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337990 - head/x11-wm/sawfish
Message-ID:  <201312291419.rBTEJoRq062017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 29 14:19:49 2013
New Revision: 337990
URL: http://svnweb.freebsd.org/changeset/ports/337990

Log:
  Stage support

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

Modified: head/x11-wm/sawfish/Makefile
==============================================================================
--- head/x11-wm/sawfish/Makefile	Sun Dec 29 14:17:15 2013	(r337989)
+++ head/x11-wm/sawfish/Makefile	Sun Dec 29 14:19:49 2013	(r337990)
@@ -15,7 +15,7 @@ LICENSE=	ART20 GPLv2
 LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
-LIB_DEPENDS=	rep:${PORTSDIR}/lang/librep
+LIB_DEPENDS=	librep.so:${PORTSDIR}/lang/librep
 RUN_DEPENDS=	rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
 
 USE_XZ=		yes
@@ -30,13 +30,10 @@ INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MANCOMPRESSED=	yes
-MAN1=		sawfish.1 sawfish-client.1 sawfish-config.1
 INFO=		sawfish
 
 PORTSCOUT=	limit:^1\.9\.[0-9]
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/dnsdomainname/d' ${WRKSRC}/build-info

Modified: head/x11-wm/sawfish/pkg-plist
==============================================================================
--- head/x11-wm/sawfish/pkg-plist	Sun Dec 29 14:17:15 2013	(r337989)
+++ head/x11-wm/sawfish/pkg-plist	Sun Dec 29 14:19:49 2013	(r337990)
@@ -34,6 +34,9 @@ lib/sawfish/x.a
 lib/sawfish/x.la
 lib/sawfish/x.so
 libdata/pkgconfig/sawfish.pc
+man/man1/sawfish-client.1.gz
+man/man1/sawfish-config.1.gz
+man/man1/sawfish.1.gz
 share/applications/sawfish.desktop
 share/gnome/wm-properties/sawfish-wm.desktop
 share/icons/hicolor/32x32/apps/sawfish-config.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291419.rBTEJoRq062017>