aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPIx-EditorTools
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-01-19 04:11:06 +0000
committerSteve Wills <swills@FreeBSD.org>2013-01-19 04:11:06 +0000
commit6c6e4a1f2042801bb048a9e81fbe01f6e88924c9 (patch)
tree03535a26faa9036947aad95787f56295434a2418 /textproc/p5-PPIx-EditorTools
parent85763c482c55966aa1455027cb2bc7272efc46bb (diff)
downloadports-6c6e4a1f2042801bb048a9e81fbe01f6e88924c9.tar.gz
ports-6c6e4a1f2042801bb048a9e81fbe01f6e88924c9.zip
- Update to 0.18
- Change MASTER_SITE_SUBDIR to SZABGAB - Add LICENSE - Give maintainership to submitter PR: ports/175355 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=310637
Diffstat (limited to 'textproc/p5-PPIx-EditorTools')
-rw-r--r--textproc/p5-PPIx-EditorTools/Makefile32
-rw-r--r--textproc/p5-PPIx-EditorTools/distinfo4
-rw-r--r--textproc/p5-PPIx-EditorTools/pkg-plist8
3 files changed, 26 insertions, 18 deletions
diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile
index 2989d59c6cd4..1c7d7412565c 100644
--- a/textproc/p5-PPIx-EditorTools/Makefile
+++ b/textproc/p5-PPIx-EditorTools/Makefile
@@ -2,30 +2,36 @@
# $FreeBSD$
PORTNAME= PPIx-EditorTools
-PORTVERSION= 0.11
+PORTVERSION= 0.18
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:AZAWAWI
+MASTER_SITE_SUBDIR= CPAN:SZABGAB
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= Utility methods and base class for manipulating Perl via PPI
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \
- p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI
+ p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \
+ p5-Try-Tiny>=0.11:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
- p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
+ p5-Test-Most>=0.88:${PORTSDIR}/devel/p5-Test-Most
PERL_CONFIGURE= yes
-MAN3= PPIx::EditorTools::RenamePackage.3 \
- PPIx::EditorTools::RenamePackageFromPath.3 \
- PPIx::EditorTools::ReturnObject.3 \
- PPIx::EditorTools::FindVariableDeclaration.3 \
- PPIx::EditorTools::IntroduceTemporaryVariable.3 \
- PPIx::EditorTools::RenameVariable.3 \
- PPIx::EditorTools.3 \
- PPIx::EditorTools::FindUnmatchedBrace.3
+MAN3= PPIx::EditorTools.3 \
+ PPIx::EditorTools::FindUnmatchedBrace.3 \
+ PPIx::EditorTools::FindVariableDeclaration.3 \
+ PPIx::EditorTools::IntroduceTemporaryVariable.3 \
+ PPIx::EditorTools::Lexer.3 \
+ PPIx::EditorTools::Outline.3 \
+ PPIx::EditorTools::RenamePackage.3 \
+ PPIx::EditorTools::RenamePackageFromPath.3 \
+ PPIx::EditorTools::RenameVariable.3 \
+ PPIx::EditorTools::ReturnObject.3
.include <bsd.port.mk>
diff --git a/textproc/p5-PPIx-EditorTools/distinfo b/textproc/p5-PPIx-EditorTools/distinfo
index a444e2cc48b8..9eeeab21903a 100644
--- a/textproc/p5-PPIx-EditorTools/distinfo
+++ b/textproc/p5-PPIx-EditorTools/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PPIx-EditorTools-0.11.tar.gz) = b25df02dde4f6c6796ca36dc76965c11c6fce1e8811815bdddac982af7796443
-SIZE (PPIx-EditorTools-0.11.tar.gz) = 22585
+SHA256 (PPIx-EditorTools-0.18.tar.gz) = 1dbe7d6c762b22f77943e7754bb02416f6f2412019c6ac5f1fcd3b327ffeee61
+SIZE (PPIx-EditorTools-0.18.tar.gz) = 38874
diff --git a/textproc/p5-PPIx-EditorTools/pkg-plist b/textproc/p5-PPIx-EditorTools/pkg-plist
index 4d3d737e29ca..a44069eb2df9 100644
--- a/textproc/p5-PPIx-EditorTools/pkg-plist
+++ b/textproc/p5-PPIx-EditorTools/pkg-plist
@@ -1,11 +1,13 @@
+%%SITE_PERL%%/PPIx/EditorTools.pm
%%SITE_PERL%%/PPIx/EditorTools/FindUnmatchedBrace.pm
+%%SITE_PERL%%/PPIx/EditorTools/FindVariableDeclaration.pm
%%SITE_PERL%%/PPIx/EditorTools/IntroduceTemporaryVariable.pm
+%%SITE_PERL%%/PPIx/EditorTools/Lexer.pm
+%%SITE_PERL%%/PPIx/EditorTools/Outline.pm
%%SITE_PERL%%/PPIx/EditorTools/RenamePackage.pm
-%%SITE_PERL%%/PPIx/EditorTools/ReturnObject.pm
%%SITE_PERL%%/PPIx/EditorTools/RenamePackageFromPath.pm
%%SITE_PERL%%/PPIx/EditorTools/RenameVariable.pm
-%%SITE_PERL%%/PPIx/EditorTools/FindVariableDeclaration.pm
-%%SITE_PERL%%/PPIx/EditorTools.pm
+%%SITE_PERL%%/PPIx/EditorTools/ReturnObject.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx/EditorTools/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx/EditorTools
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx