FreeBSD Bugzilla – Attachment 99853 Details for
Bug 139033
[maintainer update] update editors/p5-Padre to 0.46
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 14.58 KB, created by
Cezary Morga
on 2009-09-21 22:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cezary Morga
Created:
2009-09-21 22:10:00 UTC
Size:
14.58 KB
patch
obsolete
>diff -ruN editors/p5-Padre.orig/Makefile editors/p5-Padre/Makefile >--- editors/p5-Padre.orig/Makefile 2009-09-21 06:09:00.000000000 +0200 >+++ editors/p5-Padre/Makefile 2009-09-21 22:51:50.169615000 +0200 >@@ -6,7 +6,7 @@ > # > > PORTNAME= Padre >-PORTVERSION= 0.45 >+PORTVERSION= 0.46 > CATEGORIES= editors perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -19,12 +19,14 @@ > ${SITE_PERL}/Class/Adapter.pm:${PORTSDIR}/devel/p5-Class-Adapter \ > ${SITE_PERL}/Class/Unload.pm:${PORTSDIR}/devel/p5-Class-Unload \ > ${SITE_PERL}/Devel/Dumpvar.pm:${PORTSDIR}/devel/p5-Devel-Dumpvar \ >+ p5-Devel-Refactor>=0.05:${PORTSDIR}/devel/p5-Devel-Refactor \ > ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ > ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ > ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ >+ p5-File-Next>=1.06:${PORTSDIR}/sysutils/p5-File-Next \ > p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ >+ p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \ > ${SITE_PERL}/File/ShareDir.pm:${PORTSDIR}/devel/p5-File-ShareDir \ >- ${SITE_PERL}/File/ShareDir/PAR.pm:${PORTSDIR}/devel/p5-File-ShareDir-PAR \ > ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \ > ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ > ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ >@@ -34,8 +36,7 @@ > ${SITE_PERL}/Module/Starter.pm:${PORTSDIR}/devel/p5-Module-Starter \ > ${SITE_PERL}/ORLite.pm:${PORTSDIR}/databases/p5-ORLite \ > ${SITE_PERL}/ORLite/Migrate.pm:${PORTSDIR}/databases/p5-ORLite-Migrate \ >- ${SITE_PERL}/PAR.pm:${PORTSDIR}/devel/p5-PAR \ >- ${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \ >+ p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \ > ${SITE_PERL}/Parse/ErrorString/Perl.pm:${PORTSDIR}/devel/p5-Parse-ErrorString-Perl \ > p5-Parse-ExuberantCTags>=1.00:${PORTSDIR}/devel/p5-Parse-ExuberantCTags \ > p5-Pod-Abstract>=0.16:${PORTSDIR}/textproc/p5-Pod-Abstract \ >@@ -44,7 +45,6 @@ > ${SITE_PERL}/Pod/Simple/XHTML.pm:${PORTSDIR}/textproc/p5-Pod-Simple \ > ${SITE_PERL}/Probe/Perl.pm:${PORTSDIR}/sysutils/p5-Probe-Perl \ > ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ >- ${SITE_PERL}/Test/Most.pm:${PORTSDIR}/devel/p5-Test-Most \ > ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ > ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \ > ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \ >@@ -59,9 +59,10 @@ > ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ > ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ > ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ >+ p5-pip>=0.13:${PORTSDIR}/devel/p5-pip \ > p5-PPIx-EditorTools>=0.08:${PORTSDIR}/textproc/p5-PPIx-EditorTools \ >- p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest \ > p5-Wx>=0.91:${PORTSDIR}/x11-toolkits/p5-Wx >+ > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USE_WX= 2.8+ >@@ -84,11 +85,20 @@ > IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes > .endif > >-.if ${PERL_LEVEL} >= 501000 >+.if ${PERL_LEVEL} >= 501000 && ${PERL_LEVEL} < 501001 > BUILD_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ > p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \ > p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \ > p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared >+RUN_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ >+ p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \ >+ p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \ >+ p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared >+.endif >+ >+.if ${PERL_LEVEL} < 501001 >+BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest >+RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest > .endif > > MAN3= Padre.3 \ >diff -ruN editors/p5-Padre.orig/distinfo editors/p5-Padre/distinfo >--- editors/p5-Padre.orig/distinfo 2009-09-21 06:09:00.000000000 +0200 >+++ editors/p5-Padre/distinfo 2009-09-21 22:30:41.702382000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (Padre-0.45.tar.gz) = cbafad62933d6e95ea749b39da51584a >-SHA256 (Padre-0.45.tar.gz) = 14eec0a2c28c7ea2bffcb112a1f70c06fab8a71e4416497a39f89610a86b0e4f >-SIZE (Padre-0.45.tar.gz) = 876750 >+MD5 (Padre-0.46.tar.gz) = 86b10a095c5e66a2cc5db642e2ed0e99 >+SHA256 (Padre-0.46.tar.gz) = 299a786ecddfc38409aac2264e34ff89a4b096081a65323ac25dcca4bd2519aa >+SIZE (Padre-0.46.tar.gz) = 890624 >diff -ruN editors/p5-Padre.orig/pkg-plist editors/p5-Padre/pkg-plist >--- editors/p5-Padre.orig/pkg-plist 2009-09-21 06:09:01.000000000 +0200 >+++ editors/p5-Padre/pkg-plist 2009-09-21 22:50:54.961736000 +0200 >@@ -163,6 +163,7 @@ > %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/05_button_with_event_and_message_box.pl > %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/21_progress_bar.pl > %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/22_notebook.pl >+%%SITE_PERL%%/auto/share/dist/Padre/examples/wx/23_menu.pl > %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/30_editor.pl > %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/40_draw.pl > %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/41-drag-image.pl >diff -ruN devel/p5-pip.orig/Makefile devel/p5-pip/Makefile >--- devel/p5-pip.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-pip/Makefile 2009-09-21 22:14:20.025523000 +0200 >@@ -0,0 +1,32 @@ >+# New ports collection makefile for: p5-pip >+# Date created: September 21st 2009 >+# Whom: Cezary Morga <cm@therek.net> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= pip >+PORTVERSION= 0.13 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= cm@therek.net >+COMMENT= Perl Installation Program >+ >+BUILD_DEPENDS= p5-CPAN-Inject>=0.07:${PORTSDIR}/devel/p5-CPAN-Inject \ >+ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which \ >+ p5-File-pushd>=0.32:${PORTSDIR}/devel/p5-File-pushd \ >+ p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \ >+ p5-URI>=0:${PORTSDIR}/net/p5-URI \ >+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+PERL_CONFIGURE= YES >+ >+MAN3= Module::Plan::Base.3 \ >+ Module::Plan::Lite.3 \ >+ pip.3 >+ >+.include <bsd.port.mk> >diff -ruN devel/p5-pip.orig/distinfo devel/p5-pip/distinfo >--- devel/p5-pip.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-pip/distinfo 2009-09-16 15:02:32.228207000 +0200 >@@ -0,0 +1,3 @@ >+MD5 (pip-0.13.tar.gz) = f5a47961830cf89934f6c5f0377d8936 >+SHA256 (pip-0.13.tar.gz) = 3b2523a4b4f70e928a276173847b16c6e6628baeee562a5ae393b1952877dcad >+SIZE (pip-0.13.tar.gz) = 102342 >diff -ruN devel/p5-pip.orig/pkg-descr devel/p5-pip/pkg-descr >--- devel/p5-pip.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-pip/pkg-descr 2009-09-16 15:01:09.398386000 +0200 >@@ -0,0 +1,14 @@ >+The pip ("Perl Installation Program") console application is used >+to install Perl distributions in a wide variety of formats, both >+from CPAN and from external third-party locations, while supporting >+module dependencies that go across the boundary from third-party >+to CPAN. >+ >+Using pip you can install CPAN modules, arbitrary tarballs from >+both the local file-system or across the internet from arbitrary >+URIs. >+ >+You can use pip to ensure that specific versions of CPAN modules >+are installed instead of the most current version. >+ >+WWW: http://search.cpan.org/dist/pip/ >diff -ruN devel/p5-pip.orig/pkg-plist devel/p5-pip/pkg-plist >--- devel/p5-pip.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-pip/pkg-plist 2009-09-21 22:13:03.632688000 +0200 >@@ -0,0 +1,10 @@ >+bin/pip >+%%SITE_PERL%%/Module/Plan/Base.pm >+%%SITE_PERL%%/Module/Plan/Lite.pm >+%%SITE_PERL%%/Module/Plan/Archive.pm >+%%SITE_PERL%%/Module/P5Z.pm >+%%SITE_PERL%%/pip.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/pip/.packlist >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/pip >+@dirrmtry %%SITE_PERL%%/Module/Plan >+@dirrmtry %%SITE_PERL%%/Module >diff -ruN devel/p5-CPAN-Checksums.orig/Makefile devel/p5-CPAN-Checksums/Makefile >--- devel/p5-CPAN-Checksums.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Checksums/Makefile 2009-09-21 21:47:42.295008000 +0200 >@@ -0,0 +1,24 @@ >+# New ports collection makefile for: p5-CPAN-Checksums >+# Date created: September 21st 2009 >+# Whom: Cezary Morga <cm@therek.net> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= CPAN-Checksums >+PORTVERSION= 2.03 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= cm@therek.net >+COMMENT= Perl module to write a CHECKSUMS file for a directory as on CPAN >+ >+BUILD_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare >+RUN_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare >+ >+PERL_CONFIGURE= YES >+ >+MAN3= CPAN::Checksums.3 >+ >+.include <bsd.port.mk> >diff -ruN devel/p5-CPAN-Checksums.orig/distinfo devel/p5-CPAN-Checksums/distinfo >--- devel/p5-CPAN-Checksums.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Checksums/distinfo 2009-09-21 21:36:46.307439000 +0200 >@@ -0,0 +1,3 @@ >+MD5 (CPAN-Checksums-2.03.tar.gz) = ab745caa41d3e9292b30b55728c37c10 >+SHA256 (CPAN-Checksums-2.03.tar.gz) = a543b4c81a3d2b7aae46cefcdc51556f154c875b755079cab3b7c9170147a4ff >+SIZE (CPAN-Checksums-2.03.tar.gz) = 10796 >diff -ruN devel/p5-CPAN-Checksums.orig/pkg-descr devel/p5-CPAN-Checksums/pkg-descr >--- devel/p5-CPAN-Checksums.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Checksums/pkg-descr 2009-09-21 21:35:58.014543000 +0200 >@@ -0,0 +1,3 @@ >+CPAN::Checksums - Write a CHECKSUMS file for a directory as on CPAN >+ >+WWW: http://search.cpan.org/dist/CPAN-Checksums/ >diff -ruN devel/p5-CPAN-Checksums.orig/pkg-plist devel/p5-CPAN-Checksums/pkg-plist >--- devel/p5-CPAN-Checksums.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Checksums/pkg-plist 2009-09-21 22:13:26.447640000 +0200 >@@ -0,0 +1,5 @@ >+%%SITE_PERL%%/CPAN/Checksums.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Checksums/.packlist >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Checksums >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN >+@dirrmtry %%SITE_PERL%%/CPAN >diff -ruN devel/p5-CPAN-Inject.orig/Makefile devel/p5-CPAN-Inject/Makefile >--- devel/p5-CPAN-Inject.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Inject/Makefile 2009-09-21 21:56:57.930796000 +0200 >@@ -0,0 +1,27 @@ >+# New ports collection makefile for: p5-CPAN-Inject >+# Date created: September 21st 2009 >+# Whom: Cezary Morga <cm@therek.net> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= CPAN-Inject >+PORTVERSION= 0.11 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= cm@therek.net >+COMMENT= Base class for injecting distributions into CPAN sources >+ >+BUILD_DEPENDS= p5-File-chmod>=0.30:${PORTSDIR}/devel/p5-File-chmod \ >+ p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \ >+ p5-CPAN-Checksums>=1.05:${PORTSDIR}/devel/p5-CPAN-Checksums >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+PERL_CONFIGURE= YES >+ >+MAN1= cpaninject.1 >+MAN3= CPAN::Inject.3 >+ >+.include <bsd.port.mk> >diff -ruN devel/p5-CPAN-Inject.orig/distinfo devel/p5-CPAN-Inject/distinfo >--- devel/p5-CPAN-Inject.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Inject/distinfo 2009-09-16 15:27:53.391890000 +0200 >@@ -0,0 +1,3 @@ >+MD5 (CPAN-Inject-0.11.tar.gz) = 505d71440ddd20c6eb0175c49a145f20 >+SHA256 (CPAN-Inject-0.11.tar.gz) = 7607f4060d7ab22329c4b4069ce45115d5d39e0376c06c92acb2211d094f93be >+SIZE (CPAN-Inject-0.11.tar.gz) = 54564 >diff -ruN devel/p5-CPAN-Inject.orig/pkg-descr devel/p5-CPAN-Inject/pkg-descr >--- devel/p5-CPAN-Inject.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Inject/pkg-descr 2009-09-21 21:54:05.630172000 +0200 >@@ -0,0 +1,13 @@ >+Following the release of CPAN::Mini, the CPAN::Mini::Inject module >+was created to add additional distributions into a minicpan mirror. >+ >+While it was created for use with a minicpan mirror, similar >+functionality can be reused in other situations. >+ >+CPAN::Inject replicates the basics of this functionality. >+ >+Specifically, it takes an arbitrary tarball and adds it to the CPAN >+sources directory for a particular author, and then add the new >+file to the CHECKSUMS file. >+ >+WWW: http://search.cpan.org/dist/CPAN-Inject/ >diff -ruN devel/p5-CPAN-Inject.orig/pkg-plist devel/p5-CPAN-Inject/pkg-plist >--- devel/p5-CPAN-Inject.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-CPAN-Inject/pkg-plist 2009-09-21 22:13:16.709662000 +0200 >@@ -0,0 +1,6 @@ >+bin/cpaninject >+%%SITE_PERL%%/CPAN/Inject.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Inject/.packlist >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Inject >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN >+@dirrmtry %%SITE_PERL%%/CPAN >diff -ruN devel/p5-Devel-Refactor.orig/Makefile devel/p5-Devel-Refactor/Makefile >--- devel/p5-Devel-Refactor.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Devel-Refactor/Makefile 2009-09-21 22:36:57.111562000 +0200 >@@ -0,0 +1,21 @@ >+# New ports collection makefile for: p5-Devel-Refactor >+# Date created: September 21st 2009 >+# Whom: Cezary Morga <cm@therek.net> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= Devel-Refactor >+PORTVERSION= 0.05 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= cm@therek.net >+COMMENT= Perl extension for refactoring Perl code >+ >+PERL_CONFIGURE= YES >+ >+MAN3= Devel::Refactor.3 >+ >+.include <bsd.port.mk> >diff -ruN devel/p5-Devel-Refactor.orig/distinfo devel/p5-Devel-Refactor/distinfo >--- devel/p5-Devel-Refactor.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Devel-Refactor/distinfo 2009-09-21 22:34:59.137820000 +0200 >@@ -0,0 +1,3 @@ >+MD5 (Devel-Refactor-0.05.tar.gz) = c326fc3ae79cfa0e7f69c5f74618c2f1 >+SHA256 (Devel-Refactor-0.05.tar.gz) = 1d8338ea6ada6c7e388c9ff1cce07cdc20e4937d1981a8d778bc2b6956358a57 >+SIZE (Devel-Refactor-0.05.tar.gz) = 10109 >diff -ruN devel/p5-Devel-Refactor.orig/pkg-descr devel/p5-Devel-Refactor/pkg-descr >--- devel/p5-Devel-Refactor.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Devel-Refactor/pkg-descr 2009-09-21 22:34:24.837895000 +0200 >@@ -0,0 +1,7 @@ >+The Devel::Refactor module is for code refactoring. >+ >+While Devel::Refactor may be used from Perl programs, it is also >+designed to be used with the EPIC plug-in for the eclipse integrated >+development environment. >+ >+WWW: http://search.cpan.org/dist/Devel-Refactor/ >diff -ruN devel/p5-Devel-Refactor.orig/pkg-plist devel/p5-Devel-Refactor/pkg-plist >--- devel/p5-Devel-Refactor.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Devel-Refactor/pkg-plist 2009-09-21 22:36:37.436606000 +0200 >@@ -0,0 +1,5 @@ >+%%SITE_PERL%%/Devel/Refactor.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refactor/.packlist >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refactor >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel >+@dirrmtry %%SITE_PERL%%/Devel
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 139033
: 99853