diff options
author | obache <obache> | 2014-02-11 05:52:56 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-11 05:52:56 +0000 |
commit | 92e396388b395dc1b2ee4ae8a5c74307528b479e (patch) | |
tree | d72aa8ba50f3e96fba5ec391347cfe4bfcb2e74d /lang/python33/Makefile | |
parent | 23c095b7c13ab2bd56acfbeac5b919995b8da79a (diff) | |
download | pkgsrc-92e396388b395dc1b2ee4ae8a5c74307528b479e.tar.gz |
Fixes SA56624, taken from upstream.
Bump PKGREVISION.
Diffstat (limited to 'lang/python33/Makefile')
-rw-r--r-- | lang/python33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index bbe84abd49d..47cd3bbdf7c 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2013/11/21 14:06:43 adam Exp $ +# $NetBSD: Makefile,v 1.14 2014/02/11 05:52:56 obache Exp $ .include "dist.mk" PKGNAME= python33-${PY_DISTVERSION} +PKGREVISION= 1 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org |