Received: by mail.netbsd.org (Postfix, from userid 605) id 9F46884D62; Tue, 18 Feb 2020 08:27:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28CF384D5D for ; Tue, 18 Feb 2020 08:27:49 +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 vv_Pd0h2cemP for ; Tue, 18 Feb 2020 08:27:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B1B584CCD for ; Tue, 18 Feb 2020 08:27:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 949F7FBF4; Tue, 18 Feb 2020 08:27:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15820144682940" MIME-Version: 1.0 Date: Tue, 18 Feb 2020 08:27:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/gramps5 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200218082748.949F7FBF4@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. --_----------=_15820144682940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 18 08:27:48 UTC 2020 Modified Files: pkgsrc/databases/gramps5: Makefile PLIST Log Message: gramps: update to 5.1.2nb1. Fix man page installation path. Add egg file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/gramps5/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/gramps5/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15820144682940 Content-Disposition: inline Content-Length: 1693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/gramps5/Makefile diff -u pkgsrc/databases/gramps5/Makefile:1.2 pkgsrc/databases/gramps5/Makefile:1.3 --- pkgsrc/databases/gramps5/Makefile:1.2 Sun Feb 9 21:54:48 2020 +++ pkgsrc/databases/gramps5/Makefile Tue Feb 18 08:27:48 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/02/09 21:54:48 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/18 08:27:48 wiz Exp $ DISTNAME= gramps-5.1.2 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} @@ -19,6 +20,12 @@ REPLACE_PYTHON+= docs/update_doc.py REPLACE_PYTHON+= docs/conf.py REPLACE_PYTHON+= setup.py +SUBST_CLASSES+= man +SUBST_FILES.man+= setup.py +SUBST_STAGE.man+= pre-configure +SUBST_MESSAGE.man+= Fixing man page installation path +SUBST_SED.man+= -e "s,share/man,${PKGMANDIR}," + # pkgsrc registers mime files using mimedb.mk (see below) CONFIGURE_ARGS+= --enable-packager-mode Index: pkgsrc/databases/gramps5/PLIST diff -u pkgsrc/databases/gramps5/PLIST:1.1 pkgsrc/databases/gramps5/PLIST:1.2 --- pkgsrc/databases/gramps5/PLIST:1.1 Sun Feb 9 21:43:07 2020 +++ pkgsrc/databases/gramps5/PLIST Tue Feb 18 08:27:48 2020 @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2020/02/09 21:43:07 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/02/18 08:27:48 wiz Exp $ +bin/gramps +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/gramps/__init__.py ${PYSITELIB}/gramps/__init__.pyc ${PYSITELIB}/gramps/__init__.pyo @@ -3250,7 +3252,6 @@ ${PYSITELIB}/gramps/test/test_util.pyo ${PYSITELIB}/gramps/version.py ${PYSITELIB}/gramps/version.pyc ${PYSITELIB}/gramps/version.pyo -bin/gramps man/cs/man1/gramps.1 man/fr/man1/gramps.1 man/man1/gramps.1 --_----------=_15820144682940--