From owner-svn-ports-head@FreeBSD.ORG Tue Mar 26 12:01:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B444DF37; Tue, 26 Mar 2013 12:01:55 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A6EC5837; Tue, 26 Mar 2013 12:01:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2QC1taa042241; Tue, 26 Mar 2013 12:01:55 GMT (envelope-from mr@svn.freebsd.org) Received: (from mr@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2QC1t6M042240; Tue, 26 Mar 2013 12:01:55 GMT (envelope-from mr@svn.freebsd.org) Message-Id: <201303261201.r2QC1t6M042240@svn.freebsd.org> From: Michael Reifenberger Date: Tue, 26 Mar 2013 12:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315285 - head/comms/pyla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 12:01:55 -0000 Author: mr Date: Tue Mar 26 12:01:55 2013 New Revision: 315285 URL: http://svnweb.freebsd.org/changeset/ports/315285 Log: Use local sites for now. Modified: head/comms/pyla/Makefile Modified: head/comms/pyla/Makefile ============================================================================== --- head/comms/pyla/Makefile Tue Mar 26 11:40:28 2013 (r315284) +++ head/comms/pyla/Makefile Tue Mar 26 12:01:55 2013 (r315285) @@ -8,7 +8,9 @@ PORTNAME= pyla PORTVERSION= 1.1.7.1 CATEGORIES= comms python -MASTER_SITES= http://www.teamsw.it/pyla/download/ +#MASTER_SITES= http://www.teamsw.it/pyla/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mr PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyla${PORTVERSION} EXTRACT_SUFX= .tgz