From owner-svn-ports-head@FreeBSD.ORG Thu Aug 29 14:05:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9AD2BE8; Thu, 29 Aug 2013 14:05:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A636D29F9; Thu, 29 Aug 2013 14:05:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7TE5Gu8057342; Thu, 29 Aug 2013 14:05:16 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7TE5GbJ057341; Thu, 29 Aug 2013 14:05:16 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308291405.r7TE5GbJ057341@svn.freebsd.org> From: Bryan Drewery Date: Thu, 29 Aug 2013 14:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325596 - head/math/unixstat 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, 29 Aug 2013 14:05:16 -0000 Author: bdrewery Date: Thu Aug 29 14:05:16 2013 New Revision: 325596 URL: http://svnweb.freebsd.org/changeset/ports/325596 Log: - This is not BROKEN, it just needs manual fetching. Remove check for PACKAGE_BUILDING so it properly sets IGNORE if the distfile is missing With hat: portmgr Modified: head/math/unixstat/Makefile Modified: head/math/unixstat/Makefile ============================================================================== --- head/math/unixstat/Makefile Thu Aug 29 13:33:55 2013 (r325595) +++ head/math/unixstat/Makefile Thu Aug 29 14:05:16 2013 (r325596) @@ -13,7 +13,6 @@ MAINTAINER= mwm@mired.org COMMENT= A statistics package designed for use with the Unix shell RESTRICTED= License does not allow mass redistribution. -BROKEN= Does not fetch .include @@ -27,7 +26,7 @@ MAN1= abut.1 anova.1 calc.1 colex.1 con rankrel.1 ranksort.1 regress.1 repeat.1 reverse.1 series.1 \ stats.1 transpose.1 ts.1 unixstat.1 validata.1 -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= Gary Perlman requires that users agree to his license\ before he will allow access to the distfile.\ See his web site at http://www.acm.org/~perlman/stat/ for\