diff options
author | skv <skv@FreeBSD.org> | 2008-02-07 22:58:43 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-02-07 22:58:43 +0800 |
commit | e710c0cfea2f6b30f29f35d1d8ef7dc6b3d790b0 (patch) | |
tree | 7d2e4996b60bd0f21f151f769af24c6eea8cae36 /ftp | |
parent | 5b551c823edc8b14931ba62e304d80e08cd1a7f1 (diff) | |
download | freebsd-ports-gnome-e710c0cfea2f6b30f29f35d1d8ef7dc6b3d790b0.tar.gz freebsd-ports-gnome-e710c0cfea2f6b30f29f35d1d8ef7dc6b3d790b0.tar.zst freebsd-ports-gnome-e710c0cfea2f6b30f29f35d1d8ef7dc6b3d790b0.zip |
Update to 0.14
Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-FTP-0.14/Changes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/Makefile | 5 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/distinfo | 6 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/pkg-descr | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/ftp/p5-POE-Component-Client-FTP/Makefile b/ftp/p5-POE-Component-Client-FTP/Makefile index 70ed4390cb34..99c247c26b41 100644 --- a/ftp/p5-POE-Component-Client-FTP/Makefile +++ b/ftp/p5-POE-Component-Client-FTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-FTP -PORTVERSION= 0.07 +PORTVERSION= 0.14 CATEGORIES= ftp perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes MAN3= POE::Component::Client::FTP.3 @@ -30,7 +31,7 @@ post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/ftp/p5-POE-Component-Client-FTP/distinfo b/ftp/p5-POE-Component-Client-FTP/distinfo index 4d343952f672..bdd7a867f61f 100644 --- a/ftp/p5-POE-Component-Client-FTP/distinfo +++ b/ftp/p5-POE-Component-Client-FTP/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-FTP-0.07.tar.gz) = 788fd8cbb4ea84c2e17116893cedc944 -SHA256 (POE-Component-Client-FTP-0.07.tar.gz) = 3ea6fcdd09d64a619c2158a3b5afc1ea420f9c077a62228a61d1fad6ce094baa -SIZE (POE-Component-Client-FTP-0.07.tar.gz) = 12984 +MD5 (POE-Component-Client-FTP-0.14.tar.gz) = a2aa847b699808baa308f31a77bf1e6a +SHA256 (POE-Component-Client-FTP-0.14.tar.gz) = ef1d151650e5af0401f391321f4fc8365eac24219b9dc96a9b129d64d809bd19 +SIZE (POE-Component-Client-FTP-0.14.tar.gz) = 26203 diff --git a/ftp/p5-POE-Component-Client-FTP/pkg-descr b/ftp/p5-POE-Component-Client-FTP/pkg-descr index bac8669c25a1..9c2dab8a4120 100644 --- a/ftp/p5-POE-Component-Client-FTP/pkg-descr +++ b/ftp/p5-POE-Component-Client-FTP/pkg-descr @@ -2,6 +2,3 @@ POE::Component::Client::FTP is a POE component for interacting with a FTP server. WWW: http://search.cpan.org/dist/POE-Component-Client-FTP/ - --- Sergey Skvortsov -skv@FreeBSD.org |