diff options
author | skv <skv@FreeBSD.org> | 2005-12-07 00:20:36 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-12-07 00:20:36 +0800 |
commit | 935ee2003dcb2ba19550020a403729f2acb736e8 (patch) | |
tree | 1b57754ee133ca98db75dc9abb60ef22c6e87ff4 | |
parent | 7840a17a4b3e18b63f51c60b97314b52359e30c4 (diff) | |
download | freebsd-ports-gnome-935ee2003dcb2ba19550020a403729f2acb736e8.tar.gz freebsd-ports-gnome-935ee2003dcb2ba19550020a403729f2acb736e8.tar.zst freebsd-ports-gnome-935ee2003dcb2ba19550020a403729f2acb736e8.zip |
Update to 0.12
Changes: http://search.cpan.org/src/ULTRADM/POE-Component-Client-SMTP-0.12/Changes
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/distinfo | 5 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/pkg-plist | 5 |
3 files changed, 5 insertions, 9 deletions
diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index 42385f66e406..86bbcbe9a64e 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-SMTP -PORTVERSION= 0.06 +PORTVERSION= 0.12 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -18,7 +18,7 @@ COMMENT= SMTP client POE component BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= POE::Component::Client::SMTP.3 diff --git a/mail/p5-POE-Component-Client-SMTP/distinfo b/mail/p5-POE-Component-Client-SMTP/distinfo index 832d7913338a..62dcc5f10bc5 100644 --- a/mail/p5-POE-Component-Client-SMTP/distinfo +++ b/mail/p5-POE-Component-Client-SMTP/distinfo @@ -1,2 +1,3 @@ -MD5 (POE-Component-Client-SMTP-0.06.tar.gz) = 719e0474060f71f06d8035cf51eab531 -SIZE (POE-Component-Client-SMTP-0.06.tar.gz) = 12652 +MD5 (POE-Component-Client-SMTP-0.12.tar.gz) = 101a3a6262b94188298e11ebfeab43dc +SHA256 (POE-Component-Client-SMTP-0.12.tar.gz) = 56aa1456f697243e4923e17567914362d3f266bacccae81dda6755748f1306b0 +SIZE (POE-Component-Client-SMTP-0.12.tar.gz) = 18892 diff --git a/mail/p5-POE-Component-Client-SMTP/pkg-plist b/mail/p5-POE-Component-Client-SMTP/pkg-plist index dd3b12d3c537..17998460f2cc 100644 --- a/mail/p5-POE-Component-Client-SMTP/pkg-plist +++ b/mail/p5-POE-Component-Client-SMTP/pkg-plist @@ -1,8 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/SMTP/.packlist %%SITE_PERL%%/POE/Component/Client/SMTP.pm @unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/SMTP -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true |