diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-03-05 22:48:30 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-03-05 22:48:30 +0000 |
commit | b9eafd81c6822de4663097ac77566db12d6df8da (patch) | |
tree | e63438af6f124b4e309f884b11dd04151688792b /mail/p5-Mail-Sender | |
parent | Fix the build on 64-bit machines. (diff) |
Update to 0.8.05.
Notes
Notes:
svn path=/head/; revision=76988
Diffstat (limited to 'mail/p5-Mail-Sender')
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/pkg-comment | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index c8116d0eb65b..2ed79d7fc7bd 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -6,20 +6,20 @@ # PORTNAME= Mail-Sender -PORTVERSION= 0.8.04 +PORTVERSION= 0.8.05 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org +COMMENT= Module for sending mails with attachments through an SMTP server -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::Sender.3 post-patch: diff --git a/mail/p5-Mail-Sender/distinfo b/mail/p5-Mail-Sender/distinfo index b65d7ba6039b..b26fba236845 100644 --- a/mail/p5-Mail-Sender/distinfo +++ b/mail/p5-Mail-Sender/distinfo @@ -1 +1 @@ -MD5 (Mail-Sender-0.8.04.tar.gz) = e2bac752f6d8642ca5b60e1fe25c05bd +MD5 (Mail-Sender-0.8.05.tar.gz) = b163c9a2cc3ff3efd81454c86951d924 diff --git a/mail/p5-Mail-Sender/pkg-comment b/mail/p5-Mail-Sender/pkg-comment deleted file mode 100644 index 0e90c99f0aea..000000000000 --- a/mail/p5-Mail-Sender/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Module for sending mails with attachments through an SMTP server |