From owner-svn-ports-head@freebsd.org Sun Dec 23 09:15:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF5241352B7A; Sun, 23 Dec 2018 09:15:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5569C6A54A; Sun, 23 Dec 2018 09:15:27 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F359AD69; Sun, 23 Dec 2018 09:15:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBN9FRn2080082; Sun, 23 Dec 2018 09:15:27 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBN9FQ58080080; Sun, 23 Dec 2018 09:15:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812230915.wBN9FQ58080080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 23 Dec 2018 09:15:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488177 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/graphics/p5-feedgnuplot X-SVN-Commit-Revision: 488177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5569C6A54A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 23 Dec 2018 09:15:28 -0000 Author: pi Date: Sun Dec 23 09:15:26 2018 New Revision: 488177 URL: https://svnweb.freebsd.org/changeset/ports/488177 Log: graphics/p5-feedgnuplot: upgrade 1.49 -> 1.51 Relnotes: https://metacpan.org/changes/release/DKOGAN/feedgnuplot-1.51 Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/distinfo head/graphics/p5-feedgnuplot/pkg-descr Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Sun Dec 23 09:14:40 2018 (r488176) +++ head/graphics/p5-feedgnuplot/Makefile Sun Dec 23 09:15:26 2018 (r488177) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= feedgnuplot -PORTVERSION= 1.49 +PORTVERSION= 1.51 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DKOGAN Modified: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- head/graphics/p5-feedgnuplot/distinfo Sun Dec 23 09:14:40 2018 (r488176) +++ head/graphics/p5-feedgnuplot/distinfo Sun Dec 23 09:15:26 2018 (r488177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521664208 -SHA256 (feedgnuplot-1.49.tar.gz) = a61ea6321bcc3e699b5ca88325d1579543962134ff70b2b13f580a9b5665d116 -SIZE (feedgnuplot-1.49.tar.gz) = 38015 +TIMESTAMP = 1545555629 +SHA256 (feedgnuplot-1.51.tar.gz) = 4081a9951c0e7b9895226b34e52a01a5954c114e38f6081ad19b38b7c6871d55 +SIZE (feedgnuplot-1.51.tar.gz) = 38687 Modified: head/graphics/p5-feedgnuplot/pkg-descr ============================================================================== --- head/graphics/p5-feedgnuplot/pkg-descr Sun Dec 23 09:14:40 2018 (r488176) +++ head/graphics/p5-feedgnuplot/pkg-descr Sun Dec 23 09:15:26 2018 (r488177) @@ -3,4 +3,4 @@ creates plots from data coming in on STDIN or given in passed on the commandline. Various data representations are supported, as is hardcopy output and streaming display of live data. -WWW: https://metacpan.org/release/DKOGAN/feedgnuplot-1.49 +WWW: https://metacpan.org/release/DKOGAN/feedgnuplot-1.51