Date: Thu, 31 Jul 2014 18:55:21 +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: r363663 - head/textproc/p5-Text-Tags Message-ID: <201407311855.s6VItLLP050164@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 18:55:20 2014 New Revision: 363663 URL: http://svnweb.freebsd.org/changeset/ports/363663 QAT: https://qat.redports.org/buildarchive/r363663/ Log: - Sort PLIST - Reformat pkg-descr - Remove Author line Modified: head/textproc/p5-Text-Tags/Makefile head/textproc/p5-Text-Tags/pkg-descr head/textproc/p5-Text-Tags/pkg-plist Modified: head/textproc/p5-Text-Tags/Makefile ============================================================================== --- head/textproc/p5-Text-Tags/Makefile Thu Jul 31 18:55:14 2014 (r363662) +++ head/textproc/p5-Text-Tags/Makefile Thu Jul 31 18:55:20 2014 (r363663) @@ -13,7 +13,7 @@ COMMENT= Parses folksonomy space-separat LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/textproc/p5-Text-Tags/pkg-descr ============================================================================== --- head/textproc/p5-Text-Tags/pkg-descr Thu Jul 31 18:55:14 2014 (r363662) +++ head/textproc/p5-Text-Tags/pkg-descr Thu Jul 31 18:55:20 2014 (r363663) @@ -1,6 +1,5 @@ -Parses "folksonomies", which are simple space-separated-but-optionally- -quoted tag lists. See Text::Tags::Parser for the actual module; -Text::Tags may be used in a future version of the distribution. +Parses "folksonomies", which are simple space-separated-but-optionally- quoted +tag lists. See Text::Tags::Parser for the actual module; Text::Tags may be used +in a future version of the distribution. -Author: Best Practical Solutions, LLC. WWW: http://search.cpan.org/dist/Text-Tags/ Modified: head/textproc/p5-Text-Tags/pkg-plist ============================================================================== --- head/textproc/p5-Text-Tags/pkg-plist Thu Jul 31 18:55:14 2014 (r363662) +++ head/textproc/p5-Text-Tags/pkg-plist Thu Jul 31 18:55:20 2014 (r363663) @@ -1,9 +1,9 @@ -%%PERL5_MAN3%%/Text::Tags.3.gz -%%PERL5_MAN3%%/Text::Tags::Parser.3.gz %%SITE_PERL%%/Text/Tags.pm %%SITE_PERL%%/Text/Tags/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags/.packlist +%%PERL5_MAN3%%/Text::Tags.3.gz +%%PERL5_MAN3%%/Text::Tags::Parser.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -@dirrmtry %%SITE_PERL%%/Text/Tags +@dirrm %%SITE_PERL%%/Text/Tags @dirrmtry %%SITE_PERL%%/Text
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311855.s6VItLLP050164>