Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED33084D8B for ; Sun, 6 Aug 2023 08:02:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oDy0nANZVuVg for ; Sun, 6 Aug 2023 08:02:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4921184CFD for ; Sun, 6 Aug 2023 08:02:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42AF9FBDB; Sun, 6 Aug 2023 08:02:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169130892130020" MIME-Version: 1.0 Date: Sun, 6 Aug 2023 08:02:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/rox-session To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230806080201.42AF9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169130892130020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 6 08:02:01 UTC 2023 Modified Files: pkgsrc/x11/rox-session: Makefile Log Message: rox-session: switch to py27-dbus; bump revision To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/rox-session/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169130892130020 Content-Disposition: inline Content-Length: 1000 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/rox-session/Makefile diff -u pkgsrc/x11/rox-session/Makefile:1.77 pkgsrc/x11/rox-session/Makefile:1.78 --- pkgsrc/x11/rox-session/Makefile:1.77 Wed Apr 19 08:11:59 2023 +++ pkgsrc/x11/rox-session/Makefile Sun Aug 6 08:02:01 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2023/04/19 08:11:59 adam Exp $ +# $NetBSD: Makefile,v 1.78 2023/08/06 08:02:01 adam Exp $ DISTNAME= rox-session-0.28 -PKGREVISION= 51 +PKGREVISION= 52 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} EXTRACT_SUFX= .tar.bz2 @@ -41,9 +41,9 @@ pre-install: ${RM} -f ${WRKSRC}/setup.py.orig do-install: - cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/share/rox/ROX-Session + cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/share/rox/ROX-Session .include "../../lang/python/application.mk" -.include "../../sysutils/py-dbus/buildlink3.mk" +.include "../../sysutils/py27-dbus/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_169130892130020--