From owner-svn-ports-head@FreeBSD.ORG Mon Jan 28 15:31:13 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 CD7AE2FD; Mon, 28 Jan 2013 15:31:13 +0000 (UTC) (envelope-from bapt@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 C085A33C; Mon, 28 Jan 2013 15:31:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0SFVDdu019269; Mon, 28 Jan 2013 15:31:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0SFVDd4019268; Mon, 28 Jan 2013 15:31:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201301281531.r0SFVDd4019268@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 28 Jan 2013 15:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311125 - head/lang/pbasic 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: Mon, 28 Jan 2013 15:31:13 -0000 Author: bapt Date: Mon Jan 28 15:31:13 2013 New Revision: 311125 URL: http://svnweb.freebsd.org/changeset/ports/311125 Log: Update master_site Submitted by: "Julian H. Stacey" (maintainer) Modified: head/lang/pbasic/Makefile Modified: head/lang/pbasic/Makefile ============================================================================== --- head/lang/pbasic/Makefile Mon Jan 28 15:19:37 2013 (r311124) +++ head/lang/pbasic/Makefile Mon Jan 28 15:31:13 2013 (r311125) @@ -1,15 +1,11 @@ -# ports collection makefile for: pbasic -# Date created: 13th August 1995 -# Whom: Julian Stacey -# +# Created by: Julian Stacey # $FreeBSD$ -# PORTNAME= pbasic PORTVERSION= 2.0 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= trevor +MASTER_SITES= ftp://ftp.berklix.org/pub/FreeBSD/ports/distfiles/ \ + http://www.berklix.com/~jhs/ftp/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-950813 MAINTAINER= jhs@berklix.com