From owner-cvs-all@FreeBSD.ORG Fri Jan 8 16:18:57 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E692E106566B; Fri, 8 Jan 2010 16:18:57 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D5B558FC1C; Fri, 8 Jan 2010 16:18:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o08GIvBg082236; Fri, 8 Jan 2010 16:18:57 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o08GIvWQ082235; Fri, 8 Jan 2010 16:18:57 GMT (envelope-from glarkin) Message-Id: <201001081618.o08GIvWQ082235@repoman.freebsd.org> From: Greg Larkin Date: Fri, 8 Jan 2010 16:18:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile distinfo ports/lang/gcc42/files patch-contrib__download_ecj X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 16:18:58 -0000 glarkin 2010-01-08 16:18:57 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo Removed files: lang/gcc42/files patch-contrib__download_ecj Log: - Moved fetching of ecj.jar from the post-patch target using the contrib/download_ecj script to the fetch phase using extra MASTER_SITES and DISTFILES. Pointyhat does not allow fetching outside of the fetch phase, and the size and checksums of ecj.jar need to be recorded in distinfo. Reported by: pointyhat (pav) Approved by: gerald (via private email) Revision Changes Path 1.355 +8 -2 ports/lang/gcc42/Makefile 1.230 +3 -0 ports/lang/gcc42/distinfo 1.2 +0 -28 ports/lang/gcc42/files/patch-contrib__download_ecj (dead)