Received: by mail.netbsd.org (Postfix, from userid 605) id 3DF0084D71; Tue, 27 Mar 2018 06:57:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A0ED84D68 for ; Tue, 27 Mar 2018 06:57:28 +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 9THTt--xFXGN for ; Tue, 27 Mar 2018 06:57:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 95B5584D28 for ; Tue, 27 Mar 2018 06:57:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78B83FB40; Tue, 27 Mar 2018 06:57:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152213384723020" MIME-Version: 1.0 Date: Tue, 27 Mar 2018 06:57:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-model_mommy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180327065727.78B83FB40@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. --_----------=_152213384723020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Mar 27 06:57:27 UTC 2018 Modified Files: pkgsrc/www/py-model_mommy: Makefile PLIST Log Message: py-model_mommy: added missing files to PLIST To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-model_mommy/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-model_mommy/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152213384723020 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-model_mommy/Makefile diff -u pkgsrc/www/py-model_mommy/Makefile:1.5 pkgsrc/www/py-model_mommy/Makefile:1.6 --- pkgsrc/www/py-model_mommy/Makefile:1.5 Wed Jan 31 07:50:46 2018 +++ pkgsrc/www/py-model_mommy/Makefile Tue Mar 27 06:57:27 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/01/31 07:50:46 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/03/27 06:57:27 adam Exp $ DISTNAME= model_mommy-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=m/model_mommy/} MAINTAINER= adam@NetBSD.org -HOMEPAGE= https://github.com/vandersonmota/model_mommy/ +HOMEPAGE= https://github.com/vandersonmota/model_mommy COMMENT= Smart object creation facility for Django LICENSE= apache-2.0 Index: pkgsrc/www/py-model_mommy/PLIST diff -u pkgsrc/www/py-model_mommy/PLIST:1.1 pkgsrc/www/py-model_mommy/PLIST:1.2 --- pkgsrc/www/py-model_mommy/PLIST:1.1 Fri May 5 15:46:41 2017 +++ pkgsrc/www/py-model_mommy/PLIST Tue Mar 27 06:57:27 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/05/05 15:46:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/03/27 06:57:27 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -13,6 +13,9 @@ ${PYSITELIB}/model_mommy/exceptions.pyo ${PYSITELIB}/model_mommy/generators.py ${PYSITELIB}/model_mommy/generators.pyc ${PYSITELIB}/model_mommy/generators.pyo +${PYSITELIB}/model_mommy/gis.py +${PYSITELIB}/model_mommy/gis.pyc +${PYSITELIB}/model_mommy/gis.pyo ${PYSITELIB}/model_mommy/mock-img.jpeg ${PYSITELIB}/model_mommy/mock_file.txt ${PYSITELIB}/model_mommy/mommy.py --_----------=_152213384723020--