Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 01:04:12 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29663: Update mail/p5-Mail-Tools to 1.16
Message-ID:  <20010813050412.3AD3CD91C@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29663
>Category:       ports
>Synopsis:       Update mail/p5-Mail-Tools to 1.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 12 22:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

- update to version 1.16
- remove redundant BUILD_DEPENDS (only need to depend on p5-Net once)
- add USE_PERL5
- sort pkg-plist
- don't fail on deinstall if other Mail:: modules are installed

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Tools/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	2001/03/01 06:38:16	1.23
+++ Makefile	2001/08/13 05:01:37
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-Tools
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
@@ -15,10 +15,9 @@
 
 MAINTAINER=	kuriyama@FreeBSD.org
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
+
+USE_PERL5=	yes
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Tools/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	2000/10/16 14:24:38	1.6
+++ distinfo	2001/08/13 04:42:18
@@ -1 +1 @@
-MD5 (MailTools-1.15.tar.gz) = 5b8125343cc1a130c713f5655a0e2784
+MD5 (MailTools-1.16.tar.gz) = d89ff6fe8b04189f8e1a1e43ebf3ec78
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Tools/pkg-plist,v
retrieving revision 1.11
diff -u -u -r1.11 pkg-plist
--- pkg-plist	2000/10/16 14:24:38	1.11
+++ pkg-plist	2001/08/13 04:57:25
@@ -1,4 +1,3 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/.packlist
 lib/perl5/site_perl/%%PERL_VER%%/Mail/Address.pm
 lib/perl5/site_perl/%%PERL_VER%%/Mail/Cap.pm
 lib/perl5/site_perl/%%PERL_VER%%/Mail/Field.pm
@@ -29,10 +28,11 @@
 lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/mailaddress.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/maildomain.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/read_mbox.al
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/.packlist
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Field
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010813050412.3AD3CD91C>