summaryrefslogtreecommitdiff
path: root/lang/python34/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-15 12:43:52 +0000
committerwiz <wiz>2014-05-15 12:43:52 +0000
commite51fc48f2f9fd8be85eff86fad4df8ac07adab03 (patch)
treeecf6e700b5ee7025d96ab331c21e3d4a0f41ab09 /lang/python34/Makefile
parent0f9365297fb4b9b10e3af907045fbf7efbb51b75 (diff)
downloadpkgsrc-e51fc48f2f9fd8be85eff86fad4df8ac07adab03.tar.gz
Add fix for CVE-2014-2667. Bump PKGREVISION.
Diffstat (limited to 'lang/python34/Makefile')
-rw-r--r--lang/python34/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile
index ae7e6850c67..5d6a80c11e8 100644
--- a/lang/python34/Makefile
+++ b/lang/python34/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2014/05/09 05:59:09 obache Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/15 12:43:52 wiz Exp $
.include "dist.mk"
PKGNAME= python34-${PY_DISTVERSION}
+PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org