From owner-svn-ports-all@freebsd.org Sun Nov 1 14:08:29 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 3D543A231D8; Sun, 1 Nov 2015 14:08:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EF8381759; Sun, 1 Nov 2015 14:08:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA1E8SOM005006; Sun, 1 Nov 2015 14:08:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA1E8SJI005005; Sun, 1 Nov 2015 14:08:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511011408.tA1E8SJI005005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Nov 2015 14:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400617 - head/www/R-cran-Rpad 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: Sun, 01 Nov 2015 14:08:29 -0000 Author: antoine Date: Sun Nov 1 14:08:27 2015 New Revision: 400617 URL: https://svnweb.freebsd.org/changeset/ports/400617 Log: Mark BROKEN: fails to stage ** testing if installed package can be loaded Error : .onLoad failed in loadNamespace() for 'Rpad', details: call: NULL error: '.find.package' is defunct. Use 'find.package' instead. See help("Defunct") Error: loading failed Execution halted ERROR: loading failed Reported by: pkg-fallout Modified: head/www/R-cran-Rpad/Makefile Modified: head/www/R-cran-Rpad/Makefile ============================================================================== --- head/www/R-cran-Rpad/Makefile Sun Nov 1 14:04:29 2015 (r400616) +++ head/www/R-cran-Rpad/Makefile Sun Nov 1 14:08:27 2015 (r400617) @@ -13,6 +13,8 @@ COMMENT= Workbook-style, web-based inter LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to stage + USES= cran:auto-plist shebangfix perl_OLD_CMD= c:/apps/perl/bin/perl.exe SHEBANG_FILES= inst/basehtml/editor/htmlarea/examples/*.cgi \