Sat Aug 22 15:05:53 2020 UTC ()
python27: bump PKGREVISION for previous


(wiz)
diff -r1.87 -r1.88 pkgsrc/lang/python27/Makefile

cvs diff -r1.87 -r1.88 pkgsrc/lang/python27/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/python27/Makefile 2020/08/21 19:39:28 1.87
+++ pkgsrc/lang/python27/Makefile 2020/08/22 15:05:53 1.88
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.87 2020/08/21 19:39:28 schmonz Exp $ 1# $NetBSD: Makefile,v 1.88 2020/08/22 15:05:53 wiz Exp $
2 2
3.include "dist.mk" 3.include "dist.mk"
4 4
5PKGNAME= python27-${PY_DISTVERSION} 5PKGNAME= python27-${PY_DISTVERSION}
 6PKGREVISION= 1
6CATEGORIES= lang python 7CATEGORIES= lang python
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.python.org/ 10HOMEPAGE= https://www.python.org/
10COMMENT= Interpreted, interactive, object-oriented programming language 11COMMENT= Interpreted, interactive, object-oriented programming language
11LICENSE= python-software-foundation 12LICENSE= python-software-foundation
12 13
13DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts 14DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts
14 15
15CONFLICTS+= python-[0-9]* 16CONFLICTS+= python-[0-9]*
16 17
17USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
18GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes