From owner-svn-ports-head@freebsd.org Mon Feb 26 13:22:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54F6CF242DB; Mon, 26 Feb 2018 13:22:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06B7D75176; Mon, 26 Feb 2018 13:22:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAE571BF7A; Mon, 26 Feb 2018 13:22:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QDMjQt043773; Mon, 26 Feb 2018 13:22:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QDMj5d043769; Mon, 26 Feb 2018 13:22:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802261322.w1QDMj5d043769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 26 Feb 2018 13:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463018 - head/textproc/p5-Text-Haml X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/textproc/p5-Text-Haml X-SVN-Commit-Revision: 463018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 13:22:46 -0000 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 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