svn commit: r315285 - head/comms/pyla

Michael Reifenberger mr at FreeBSD.org
Tue Mar 26 12:01:55 UTC 2013


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


More information about the svn-ports-all mailing list