svn commit: r371105 - head/devel/p5-syntax

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 18 09:48:15 UTC 2014


Author: sunpoet
Date: Sat Oct 18 09:48:13 2014
New Revision: 371105
URL: https://svnweb.freebsd.org/changeset/ports/371105
QAT: https://qat.redports.org/buildarchive/r371105/

Log:
  - Reformat pkg-descr
  - Cleanup PLIST
  - Take maintainership

Modified:
  head/devel/p5-syntax/Makefile
  head/devel/p5-syntax/pkg-descr
  head/devel/p5-syntax/pkg-plist

Modified: head/devel/p5-syntax/Makefile
==============================================================================
--- head/devel/p5-syntax/Makefile	Sat Oct 18 09:38:35 2014	(r371104)
+++ head/devel/p5-syntax/Makefile	Sat Oct 18 09:48:13 2014	(r371105)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PHAYLON
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Activate syntax extensions in Perl
 
 LICENSE=	ART10 GPLv1
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	p5-Data-OptList>=0.104:${
 		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-syntax/pkg-descr
==============================================================================
--- head/devel/p5-syntax/pkg-descr	Sat Oct 18 09:38:35 2014	(r371104)
+++ head/devel/p5-syntax/pkg-descr	Sat Oct 18 09:48:13 2014	(r371105)
@@ -1,9 +1,9 @@
-This module activates community provided syntax extensions to Perl. You pass
-it a feature name, and optionally a scalar with arguments, and the
-dispatching system will load and install the extension in your package.
+This module activates community provided syntax extensions to Perl. You pass it
+a feature name, and optionally a scalar with arguments, and the dispatching
+system will load and install the extension in your package.
 
-The import arguments are parsed with Data::OptList(3). There are no
-standardised options. Please consult the documentation for the specific syntax
-feature to find out about possible configuration options.
+The import arguments are parsed with Data::OptList(3). There are no standardised
+options. Please consult the documentation for the specific syntax feature to
+find out about possible configuration options.
 
 WWW: http://search.cpan.org/dist/syntax/

Modified: head/devel/p5-syntax/pkg-plist
==============================================================================
--- head/devel/p5-syntax/pkg-plist	Sat Oct 18 09:38:35 2014	(r371104)
+++ head/devel/p5-syntax/pkg-plist	Sat Oct 18 09:48:13 2014	(r371105)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax/.packlist
 %%SITE_PERL%%/syntax.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax/.packlist
 %%PERL5_MAN3%%/syntax.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax


More information about the svn-ports-head mailing list