View | Details | Raw Unified | Return to bug 52284
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Mail-Sender
8
PORTNAME=	Mail-Sender
9
PORTVERSION=	0.8.05
9
PORTVERSION=	0.8.06
10
CATEGORIES=	mail perl5
10
CATEGORIES=	mail perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Mail
12
MASTER_SITE_SUBDIR=	Mail
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Mail-Sender-0.8.05.tar.gz) = b163c9a2cc3ff3efd81454c86951d924
1
MD5 (Mail-Sender-0.8.06.tar.gz) = 1e28f782716af562396cd0df7f2caa2f
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Mail/Sender.pm
1
%%SITE_PERL%%/Mail/Sender.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sender/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Sender/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sender
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Sender
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true

Return to bug 52284