summaryrefslogtreecommitdiff
path: root/lang/python27/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2015-03-03 17:19:58 +0000
committersnj <snj@pkgsrc.org>2015-03-03 17:19:58 +0000
commitb206af4282a5c0aa6b6252f56ee5cb61c53c6939 (patch)
treefa1edc7ca1d11f16ef6985a7f24d95099cbdbd2d /lang/python27/Makefile
parent5584b87a96d2a0001ab9d96c1ca9eff4ce6ceac8 (diff)
downloadpkgsrc-b206af4282a5c0aa6b6252f56ee5cb61c53c6939.tar.gz
Fix http://bugs.python.org/issue22885 with patch from that URL.
Bump PKGREVISION to 1.
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 3c07760c5c1..e8a41bc8f07 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2014/12/16 07:40:58 chopps Exp $
+# $NetBSD: Makefile,v 1.48 2015/03/03 17:19:58 snj Exp $
.include "dist.mk"
PKGNAME= python27-${PY_DISTVERSION}
+PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org