ports/175355: [PATCH] textproc/p5-PPIx-EditorTools: update to 0.18, take maintainership
Po-Chien Lin
linpc at cs.nctu.edu.tw
Wed Jan 16 14:40:03 UTC 2013
>Number: 175355
>Category: ports
>Synopsis: [PATCH] textproc/p5-PPIx-EditorTools: update to 0.18, take maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 16 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Po-Chien Lin
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan 5 22:32:49 CST
>Description:
- Update to 0.18
- Change MASTER_SITE_SUBDIR to SZABGAB
- Add LICENSE
- Take maintainership
- cleanup TABs
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- p5-PPIx-EditorTools-0.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-PPIx-EditorTools/Makefile ./Makefile
--- /usr/ports/textproc/p5-PPIx-EditorTools/Makefile 2013-01-05 22:12:22.203197002 +0800
+++ ./Makefile 2013-01-16 22:27:56.139895928 +0800
@@ -2,30 +2,36 @@
# $FreeBSD: head/textproc/p5-PPIx-EditorTools/Makefile 305921 2012-10-15 16:21:11Z tabthorpe $
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 at FreeBSD.org
+MAINTAINER= linpc at 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 -ruN --exclude=CVS /usr/ports/textproc/p5-PPIx-EditorTools/distinfo ./distinfo
--- /usr/ports/textproc/p5-PPIx-EditorTools/distinfo 2013-01-05 22:12:22.163126940 +0800
+++ ./distinfo 2013-01-16 22:10:11.023707535 +0800
@@ -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 -ruN --exclude=CVS /usr/ports/textproc/p5-PPIx-EditorTools/pkg-plist ./pkg-plist
--- /usr/ports/textproc/p5-PPIx-EditorTools/pkg-plist 2013-01-05 22:12:22.193164826 +0800
+++ ./pkg-plist 2013-01-16 22:23:29.583883826 +0800
@@ -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
--- p5-PPIx-EditorTools-0.18.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list