From owner-svn-ports-all@freebsd.org Wed Jul 8 21:25:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35541997D2E; Wed, 8 Jul 2015 21:25:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.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 0B20512B7; Wed, 8 Jul 2015 21:25:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68LP7v7056118; Wed, 8 Jul 2015 21:25:07 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68LP7Tr056115; Wed, 8 Jul 2015 21:25:07 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507082125.t68LP7Tr056115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 8 Jul 2015 21:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391601 - head/devel/p4 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: Wed, 08 Jul 2015 21:25:08 -0000 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 - -.include "Makefile.inc" - do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin -.include +.include 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