Received: by mail.netbsd.org (Postfix, from userid 605) id E044D84D54; Sat, 22 Dec 2018 17:14:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D5A9084D24 for ; Sat, 22 Dec 2018 17:14:36 +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 Agjm88ju53lb for ; Sat, 22 Dec 2018 17:14:36 +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 03F2B84CF1 for ; Sat, 22 Dec 2018 17:14:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5A98FB16; Sat, 22 Dec 2018 17:14:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545498875236010" MIME-Version: 1.0 Date: Sat, 22 Dec 2018 17:14:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/py-python-slugify To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181222171435.E5A98FB16@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. --_----------=_1545498875236010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 22 17:14:35 UTC 2018 Modified Files: pkgsrc/devel/py-python-slugify: ALTERNATIVES Makefile Log Message: devel/py-python-slugify: fix ALTERNATIVES file Fix ALTERNATIVES file syntax. BUmp PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-python-slugify/ALTERNATIVES cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-python-slugify/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545498875236010 Content-Disposition: inline Content-Length: 1013 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-python-slugify/ALTERNATIVES diff -u pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.1 pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.2 --- pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.1 Sun Sep 23 18:16:24 2018 +++ pkgsrc/devel/py-python-slugify/ALTERNATIVES Sat Dec 22 17:14:35 2018 @@ -1 +1 @@ -bin/slugify bin/slugify@PYVERSSUFFIX@ +bin/slugify @PREFIX@/bin/slugify@PYVERSSUFFIX@ Index: pkgsrc/devel/py-python-slugify/Makefile diff -u pkgsrc/devel/py-python-slugify/Makefile:1.2 pkgsrc/devel/py-python-slugify/Makefile:1.3 --- pkgsrc/devel/py-python-slugify/Makefile:1.2 Mon Dec 17 16:24:48 2018 +++ pkgsrc/devel/py-python-slugify/Makefile Sat Dec 22 17:14:35 2018 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2018/12/17 16:24:48 taca Exp $ +# $NetBSD: Makefile,v 1.3 2018/12/22 17:14:35 taca Exp $ DISTNAME= python-slugify-1.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-slugify/} --_----------=_1545498875236010--