From owner-svn-ports-all@FreeBSD.ORG Sat May 2 09:08:12 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA509EAF; Sat, 2 May 2015 09:08:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9868C11EC; Sat, 2 May 2015 09:08:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4298CFC036301; Sat, 2 May 2015 09:08:12 GMT (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4298ChX036300; Sat, 2 May 2015 09:08:12 GMT (envelope-from peter@FreeBSD.org) Message-Id: <201505020908.t4298ChX036300@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: peter set sender to peter@FreeBSD.org using -f From: Peter Wemm Date: Sat, 2 May 2015 09:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385167 - head/devel/p4web X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 09:08:12 -0000 Author: peter (src committer) Date: Sat May 2 09:08:11 2015 New Revision: 385167 URL: https://svnweb.freebsd.org/changeset/ports/385167 Log: Update p4web's distibution location. This is officially deprecated by the vendor and the source code has been released. Some enterprising individual may like to make a source + api build, but for now, I need this for the freebsd cluster. PR: 199589 Submitted by: dteske Sponsored by: Panzura, Inc. Deleted: head/devel/p4web/distinfo.freebsd60x86 head/devel/p4web/distinfo.freebsd60x86_64 Modified: head/devel/p4web/Makefile Modified: head/devel/p4web/Makefile ============================================================================== --- head/devel/p4web/Makefile Sat May 2 07:05:57 2015 (r385166) +++ head/devel/p4web/Makefile Sat May 2 09:08:11 2015 (r385167) @@ -5,8 +5,7 @@ PORTNAME= p4web PORTVERSION= 2012.1.732581 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ - http://filehost.perforce.com/perforce/r${P4VERSION}/bin.${PLATFORM}/ +MASTER_SITES= http://swarm.workshop.perforce.com/download/guest/perforce_software/p4web/bin/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4web EXTRACT_SUFX= EXTRACT_ONLY= # none @@ -14,8 +13,6 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server -BROKEN= No public distfiles - ONLY_FOR_ARCHS= amd64 i386 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//}