Received: by mail.netbsd.org (Postfix, from userid 605) id 508D384D61; Mon, 18 May 2020 08:49:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC8C284D53 for ; Mon, 18 May 2020 08:49:36 +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 AUSSg7jSJrfK for ; Mon, 18 May 2020 08:49:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1638C84CDA for ; Mon, 18 May 2020 08:49:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1037CFB27; Mon, 18 May 2020 08:49:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589791776296250" MIME-Version: 1.0 Date: Mon, 18 May 2020 08:49:36 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/converters/py-unicode-slugify To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200518084936.1037CFB27@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. --_----------=_1589791776296250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon May 18 08:49:35 UTC 2020 Modified Files: pkgsrc/converters/py-unicode-slugify: PLIST Log Message: py-unicode-slugify: Sort PLIST To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/py-unicode-slugify/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589791776296250 Content-Disposition: inline Content-Length: 1113 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-unicode-slugify/PLIST diff -u pkgsrc/converters/py-unicode-slugify/PLIST:1.1 pkgsrc/converters/py-unicode-slugify/PLIST:1.2 --- pkgsrc/converters/py-unicode-slugify/PLIST:1.1 Fri May 1 17:50:59 2020 +++ pkgsrc/converters/py-unicode-slugify/PLIST Mon May 18 08:49:35 2020 @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2020/05/01 17:50:59 nia Exp $ -${PYSITELIB}/slugify/__init__.py -${PYSITELIB}/slugify/__init__.pyo -${PYSITELIB}/slugify/__init__.pyc -${PYSITELIB}/slugify/tests.pyo -${PYSITELIB}/slugify/tests.pyc -${PYSITELIB}/slugify/tests.py +@comment $NetBSD: PLIST,v 1.2 2020/05/18 08:49:35 leot Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/slugify/__init__.py +${PYSITELIB}/slugify/__init__.pyc +${PYSITELIB}/slugify/__init__.pyo +${PYSITELIB}/slugify/tests.py +${PYSITELIB}/slugify/tests.pyc +${PYSITELIB}/slugify/tests.pyo --_----------=_1589791776296250--