FreeBSD Bugzilla – Attachment 148590 Details for
Bug 194563
[maintainer update] devel/p5-Connector to 1.14
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for updating port
p5-Connector.patch (text/plain), 4.12 KB, created by
Sergei Vyshenski
on 2014-10-23 19:45:25 UTC
(
hide
)
Description:
patch for updating port
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2014-10-23 19:45:25 UTC
Size:
4.12 KB
patch
obsolete
>diff -ur devel/p5-Connector.orig/Makefile devel/p5-Connector/Makefile >--- devel/p5-Connector.orig/Makefile 2014-09-06 16:16:59.000000000 +0200 >+++ devel/p5-Connector/Makefile 2014-10-23 18:40:31.000000000 +0200 >@@ -2,25 +2,36 @@ > # $FreeBSD: head/devel/p5-Connector/Makefile 367439 2014-09-06 14:16:59Z pi $ > > PORTNAME= Connector >-PORTVERSION= 1.10 >+PORTVERSION= 1.14 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > > MAINTAINER= svysh.fbsd@gmail.com >-COMMENT= A generic connection to a hierarchical-structured data set >+COMMENT= Generic connection to a hierarchical-structured data set > > LICENSE= ART10 GPLv1 > LICENSE_COMB= dual > >+TEST_DEPENDS= p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \ >+ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ >+ > BUILD_DEPENDS= p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \ > p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ > p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ > p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \ >- p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl >+ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ >+ p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ >+ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ >+ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ >+ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ >+ p5-Proc-SafeExec>=0:${PORTSDIR}/devel/p5-Proc-SafeExec \ >+ > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= perl5 > USE_PERL5= configure > >+#pre-install: test >+ > .include <bsd.port.mk> >diff -ur devel/p5-Connector.orig/distinfo devel/p5-Connector/distinfo >--- devel/p5-Connector.orig/distinfo 2014-09-06 16:16:59.000000000 +0200 >+++ devel/p5-Connector/distinfo 2014-10-23 18:36:22.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (Connector-1.10.tar.gz) = 5e07f214234e28913ab77ebc7a1f41865b3d665fa8f73f6b231172896dfcfac5 >-SIZE (Connector-1.10.tar.gz) = 66141 >+SHA256 (Connector-1.14.tar.gz) = accd9d48febefacf1bb922a1045f6a291c1f9ad782ae1df3766ee60991d0ce32 >+SIZE (Connector-1.14.tar.gz) = 70291 >diff -ur devel/p5-Connector.orig/pkg-plist devel/p5-Connector/pkg-plist >--- devel/p5-Connector.orig/pkg-plist 2014-09-06 16:16:59.000000000 +0200 >+++ devel/p5-Connector/pkg-plist 2014-10-23 18:38:39.000000000 +0200 >@@ -1,4 +1,5 @@ > %%PERL5_MAN3%%/Connector.3.gz >+%%PERL5_MAN3%%/Connector::Builtin::Authentication::LDAP.3.gz > %%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz > %%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz > %%PERL5_MAN3%%/Connector::Builtin::Env.3.gz >@@ -15,6 +16,7 @@ > %%PERL5_MAN3%%/Connector::Wrapper.3.gz > %%SITE_PERL%%/Connector.pm > %%SITE_PERL%%/Connector/Builtin.pm >+%%SITE_PERL%%/Connector/Builtin/Authentication/LDAP.pm > %%SITE_PERL%%/Connector/Builtin/Authentication/Password.pm > %%SITE_PERL%%/Connector/Builtin/Authentication/PasswordScheme.pm > %%SITE_PERL%%/Connector/Builtin/Env.pm >@@ -37,14 +39,22 @@ > %%SITE_PERL%%/Connector/Types.pm > %%SITE_PERL%%/Connector/Wrapper.pm > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector/.packlist >-@dirrmtry %%SITE_PERL%%/Connector/Builtin/Authentication >-@dirrmtry %%SITE_PERL%%/Connector/Builtin/File >-@dirrmtry %%SITE_PERL%%/Connector/Builtin >-@dirrmtry %%SITE_PERL%%/Connector/Proxy/Config >-@dirrmtry %%SITE_PERL%%/Connector/Proxy/Net/LDAP >-@dirrmtry %%SITE_PERL%%/Connector/Proxy/Net >-@dirrmtry %%SITE_PERL%%/Connector/Proxy/Proc >-@dirrmtry %%SITE_PERL%%/Connector/Proxy/SOAP >-@dirrmtry %%SITE_PERL%%/Connector/Proxy >-@dirrmtry %%SITE_PERL%%/Connector >-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector >+@dir %%PERL5_MAN3%% >+@dir lib/perl5/%%PERL_VER%%/man >+@dir lib/perl5/%%PERL_VER%% >+@dir %%SITE_PERL%%/Connector/Builtin/Authentication >+@dir %%SITE_PERL%%/Connector/Builtin/File >+@dir %%SITE_PERL%%/Connector/Builtin >+@dir %%SITE_PERL%%/Connector/Proxy/Config >+@dir %%SITE_PERL%%/Connector/Proxy/Net/LDAP >+@dir %%SITE_PERL%%/Connector/Proxy/Net >+@dir %%SITE_PERL%%/Connector/Proxy/Proc >+@dir %%SITE_PERL%%/Connector/Proxy/SOAP >+@dir %%SITE_PERL%%/Connector/Proxy >+@dir %%SITE_PERL%%/Connector >+@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector >+@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto >+@dir %%SITE_PERL%%/%%PERL_ARCH%% >+@dir %%SITE_PERL%% >+@dir lib/perl5/site_perl >+@dir lib/perl5
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 194563
: 148590 |
148591
|
148592
|
148593