From owner-svn-ports-head@FreeBSD.ORG Thu Feb 21 02:47:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 508A099F; Thu, 21 Feb 2013 02:47:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 43371D49; Thu, 21 Feb 2013 02:47:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1L2lqet035734; Thu, 21 Feb 2013 02:47:52 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1L2lqET035733; Thu, 21 Feb 2013 02:47:52 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302210247.r1L2lqET035733@svn.freebsd.org> From: Martin Wilke Date: Thu, 21 Feb 2013 02:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312698 - head/www/atutor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 02:47:53 -0000 Author: miwi Date: Thu Feb 21 02:47:52 2013 New Revision: 312698 URL: http://svnweb.freebsd.org/changeset/ports/312698 Log: - BROKEN checksum mismatch fetch: http://heanet.dl.sourceforge.net/project/atutor/ATutor%202/ATutor-2.1.tar.gz: size mismatch: expected 6587983, actual 6589168 => Attempting to fetch http://sunet.dl.sourceforge.net/project/atutor/ATutor%202/ATutor-2.1.tar.gz Modified: head/www/atutor/Makefile (contents, props changed) Modified: head/www/atutor/Makefile ============================================================================== --- head/www/atutor/Makefile Thu Feb 21 02:41:00 2013 (r312697) +++ head/www/atutor/Makefile Thu Feb 21 02:47:52 2013 (r312698) @@ -10,6 +10,8 @@ DISTNAME= ATutor-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= An Open Source Web-based Learning Content Management System (LCMS) +BROKEN= checksum mismatch + USE_PHP= session mbstring zlib mysql WRKSRC= ${WRKDIR}/ATutor