Date: Mon, 26 Feb 2018 13:22:45 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463018 - head/textproc/p5-Text-Haml Message-ID: <201802261322.w1QDMj5d043769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Feb 26 13:22:45 2018 New Revision: 463018 URL: https://svnweb.freebsd.org/changeset/ports/463018 Log: Update to 0.990118 While here, clean up port, sort plist, and improve COMMENT. This PR has sat for over 3 months with no response. I'm assuming that kuriyama has abandoned this port, so I'm changing the maintainer to perl@. Changes: https://metacpan.org/source/VTI/Text-Haml-0.990118/Changes Modified: head/textproc/p5-Text-Haml/Makefile head/textproc/p5-Text-Haml/distinfo head/textproc/p5-Text-Haml/pkg-descr head/textproc/p5-Text-Haml/pkg-plist Modified: head/textproc/p5-Text-Haml/Makefile ============================================================================== --- head/textproc/p5-Text-Haml/Makefile Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/Makefile Mon Feb 26 13:22:45 2018 (r463018) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= Text-Haml -PORTVERSION= 0.990116 -PORTREVISION= 1 +PORTVERSION= 0.990118 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= Perl extension for Haml parser +MAINTAINER= perl@FreeBSD.org +COMMENT= Haml-parsing Perl extension -RUN_DEPENDS= p5-URI>0:net/p5-URI -BUILD_DEPENDS= ${RUN_DEPENDS} +LICENSE= ART20 -USES= perl5 -USE_PERL5= modbuild -NO_ARCH= YES +BUILD_DEPENDS= p5-URI>0:net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple + +USES= perl5 +USE_PERL5= modbuildtiny +NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/p5-Text-Haml/distinfo ============================================================================== --- head/textproc/p5-Text-Haml/distinfo Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/distinfo Mon Feb 26 13:22:45 2018 (r463018) @@ -1,2 +1,3 @@ -SHA256 (Text-Haml-0.990116.tar.gz) = ac1123b09ce7b5a52ef28ac74d1cf63757abd234bbb0b40f902b0ba7f9bc9cfe -SIZE (Text-Haml-0.990116.tar.gz) = 29111 +TIMESTAMP = 1510881529 +SHA256 (Text-Haml-0.990118.tar.gz) = a7a87333f8d8fb08670acb51b495893c83b28b8e010e3bdce50fe9231f4438ea +SIZE (Text-Haml-0.990118.tar.gz) = 30602 Modified: head/textproc/p5-Text-Haml/pkg-descr ============================================================================== --- head/textproc/p5-Text-Haml/pkg-descr Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/pkg-descr Mon Feb 26 13:22:45 2018 (r463018) @@ -6,4 +6,4 @@ Text::Haml passes specification tests written by Norma https://github.com/norman/haml-spec and supports only cross-language Haml features. Do not expect Ruby specific things to work. -WWW: http://search.cpan.org/dist/Text-Haml/ +WWW: https://metacpan.org/release/Text-Haml Modified: head/textproc/p5-Text-Haml/pkg-plist ============================================================================== --- head/textproc/p5-Text-Haml/pkg-plist Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/pkg-plist Mon Feb 26 13:22:45 2018 (r463018) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Haml.3.gz %%SITE_PERL%%/Text/Haml.pm +%%PERL5_MAN3%%/Text::Haml.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802261322.w1QDMj5d043769>