Update to 1.2.0
- Change MASTER_SITES from GitHub to CHEESESHOP Changes: https://github.com/berdario/pew/commits/master
This commit is contained in:
parent
a5207bd67d
commit
d79dd1b7c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498923
2 changed files with 5 additions and 9 deletions
|
@ -2,16 +2,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pew
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tool to manage multiple virtualenvs
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PY_PATHLIB} \
|
||||
${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${PY_FLAVOR} \
|
||||
|
@ -22,9 +21,6 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
GH_ACCOUNT= berdario
|
||||
USE_GITHUB= yes
|
||||
|
||||
SHEBANG_FILES= pew/shell_config/complete_deploy
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1523095323
|
||||
SHA256 (berdario-pew-1.1.5_GH0.tar.gz) = 75dbc3d91561988b0f19bf8d3b3ba777fff5c91747ca02034094a4887be2edf1
|
||||
SIZE (berdario-pew-1.1.5_GH0.tar.gz) = 28062
|
||||
TIMESTAMP = 1555204397
|
||||
SHA256 (pew-1.2.0.tar.gz) = 53c375deae9185c23c344b043b9d7d33a925405f2cf4140625180c5c5eefe52b
|
||||
SIZE (pew-1.2.0.tar.gz) = 21242
|
||||
|
|
Loading…
Reference in a new issue