Date: Mon, 4 Jun 2018 18:08:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471643 - head/graphics/p5-feedgnuplot Message-ID: <201806041808.w54I8tqE067294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:08:55 2018 New Revision: 471643 URL: https://svnweb.freebsd.org/changeset/ports/471643 Log: Update MASTER_SITES: use CPAN macro - Add NO_ARCH - Update WWW With hat: perl Approved by: portmgr (blanket) Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/pkg-descr Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Mon Jun 4 18:08:48 2018 (r471642) +++ head/graphics/p5-feedgnuplot/Makefile Mon Jun 4 18:08:55 2018 (r471643) @@ -3,7 +3,8 @@ PORTNAME= feedgnuplot PORTVERSION= 1.49 CATEGORIES= graphics perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DKOGAN PKGNAMEPREFIX= p5- MAINTAINER= pi@FreeBSD.org @@ -18,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ gnuplot:math/gnuplot +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-feedgnuplot/pkg-descr ============================================================================== --- head/graphics/p5-feedgnuplot/pkg-descr Mon Jun 4 18:08:48 2018 (r471642) +++ head/graphics/p5-feedgnuplot/pkg-descr Mon Jun 4 18:08:55 2018 (r471643) @@ -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: http://search.cpan.org/dist/feedgnuplot/ +WWW: https://metacpan.org/release/DKOGAN/feedgnuplot-1.49
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041808.w54I8tqE067294>