diff options
author | adamw <adamw@FreeBSD.org> | 2018-02-26 21:22:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-02-26 21:22:45 +0800 |
commit | 0b462e4264f92603937c6ac925094f5aa4cb1f08 (patch) | |
tree | b6b7f18fffd9db0a6864980df5f1ed9f3f0b2531 /textproc | |
parent | ae7b32254741f67b475032db31c3614bcf701d30 (diff) | |
download | freebsd-ports-gnome-0b462e4264f92603937c6ac925094f5aa4cb1f08.tar.gz freebsd-ports-gnome-0b462e4264f92603937c6ac925094f5aa4cb1f08.tar.zst freebsd-ports-gnome-0b462e4264f92603937c6ac925094f5aa4cb1f08.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Haml/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/pkg-plist | 2 |
4 files changed, 16 insertions, 13 deletions
diff --git a/textproc/p5-Text-Haml/Makefile b/textproc/p5-Text-Haml/Makefile index 81e9e38be0fe..ab8bec4436e4 100644 --- a/textproc/p5-Text-Haml/Makefile +++ b/textproc/p5-Text-Haml/Makefile @@ -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> diff --git a/textproc/p5-Text-Haml/distinfo b/textproc/p5-Text-Haml/distinfo index f98d541dca77..4579b11f06af 100644 --- a/textproc/p5-Text-Haml/distinfo +++ b/textproc/p5-Text-Haml/distinfo @@ -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 diff --git a/textproc/p5-Text-Haml/pkg-descr b/textproc/p5-Text-Haml/pkg-descr index 8515df1e7c83..2f372826dee8 100644 --- a/textproc/p5-Text-Haml/pkg-descr +++ b/textproc/p5-Text-Haml/pkg-descr @@ -6,4 +6,4 @@ Text::Haml passes specification tests written by Norman Clarke 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 diff --git a/textproc/p5-Text-Haml/pkg-plist b/textproc/p5-Text-Haml/pkg-plist index e43f6be06734..12b2a3d0c5f2 100644 --- a/textproc/p5-Text-Haml/pkg-plist +++ b/textproc/p5-Text-Haml/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Haml.3.gz %%SITE_PERL%%/Text/Haml.pm +%%PERL5_MAN3%%/Text::Haml.3.gz |