Date: Sun, 3 May 2020 20:56:02 +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: r533877 - head/textproc/p5-Text-Aligner Message-ID: <202005032056.043Ku2Ve077229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:56:02 2020 New Revision: 533877 URL: https://svnweb.freebsd.org/changeset/ports/533877 Log: Update to 0.16 - Update LICENSE Changes: https://metacpan.org/changes/distribution/Text-Aligner Modified: head/textproc/p5-Text-Aligner/Makefile head/textproc/p5-Text-Aligner/distinfo Modified: head/textproc/p5-Text-Aligner/Makefile ============================================================================== --- head/textproc/p5-Text-Aligner/Makefile Sun May 3 20:55:56 2020 (r533876) +++ head/textproc/p5-Text-Aligner/Makefile Sun May 3 20:56:02 2020 (r533877) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Aligner -PORTVERSION= 0.13 +PORTVERSION= 0.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,14 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Align text in columns -LICENSE= MIT +LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/p5-Text-Aligner/distinfo ============================================================================== --- head/textproc/p5-Text-Aligner/distinfo Sun May 3 20:55:56 2020 (r533876) +++ head/textproc/p5-Text-Aligner/distinfo Sun May 3 20:56:02 2020 (r533877) @@ -1,2 +1,3 @@ -SHA256 (Text-Aligner-0.13.tar.gz) = e61c1c93cdefd9cc2a40f12fa8bfb12e64bb06d2375ba9e61534249865103eef -SIZE (Text-Aligner-0.13.tar.gz) = 12932 +TIMESTAMP = 1588450886 +SHA256 (Text-Aligner-0.16.tar.gz) = 5c857dbce586f57fa3d7c4ebd320023ab3b2963b2049428ae01bd3bc4f215725 +SIZE (Text-Aligner-0.16.tar.gz) = 15911
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032056.043Ku2Ve077229>