Bug 202916 - update x11-wm/devilspie to 0.23
Summary: update x11-wm/devilspie to 0.23
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-06 00:35 UTC by Walter Schwarzenfeld
Modified: 2015-09-13 21:36 UTC (History)
1 user (show)

See Also:


Attachments
diff Makefile (356 bytes, text/plain)
2015-09-06 01:33 UTC, Walter Schwarzenfeld
no flags Details
svn-devilspie.diff (760.76 KB, patch)
2015-09-09 13:59 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld 2015-09-06 00:35:23 UTC
--- Makefile.orig	2015-09-06 00:31:08 UTC
+++ Makefile
@@ -1,15 +1,17 @@
 # Created by: Jean-Yves Lefort <jylefort@brutele.be>
-# $FreeBSD$
+# $FreeBSD: head/x11-wm/devilspie/Makefile 393444 2015-08-02 20:23:55Z kwm $
 
 PORTNAME=	devilspie
-PORTVERSION=	0.22
+PORTVERSION=	0.23
 PORTREVISION=	6
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.burtonini.com/computing/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	w.schwarzenfeld@utanet.at
 COMMENT=	Window manipulation tool
 
+EXTRACT_SUFX=	.tar.xz
+
 OPTIONS_DEFINE=	DOCS
 
 USE_GNOME=	libwnck intltool
@@ -18,6 +20,8 @@ USES=		pkgconfig gettext gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11
 
+LIB_DEPENDS=	libwnck-3.so:${PORTSDIR}/x11-toolkits/libwnck3
+
 PORTDOCS=	AUTHORS NEWS README TODO
 PLIST_FILES=	bin/devilspie \
 		man/man1/devilspie.1.gz \
@@ -32,5 +36,3 @@ post-install:
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>
-
-
Comment 1 Walter Schwarzenfeld 2015-09-06 01:33:58 UTC
Created attachment 160756 [details]
diff Makefile
Comment 2 Walter Schwarzenfeld 2015-09-09 13:59:34 UTC
Created attachment 160860 [details]
svn-devilspie.diff