Received: by mail.netbsd.org (Postfix, from userid 605) id 9D07184D5D; Tue, 1 Jan 2019 19:59:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2833484D58 for ; Tue, 1 Jan 2019 19:59:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xXUEcoOVL6OO for ; Tue, 1 Jan 2019 19:59:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8AC6884D44 for ; Tue, 1 Jan 2019 19:59:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88221FB16; Tue, 1 Jan 2019 19:59:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546372777235940" MIME-Version: 1.0 Date: Tue, 1 Jan 2019 19:59:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/ipe To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190101195937.88221FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1546372777235940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 1 19:59:37 UTC 2019 Modified Files: pkgsrc/graphics/ipe: Makefile Log Message: ipe: avoid explicit version number, use ${PKGVERSION_NOREV} To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/ipe/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546372777235940 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ipe/Makefile diff -u pkgsrc/graphics/ipe/Makefile:1.1 pkgsrc/graphics/ipe/Makefile:1.2 --- pkgsrc/graphics/ipe/Makefile:1.1 Tue Jan 1 16:30:29 2019 +++ pkgsrc/graphics/ipe/Makefile Tue Jan 1 19:59:37 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/01/01 16:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/01 19:59:37 wiz Exp $ DISTNAME= ipe-7.2.7-src PKGNAME= ${DISTNAME:S/-src//} @@ -20,7 +20,7 @@ MAKE_ENV+= DL_LIBS=${DL_LIBS} MAKE_ENV+= MOC=${QTDIR}/bin/moc MAKE_ENV+= IPEMANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -CHECK_INTERPRETER_SKIP= share/ipe/7.2.7/scripts/*.lua +CHECK_INTERPRETER_SKIP= share/ipe/${PKGVERSION_NOREV}/scripts/*.lua LUA_VERSIONS_ACCEPTED= 53 --_----------=_1546372777235940--