svn commit: r306056 - head/sysutils/py-supervisor
Ruslan Mahmatkhanov
rm at FreeBSD.org
Thu Oct 18 10:05:15 UTC 2012
Author: rm
Date: Thu Oct 18 10:05:15 2012
New Revision: 306056
URL: http://svn.freebsd.org/changeset/ports/306056
Log:
- 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
Modified:
head/sysutils/py-supervisor/Makefile
head/sysutils/py-supervisor/distinfo
Modified: head/sysutils/py-supervisor/Makefile
==============================================================================
--- head/sysutils/py-supervisor/Makefile Thu Oct 18 09:49:35 2012 (r306055)
+++ head/sysutils/py-supervisor/Makefile Thu Oct 18 10:05:15 2012 (r306056)
@@ -1,15 +1,10 @@
-# New ports collection makefile for: supervisor
-# Date created: 30 Dec, 2009
-# Whom: Hizbulin Ildar <hizel at vyborg.ru>
-#
+# Created by: Hizbulin Ildar <hizel at 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 at vyborg.ru
@@ -19,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld
PORTDOCS= *.txt *.rst
-USE_PYTHON= 2.5-2.7
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PIDDIR?= /var/run/supervisor
Modified: head/sysutils/py-supervisor/distinfo
==============================================================================
--- head/sysutils/py-supervisor/distinfo Thu Oct 18 09:49:35 2012 (r306055)
+++ head/sysutils/py-supervisor/distinfo Thu Oct 18 10:05:15 2012 (r306056)
@@ -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
More information about the svn-ports-head
mailing list