1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Update to 0.8.06

- Do not depend on p5-MIME-Base64 for perl 5.8

PR:		52284
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer, edwin (mentor)
This commit is contained in:
Erwin Lansing 2003-06-04 17:23:43 +00:00
parent 1af1f2d2d9
commit 3194d89049
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82275
3 changed files with 15 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Mail-Sender
PORTVERSION= 0.8.05
PORTVERSION= 0.8.06
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@ -15,9 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Module for sending mails with attachments through an SMTP server
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Mail::Sender.3
@ -28,4 +25,11 @@ post-patch:
${PERL} -pi -e 's/res = <STDIN>;/res = "N";/' ${WRKSRC}/Config.PL
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (Mail-Sender-0.8.05.tar.gz) = b163c9a2cc3ff3efd81454c86951d924
MD5 (Mail-Sender-0.8.06.tar.gz) = 1e28f782716af562396cd0df7f2caa2f

View File

@ -1,5 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Mail/Sender.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sender/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sender
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true
%%SITE_PERL%%/Mail/Sender.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Sender/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Sender
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true