svn commit: r385167 - head/devel/p4web

Peter Wemm peter at FreeBSD.org
Sat May 2 09:08:12 UTC 2015


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 at FreeBSD.org
 COMMENT=	Perforce server
 
-BROKEN=		No public distfiles
-
 ONLY_FOR_ARCHS=	amd64 i386
 
 P4VERSION=	r${PORTVERSION:S/^20//:C/\.[0-9]+$//}


More information about the svn-ports-all mailing list