Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 10:05:15 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306056 - head/sysutils/py-supervisor
Message-ID:  <201210181005.q9IA5Fgw009388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210181005.q9IA5Fgw009388>