diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-02-07 14:58:43 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-02-07 14:58:43 +0000 |
commit | 6249fa17b631d1f07077e7a3cd1552c971c29c56 (patch) | |
tree | 026a1f1ce1e2a3dbf68c652f0d9db156123b36c0 /ftp | |
parent | 0e636dabb8a27eff346dfab736b308cec23140f8 (diff) | |
download | ports-6249fa17b631d1f07077e7a3cd1552c971c29c56.tar.gz ports-6249fa17b631d1f07077e7a3cd1552c971c29c56.zip |
Update to 0.14
Notes
Notes:
svn path=/head/; revision=206842
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 |