diff options
author | cheusov <cheusov> | 2012-10-04 00:21:58 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-10-04 00:21:58 +0000 |
commit | 5586747c3152b461e069f9845ba3c06c1f7440a2 (patch) | |
tree | c1a40f5e27dd3beaec45a3329d027d0dd62c23ed /textproc/py-xlrd | |
parent | edddf0108ebd598ffecfaa86e1309849968a42ba (diff) | |
download | pkgsrc-5586747c3152b461e069f9845ba3c06c1f7440a2.tar.gz |
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
Diffstat (limited to 'textproc/py-xlrd')
-rw-r--r-- | textproc/py-xlrd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index 31be36da226..5925765cc21 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 23:40:36 cheusov Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/04 00:21:59 cheusov Exp $ # DISTNAME= xlrd-0.7.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= http://pypi.python.org/packages/source/x/xlrd/ |