Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 09:08:12 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385167 - head/devel/p4web
Message-ID:  <201505020908.t4298ChX036300@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]+$//}



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