- update to 3.0b1
- remove old mirror while here: - trim Makefile headers - update USE_PYTHON value PR: 172844 Submitted by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer) Feature safe: yes
This commit is contained in:
parent
cf2aec0c32
commit
a23b76d067
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306056
2 changed files with 6 additions and 11 deletions
|
@ -1,15 +1,10 @@
|
|||
# New ports collection makefile for: supervisor
|
||||
# Date created: 30 Dec, 2009
|
||||
# Whom: Hizbulin Ildar <hizel@vyborg.ru>
|
||||
#
|
||||
# Created by: Hizbulin Ildar <hizel@vyborg.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= supervisor
|
||||
PORTVERSION= 3.0a12
|
||||
PORTVERSION= 3.0b1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= http://dist.supervisord.org/ \
|
||||
CHEESESHOP
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= hizel@vyborg.ru
|
||||
|
@ -19,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3
|
|||
|
||||
PORTDOCS= *.txt *.rst
|
||||
|
||||
USE_PYTHON= 2.5-2.7
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PIDDIR?= /var/run/supervisor
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (supervisor-3.0a12.tar.gz) = de60eee3c460b379aa8493083b59d31b29f2c4267730db29b6f9dea22642b3b4
|
||||
SIZE (supervisor-3.0a12.tar.gz) = 438901
|
||||
SHA256 (supervisor-3.0b1.tar.gz) = 7361e224871257534cac3bc035e90571c35b9fa9245ec46207de9d89191a7d0c
|
||||
SIZE (supervisor-3.0b1.tar.gz) = 452676
|
||||
|
|
Loading…
Reference in a new issue