Skip site navigation (1)Skip section navigation (2)
Date:      7 Dec 2002 22:56:37 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/46079: [PATCH] Unbreak mail/p5-Mail-Tools, update to 1.52
Message-ID:  <20021207225637.6495.qmail@outpost.globcon.net>

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

>Number:         46079
>Category:       ports
>Synopsis:       [PATCH] Unbreak mail/p5-Mail-Tools, update to 1.52
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 07 15:00:14 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002     sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST  i386
>Description:
- Update to 1.52
>How-To-Repeat:
- Most of MASTER_SITES do not carry 1.51 version anymore ->
  upgrade to 1.52 to fix it;
- Make use of recently introduced SITE_PERL variable to shorten BUILD_DEPENDS.

Port maintainer (kuriyama@FreeBSD.org) cc'd.
>Fix:

--- Mail-Tools-1.52.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Tools/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	2002/11/18 03:28:43	1.33
+++ Makefile	2002/12/07 22:49:40
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-Tools
-PORTVERSION=	1.51
+PORTVERSION=	1.52
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
@@ -15,7 +15,7 @@
 
 MAINTAINER=	kuriyama@FreeBSD.org
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
+BUILD_DEPENDS=	${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Tools/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	2002/11/18 03:28:43	1.14
+++ distinfo	2002/12/07 22:49:40
@@ -1 +1 @@
-MD5 (MailTools-1.51.tar.gz) = d88bb4669e97d2692a45c6ea07bef691
+MD5 (MailTools-1.52.tar.gz) = 2f63984791ab8c5c8babd9edad934138
--- Mail-Tools-1.52.patch ends here ---

>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?20021207225637.6495.qmail>