FreeBSD Bugzilla – Attachment 149144 Details for
Bug 194873
devel/p5-Git-PurePerl fix dependencies list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for updating port
p5-Git-PurePerl.patch (text/plain), 2.93 KB, created by
Sergei Vyshenski
on 2014-11-06 23:13:44 UTC
(
hide
)
Description:
patch for updating port
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2014-11-06 23:13:44 UTC
Size:
2.93 KB
patch
obsolete
>diff -urN devel/p5-Git-PurePerl.orig/Makefile devel/p5-Git-PurePerl/Makefile >--- devel/p5-Git-PurePerl.orig/Makefile 2014-02-11 00:04:12.000000000 +0100 >+++ devel/p5-Git-PurePerl/Makefile 2014-11-05 06:42:40.000000000 +0100 >@@ -3,15 +3,23 @@ > > PORTNAME= Git-PurePerl > PORTVERSION= 0.50 >+PORTREVISION= 1 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:BROQ > PKGNAMEPREFIX= p5- > >-MAINTAINER= perl@FreeBSD.org >+MAINTAINER= svysh.fbsd@gmail.com > COMMENT= Pure Perl interface to Git repositories > >-BUILD_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \ >+LICENSE= ART10 GPLv1 >+LICENSE_COMB= dual >+ >+BUILD_DEPENDS= \ >+ p5-Test-utf8>=0:${PORTSDIR}/devel/p5-Test-utf8 \ >+ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ >+ p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \ >+ p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \ > p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ > p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ > p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ >@@ -19,10 +27,14 @@ > p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ > p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ > p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ >- p5-IO-Digest>0:${PORTSDIR}/devel/p5-IO-Digest >+ p5-IO-Digest>0:${PORTSDIR}/devel/p5-IO-Digest \ >+ > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= perl5 > USE_PERL5= configure >+NO_ARCH= yes >+ >+#pre-install: test > > .include <bsd.port.mk> >diff -urN devel/p5-Git-PurePerl.orig/files/patch-t_protocol__gpp.t devel/p5-Git-PurePerl/files/patch-t_protocol__gpp.t >--- devel/p5-Git-PurePerl.orig/files/patch-t_protocol__gpp.t 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Git-PurePerl/files/patch-t_protocol__gpp.t 2014-11-05 12:14:12.000000000 +0100 >@@ -0,0 +1,16 @@ >+--- t/protocol_gpp.t.orig 2013-08-26 11:24:05 UTC >++++ t/protocol_gpp.t >+@@ -6,6 +6,13 @@ use IO::File; >+ use Path::Class; >+ use Test::More; >+ >++my $socket = IO::Socket::INET->new("www.google.com:80"); >++if ($socket) { >++ close ($socket); >++} else { >++ plan skip_all => 'No Internet connection?'; >++} >++ >+ my $directory = 'test-protocol'; >+ dir($directory)->rmtree; >+ >diff -urN devel/p5-Git-PurePerl.orig/pkg-plist devel/p5-Git-PurePerl/pkg-plist >--- devel/p5-Git-PurePerl.orig/pkg-plist 2014-01-22 16:16:56.000000000 +0100 >+++ devel/p5-Git-PurePerl/pkg-plist 2014-10-27 11:55:56.000000000 +0100 >@@ -26,12 +26,3 @@ > %%SITE_PERL%%/Git/PurePerl/Protocol/Git.pm > %%SITE_PERL%%/Git/PurePerl/Protocol/SSH.pm > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/PurePerl/.packlist >-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/PurePerl >-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git >-@dirrm %%SITE_PERL%%/Git/PurePerl/Protocol >-@dirrm %%SITE_PERL%%/Git/PurePerl/PackIndex >-@dirrm %%SITE_PERL%%/Git/PurePerl/Pack >-@dirrm %%SITE_PERL%%/Git/PurePerl/Object >-@dirrm %%SITE_PERL%%/Git/PurePerl/NewObject >-@dirrm %%SITE_PERL%%/Git/PurePerl >-@dirrmtry %%SITE_PERL%%/Git
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 194873
:
149140
|
149141
|
149142
|
149143
|
149144
|
149392
|
149916
|
149917