From owner-freebsd-ports-bugs@freebsd.org Sun Sep 6 00:35:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF4439C5931 for ; Sun, 6 Sep 2015 00:35:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817DE14FF for ; Sun, 6 Sep 2015 00:35:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t860ZNeV070033 for ; Sun, 6 Sep 2015 00:35:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202916] update x11-wm/devilspie Date: Sun, 06 Sep 2015 00:35:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: w.litter@aon.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 00:35:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202916 Bug ID: 202916 Summary: update x11-wm/devilspie Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: w.litter@aon.at --- Makefile.orig 2015-09-06 00:31:08 UTC +++ Makefile @@ -1,15 +1,17 @@ # Created by: Jean-Yves Lefort -# $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 - - -- You are receiving this mail because: You are the assignee for the bug.