Date: Mon, 4 Jun 2018 18:16:22 +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: r471699 - head/textproc/p5-Text-Chomp Message-ID: <201806041816.w54IGMoY078159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:16:22 2018 New Revision: 471699 URL: https://svnweb.freebsd.org/changeset/ports/471699 Log: Add LICENSE - Fix and update WWW Modified: head/textproc/p5-Text-Chomp/Makefile head/textproc/p5-Text-Chomp/pkg-descr Modified: head/textproc/p5-Text-Chomp/Makefile ============================================================================== --- head/textproc/p5-Text-Chomp/Makefile Mon Jun 4 18:16:15 2018 (r471698) +++ head/textproc/p5-Text-Chomp/Makefile Mon Jun 4 18:16:22 2018 (r471699) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module implementing a portable chomp +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Text-Chomp/pkg-descr ============================================================================== --- head/textproc/p5-Text-Chomp/pkg-descr Mon Jun 4 18:16:15 2018 (r471698) +++ head/textproc/p5-Text-Chomp/pkg-descr Mon Jun 4 18:16:22 2018 (r471699) @@ -4,4 +4,4 @@ line separators. The regular chomp() works only on the value in $/, which can be difficult if working in multi-platform environments. -WWW: http://search.cpan.org/dist/Text-Chomp/ +WWW: https://metacpan.org/release/SMPETERS/Text-Chomp-0.02
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041816.w54IGMoY078159>