From owner-svn-ports-head@freebsd.org Mon Jul 20 20:51:06 2015 Return-Path: Delivered-To: svn-ports-head@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 0C7D99A6094 for ; Mon, 20 Jul 2015 20:51:06 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF3A31807 for ; Mon, 20 Jul 2015 20:51:05 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by iehx8 with SMTP id x8so46568101ieh.3 for ; Mon, 20 Jul 2015 13:50:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=IWotP6+w0Fl9KjVZU8cgGDtiekP+DekLeb2mdTZ3sC4=; b=LhD2Jdn/EKHMe/XLmgoSxV/npDWElR4ofrJuX+Ez6TWqjWfYexykoxbE5069IlqBVs 8/qUB25+cX3Rlii8m1aUpndtF05FzC+59NwqexYt7m+BlDcgVQiMJyX0eCO1UdfAWI7D GkANB37959sOyEn1Psy0tW802dMaotO+BbcCBTIs/e61RH60IeKkPU7jB4BQUaTlfGFf KGS7i/rp5dSGrr69f2Kuss2avWVKfgLrLrxYVmzk4lo6EglxjxjG7lqztCsEo80O5JDE jyfVoMm218qJqbxxJ2HNEa1YWbvvGpKTqPNRYDxeRWNVeOdx67IPLlPc1w0+nYDIZIRI ietQ== X-Gm-Message-State: ALoCoQlSCV2b+qQ8/zg6YGlGSqUZT9vueI9iBimwt1nY8NlPv8dTVcOyj8Wm30kSKzbejzhHeo/L X-Received: by 10.107.130.11 with SMTP id e11mr44595521iod.156.1437425449174; Mon, 20 Jul 2015 13:50:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Mon, 20 Jul 2015 13:50:09 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201507191914.t6JJEuuW025449@repo.freebsd.org> References: <201507191914.t6JJEuuW025449@repo.freebsd.org> From: "Philip M. Gollucci" Date: Mon, 20 Jul 2015 16:50:09 -0400 Message-ID: Subject: Re: svn commit: r392527 - head/math/p5-Math-SigFigs To: Steve Wills Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 20 Jul 2015 20:51:06 -0000 Did we give up on TEST_DEPENDS ? Or does it just not need them at all ? On Sun, Jul 19, 2015 at 3:14 PM, Steve Wills wrote: > Author: swills > Date: Sun Jul 19 19:14:55 2015 > New Revision: 392527 > URL: https://svnweb.freebsd.org/changeset/ports/392527 > > Log: > math/p5-Math-SigFigs: update to 1.10 > > Modified: > head/math/p5-Math-SigFigs/Makefile > head/math/p5-Math-SigFigs/distinfo > > Modified: head/math/p5-Math-SigFigs/Makefile > > ============================================================================== > --- head/math/p5-Math-SigFigs/Makefile Sun Jul 19 18:41:45 2015 > (r392526) > +++ head/math/p5-Math-SigFigs/Makefile Sun Jul 19 19:14:55 2015 > (r392527) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= Math-SigFigs > -PORTVERSION= 1.09 > -PORTREVISION= 1 > +PORTVERSION= 1.10 > CATEGORIES= math perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -11,12 +10,9 @@ PKGNAMEPREFIX= p5- > MAINTAINER= swills@FreeBSD.org > COMMENT= Do math with correct handling of significant figures > > -BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ > - > p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage > -RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ > - > p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage > - > USES= perl5 > USE_PERL5= configure > > +PLIST_FILES= bin/count bin/format > + > .include > > Modified: head/math/p5-Math-SigFigs/distinfo > > ============================================================================== > --- head/math/p5-Math-SigFigs/distinfo Sun Jul 19 18:41:45 2015 > (r392526) > +++ head/math/p5-Math-SigFigs/distinfo Sun Jul 19 19:14:55 2015 > (r392527) > @@ -1,2 +1,2 @@ > -SHA256 (Math-SigFigs-1.09.tar.gz) = > 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe > -SIZE (Math-SigFigs-1.09.tar.gz) = 11426 > +SHA256 (Math-SigFigs-1.10.tar.gz) = > b85fb95b409df9d054b74e4e8906762279af8f673c4fa7f1233cc4614b89faec > +SIZE (Math-SigFigs-1.10.tar.gz) = 10896 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.