ports/153075: [PATCH] editors/p5-Vimana: update to 2010.09303
Philip M. Gollucci
pgollucci at p6m7g8.com
Sun Dec 12 21:50:20 UTC 2010
>Number: 153075
>Category: ports
>Synopsis: [PATCH] editors/p5-Vimana: update to 2010.09303
>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: Sun Dec 12 21:50:19 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010
>Description:
- Update to 2010.09303
Port maintainer (miwi at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Vimana-2010.09303.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/p5-Vimana/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 12 Feb 2010 14:31:07 -0000 1.5
+++ Makefile 12 Dec 2010 20:27:03 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Vimana
-PORTVERSION= 2010.0421
+PORTVERSION= 2010.09303
CATEGORIES= editors perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CO/CORNELIUS
@@ -15,35 +15,40 @@
MAINTAINER= miwi at FreeBSD.org
COMMENT= Vim script manager
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-BUILD_DEPENDS= vim>=0:${PORTSDIR}/editors/vim \
+BUILD_DEPENDS= vim>=0:${PORTSDIR}/editors/vim
+RUN_DEPENDS= vim>=0:${PORTSDIR}/editors/vim \
p5-App-CLI>=0.08:${PORTSDIR}/devel/p5-App-CLI \
- p5-Archive-Any>=0:${PORTSDIR}/archivers/p5-Archive-Any \
- p5-Cache>=2.04:${PORTSDIR}/devel/p5-Cache \
- p5-File-Copy-Recursive>=0.38:${PORTSDIR}/devel/p5-File-Copy-Recursive \
- p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \
- p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
- p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
+ p5-Archive-Extract>=0.34:${PORTSDIR}/archivers/p5-Archive-Extract \
+ p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
+ p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
+ p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp \
p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite
+ p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \
+ p5-Exporter-Lite>=0.2:${PORTSDIR}/devel/p5-Exporter-Lite \
+ p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5 \
+ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
+ p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \
+ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
+ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
PERL_CONFIGURE= yes
-MAN1= vimana.1
+MAN1= vimana.1 vim_record.1
MAN3= Vimana.3 \
- Vimana::Accessor.3 \
Vimana::Command::Download.3 \
Vimana::Command::Install.3 \
Vimana::Command::Installed.3 \
Vimana::Command::Remove.3 \
Vimana::Command::Search.3 \
Vimana::Index.3 \
+ Vimana::Installer.3 \
+ Vimana::Installer::Makefile.3 \
Vimana::Installer::Auto.3 \
Vimana::Installer::Text.3 \
Vimana::Logger.3 \
Vimana::Manual.3 \
- Vimana::PackageFile.3 \
Vimana::Record.3 \
Vimana::Recursive.3 \
Vimana::Util.3
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/p5-Vimana/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo 12 Feb 2010 14:31:07 -0000 1.4
+++ distinfo 12 Dec 2010 05:14:08 -0000
@@ -1,3 +1,2 @@
-MD5 (Vimana-2010.0421.tar.gz) = b2960858544062914543d1f042632513
-SHA256 (Vimana-2010.0421.tar.gz) = 0b567663dee345252e48a5a363a7896c9922052fce2c34ae602ee4953fb7c8d3
-SIZE (Vimana-2010.0421.tar.gz) = 114589
+SHA256 (Vimana-2010.09303.tar.gz) = 688523d382df46728c47265d4a7280601f57414ede632382bb01238ad60d1d88
+SIZE (Vimana-2010.09303.tar.gz) = 127106
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/editors/p5-Vimana/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist 24 Sep 2010 02:03:01 -0000 1.5
+++ pkg-plist 12 Dec 2010 19:16:09 -0000
@@ -1,8 +1,9 @@
%%SITE_PERL%%/Vimana.pm
-%%SITE_PERL%%/Vimana/Accessor.pm
%%SITE_PERL%%/Vimana/Archive.pm
%%SITE_PERL%%/Vimana/Command.pm
%%SITE_PERL%%/Vimana/Command/Download.pm
+%%SITE_PERL%%/Vimana/Command/Rate.pm
+%%SITE_PERL%%/Vimana/Command/Help.pm
%%SITE_PERL%%/Vimana/Command/Info.pm
%%SITE_PERL%%/Vimana/Command/Install.pm
%%SITE_PERL%%/Vimana/Command/Installed.pm
@@ -18,18 +19,18 @@
%%SITE_PERL%%/Vimana/Installer/Meta.pm
%%SITE_PERL%%/Vimana/Installer/Rakefile.pm
%%SITE_PERL%%/Vimana/Installer/Text.pm
+%%SITE_PERL%%/Vimana/Installer/Vimball.pm
%%SITE_PERL%%/Vimana/Logger.pm
%%SITE_PERL%%/Vimana/Manual.pm
-%%SITE_PERL%%/Vimana/PackageFile.pm
%%SITE_PERL%%/Vimana/Record.pm
%%SITE_PERL%%/Vimana/Recursive.pm
%%SITE_PERL%%/Vimana/Util.pm
%%SITE_PERL%%/Vimana/VimOnline.pm
%%SITE_PERL%%/Vimana/VimOnline/ScriptPage.pm
%%SITE_PERL%%/Vimana/VimOnline/Search.pm
-%%SITE_PERL%%/Vimana/VimballInstall.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Vimana/.packlist
bin/vimana
+bin/vim_record
@dirrmtry %%SITE_PERL%%/Vimana/VimOnline
@dirrmtry %%SITE_PERL%%/Vimana/Installer
@dirrmtry %%SITE_PERL%%/Vimana/Command
--- p5-Vimana-2010.09303.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list