Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 09:48:14 +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: r371105 - head/devel/p5-syntax
Message-ID:  <201410180948.s9I9mEJW038044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410180948.s9I9mEJW038044>