diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-03 01:59:41 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:56:55 +0800 |
commit | 792cb63c55c7d24569174011c5df7ba739099b53 (patch) | |
tree | 3c835404c64864f8e2633d2743ce0ec6178079e6 /ftp | |
parent | 0180a596de67974595222f2302825efc14612813 (diff) | |
download | freebsd-ports-gnome-792cb63c55c7d24569174011c5df7ba739099b53.tar.gz freebsd-ports-gnome-792cb63c55c7d24569174011c5df7ba739099b53.tar.zst freebsd-ports-gnome-792cb63c55c7d24569174011c5df7ba739099b53.zip |
Update to 0.24
- Add LICENSE
- Update *_DEPENDS
- Add TEST_DEPENDS
- Add NO_ARCH
- Convert to options target helper
Changes: http://search.cpan.org/dist/POE-Component-Client-FTP/Changes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/Makefile | 14 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/distinfo | 5 |
2 files changed, 13 insertions, 6 deletions
diff --git a/ftp/p5-POE-Component-Client-FTP/Makefile b/ftp/p5-POE-Component-Client-FTP/Makefile index 864b3813bbec..c0f195435d8b 100644 --- a/ftp/p5-POE-Component-Client-FTP/Makefile +++ b/ftp/p5-POE-Component-Client-FTP/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-FTP -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implements an FTP client POE Component -BUILD_DEPENDS= p5-POE>=0:devel/p5-POE +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-POE-Client-TCP>=0.1:devel/p5-Test-POE-Client-TCP \ + p5-Test-POE-Server-TCP>=0.16:devel/p5-Test-POE-Server-TCP +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes @@ -24,7 +30,7 @@ PORTEXAMPLES= dotfer.pl list.pl sync.pl OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/ftp/p5-POE-Component-Client-FTP/distinfo b/ftp/p5-POE-Component-Client-FTP/distinfo index 0b1ea8fce168..89541602bae8 100644 --- a/ftp/p5-POE-Component-Client-FTP/distinfo +++ b/ftp/p5-POE-Component-Client-FTP/distinfo @@ -1,2 +1,3 @@ -SHA256 (POE-Component-Client-FTP-0.22.tar.gz) = b6bd6684396aa81475406bec887386114b2d2d11b2e877871a722d8df5a6a528 -SIZE (POE-Component-Client-FTP-0.22.tar.gz) = 36357 +TIMESTAMP = 1488463036 +SHA256 (POE-Component-Client-FTP-0.24.tar.gz) = 852f47c582fa929767763623db9137637d5dabca3eb7cf6c825b325c528a6cc2 +SIZE (POE-Component-Client-FTP-0.24.tar.gz) = 28565 |