mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.57
PR: ports/149233 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Simun Mikecin <numisemis@yahoo.com> (maintainer)
This commit is contained in:
parent
d87ed386c9
commit
a336a49e82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259089
3 changed files with 7 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-SFTP-Foreign
|
||||
PORTVERSION= 1.55
|
||||
PORTVERSION= 1.57
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Net-SFTP-Foreign-1.55.tar.gz) = 9ae2a2298ffc06d554576700f93ab3fa
|
||||
SHA256 (Net-SFTP-Foreign-1.55.tar.gz) = 4038ea5c617fb8e98b0f3adbc3f6e54976625a75363cdbb49c1e8215e224c41a
|
||||
SIZE (Net-SFTP-Foreign-1.55.tar.gz) = 132501
|
||||
MD5 (Net-SFTP-Foreign-1.57.tar.gz) = 4485c2bdcd96cf80728a1bcced88c230
|
||||
SHA256 (Net-SFTP-Foreign-1.57.tar.gz) = e1cf3adf65389d81c87f5267399e9e332542d21c5a639909bdf4681498a7dd08
|
||||
SIZE (Net-SFTP-Foreign-1.57.tar.gz) = 142228
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
%%SITE_PERL%%/Net/SFTP/Foreign.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Attributes.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Attributes/Compat.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Backend/Unix.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Backend/Windows.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Buffer.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Compat.pm
|
||||
%%SITE_PERL%%/Net/SFTP/Foreign/Common.pm
|
||||
|
@ -12,6 +14,7 @@
|
|||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SFTP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrm %%SITE_PERL%%/Net/SFTP/Foreign/Attributes
|
||||
@dirrm %%SITE_PERL%%/Net/SFTP/Foreign/Backend
|
||||
@dirrm %%SITE_PERL%%/Net/SFTP/Foreign
|
||||
@dirrmtry %%SITE_PERL%%/Net/SFTP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
|
Loading…
Add table
Reference in a new issue