From owner-svn-ports-all@freebsd.org Mon Jul 20 20:51:10 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 327249A60AC for ; Mon, 20 Jul 2015 20:51:10 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (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 E83CC1860 for ; Mon, 20 Jul 2015 20:51:09 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ietj16 with SMTP id j16so126809576iet.0 for ; Mon, 20 Jul 2015 13:51:03 -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=RqK7oV68MDjpO1xuot5j/k83/8FsU+LmYPLD9Sj0vw5+HGqKs92ekGld/WlE4G3hie +VfPa1EChOexNEMzlOtLsg2xlwtpgCLBD3eOEC2Mwn/xa7vSvn+d3Fm3z2OhfoDtOOdc wTsSrST/2rWm9LTwKtyT3l0XrBlu2D3fLdJuoFSvhatEKGKRoAYldXkvT8pICRh/vxWj cj/QU1UNOnlIZbE7nptDQnz8aye6x358XVHKSTiPJ/y02fzRtldkWzQh9+tPKaHUJDv8 75oJgyR/WAL6upVfn56g01+5evbfGx1jJo3QKPSlP0Aof0Zdj9PZX5fe8m2ko30jsgB8 cWjw== X-Gm-Message-State: ALoCoQmEN/i/7kP1T05Zf9IO4qd6DviGvZnMvEDhBFY87rvhL6uulzZGbZtDgKRF6L2hhVA8G2dS 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-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: Mon, 20 Jul 2015 20:51:10 -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.