Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 21:25:07 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391601 - head/devel/p4
Message-ID:  <201507082125.t68LP7Tr056115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Wed Jul  8 21:25:06 2015
New Revision: 391601
URL: https://svnweb.freebsd.org/changeset/ports/391601

Log:
  - devel/p4: Unbreak
  
  - Fix distinfo things

Added:
  head/devel/p4/distinfo.amd64   (contents, props changed)
  head/devel/p4/distinfo.i386   (contents, props changed)
Deleted:
  head/devel/p4/Makefile.inc
  head/devel/p4/distinfo.freebsd100x86
  head/devel/p4/distinfo.freebsd100x86_64
  head/devel/p4/distinfo.freebsd70x86
  head/devel/p4/distinfo.freebsd70x86_64
Modified:
  head/devel/p4/Makefile

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Wed Jul  8 20:57:16 2015	(r391600)
+++ head/devel/p4/Makefile	Wed Jul  8 21:25:06 2015	(r391601)
@@ -4,8 +4,7 @@
 PORTNAME=	p4
 PORTVERSION=	2014.2.1045032
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
-		http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/
+MASTER_SITES=	ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.freebsd100${ARCH:S,i386,x86,:S,amd64,x86_64,}/
 DISTNAME=	p4
 EXTRACT_SUFX=
 EXTRACT_ONLY=	# none
@@ -13,13 +12,14 @@ EXTRACT_ONLY=	# none
 MAINTAINER=	gordon@FreeBSD.org
 COMMENT=	Perforce client
 
-BROKEN=		checksum mismatch
+BROKEN_FreeBSD_8=	no distfiles
+BROKEN_FreeBSD_9=	no distfiles
+BROKEN_FreeBSD_11=	no distfiles
 
 ONLY_FOR_ARCHS=	amd64 i386
 
 P4VERSION=	r${PORTVERSION:S/^20//:C/\.[0-9]+$//}
-DIST_SUBDIR=	perforce/${PORTVERSION}/bin.${PLATFORM}
-DISTINFO_FILE=	${MASTERDIR}/distinfo.${PLATFORM}
+DISTINFO_FILE=	${MASTERDIR}/distinfo.${ARCH}
 
 RESTRICTED=	Restricted distribution
 
@@ -28,11 +28,7 @@ NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/p4
 
-.include <bsd.port.pre.mk>
-
-.include "Makefile.inc"
-
 do-install:
 	${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: head/devel/p4/distinfo.amd64
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p4/distinfo.amd64	Wed Jul  8 21:25:06 2015	(r391601)
@@ -0,0 +1,2 @@
+SHA256 (p4) = af4570d58a2dbb981ea87cfabdf5993272d3c7e366fdb3db5a8a327d491c3e16
+SIZE (p4) = 2755088

Added: head/devel/p4/distinfo.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p4/distinfo.i386	Wed Jul  8 21:25:06 2015	(r391601)
@@ -0,0 +1,2 @@
+SHA256 (p4) = 9bb15090a217e61d09f301f668f8e3828592516afe74e90e837ff93d21301750
+SIZE (p4) = 2500176



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