diff options
author | gabor <gabor@FreeBSD.org> | 2008-02-25 21:29:08 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-02-25 21:29:08 +0800 |
commit | a15148cd3530f496b1817185239141b85f810cee (patch) | |
tree | 988590ed00ffbb05916651743950edead17f5d6e /net/p5-Net-SFTP-Foreign | |
parent | 894d8595c911174fce88158ec95a0c6d0b554449 (diff) | |
download | freebsd-ports-gnome-a15148cd3530f496b1817185239141b85f810cee.tar.gz freebsd-ports-gnome-a15148cd3530f496b1817185239141b85f810cee.tar.zst freebsd-ports-gnome-a15148cd3530f496b1817185239141b85f810cee.zip |
- Update to 1.35
- Add dependencies
- Style
PR: ports/121020
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer
Diffstat (limited to 'net/p5-Net-SFTP-Foreign')
-rw-r--r-- | net/p5-Net-SFTP-Foreign/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-SFTP-Foreign/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-SFTP-Foreign/pkg-descr | 1 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net/p5-Net-SFTP-Foreign/Makefile b/net/p5-Net-SFTP-Foreign/Makefile index 8098cbfa0d1b..4a07c6832bb1 100644 --- a/net/p5-Net-SFTP-Foreign/Makefile +++ b/net/p5-Net-SFTP-Foreign/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Net-SFTP-Foreign -DISTVERSION= 0.90_15 +PORTVERSION= 1.35 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com @@ -17,6 +16,10 @@ COMMENT= Net::SFTP::Foreign - Secure File Transfer Protocol client PERL_CONFIGURE= 5.8.0+ +BUILD_DEPENDS+= ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \ + ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key +RUN_DEPENDS+= ${BUILD_DEPENDS} + MAN3= Net::SFTP::Foreign.3 \ Net::SFTP::Foreign::Attributes.3 \ Net::SFTP::Foreign::Attributes::Compat.3 \ diff --git a/net/p5-Net-SFTP-Foreign/distinfo b/net/p5-Net-SFTP-Foreign/distinfo index 497d0caf29e6..08143e6da5d7 100644 --- a/net/p5-Net-SFTP-Foreign/distinfo +++ b/net/p5-Net-SFTP-Foreign/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-SFTP-Foreign-0.90_15.tar.gz) = 108c1a82323796047f3426731e5fe627 -SHA256 (Net-SFTP-Foreign-0.90_15.tar.gz) = 2af3bbf4bc70a9bae94846858d5a062d766483fb15bcc6763bddf6d2073c5807 -SIZE (Net-SFTP-Foreign-0.90_15.tar.gz) = 89529 +MD5 (Net-SFTP-Foreign-1.35.tar.gz) = 994f6e4dfbc1f4fdba8911afcdde462d +SHA256 (Net-SFTP-Foreign-1.35.tar.gz) = d923a3a6dbef764d2a18f1f527fb768ab4c23d4a564a271e1b0f403f91bab2cc +SIZE (Net-SFTP-Foreign-1.35.tar.gz) = 96207 diff --git a/net/p5-Net-SFTP-Foreign/pkg-descr b/net/p5-Net-SFTP-Foreign/pkg-descr index bd293487fdef..8b0facc70ca4 100644 --- a/net/p5-Net-SFTP-Foreign/pkg-descr +++ b/net/p5-Net-SFTP-Foreign/pkg-descr @@ -1,4 +1,3 @@ Net::SFTP::Foreign - Secure File Transfer Protocol client -WARNING: This is a development version, expect bugs on it!!! WWW: http://search.cpan.org/dist/Net-SFTP-Foreign/ |