diff options
author | taca <taca@pkgsrc.org> | 2018-12-22 17:30:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-12-22 17:30:08 +0000 |
commit | a3b77a77f454ed3aa82e8be0c5411be302df54e5 (patch) | |
tree | 22f9b7fd88d0e7f2112591f532394f280044d133 /net/py-boto/Makefile | |
parent | a692a06e0f486c5cd25b8c85da3539d45cd5cb40 (diff) | |
download | pkgsrc-a3b77a77f454ed3aa82e8be0c5411be302df54e5.tar.gz |
net/py-boto: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.
Bump PKGREVISION.
Diffstat (limited to 'net/py-boto/Makefile')
-rw-r--r-- | net/py-boto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index 0617f6fc4f0..b0c45222574 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2018/12/20 11:30:57 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/12/22 17:30:08 taca Exp $ DISTNAME= boto-2.49.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net python www MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto/} |