Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2003 09:47:37 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47891: update port:mail/p5-Mail-Procmailrc 1.00->1.03, 'fix' perl5.6 dependency
Message-ID:  <200302040847.h148lbuW001085@menelaos.informatik.rwth-aachen.de>

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

>Number:         47891
>Category:       ports
>Synopsis:       update port:mail/p5-Mail-Procmailrc 1.00->1.03, 'fix' perl5.6 dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 04 00:50:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 23 16:45:31 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386


	
>Description:
- Check for perl version instead of failing ungracefully
    (suggested by: Lars Thegler)
- Update to 1.03
>How-To-Repeat:
>Fix:
--- Makefile.orig	Tue Feb  4 09:36:26 2003
+++ Makefile	Tue Feb  4 09:39:36 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	Mail-Procmailrc
-PORTVERSION=	1.00
+PORTVERSION=	1.03
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
 		http://scott.wiersdorf.org/perl/
@@ -17,5 +17,11 @@
 MAINTAINER=	ports@FreeBSD.org
 
 PERL_CONFIGURE=	YES
+
+.if !defined(BATCH)
+pre-fetch:
+	@${PERL} -M5.6.0 -e '' >/dev/null 2>&1 || \
+	( ${ECHO_CMD} "This port requires perl 5.6.0" ; exit 1 )
+.endif  
 
 .include <bsd.port.mk>
--- distinfo.orig	Tue Feb  4 09:41:30 2003
+++ distinfo	Tue Feb  4 09:39:51 2003
@@ -1 +1 @@
-MD5 (Mail-Procmailrc-1.00.tar.gz) = f00b983dad673ad563e220ea07a62c74
+MD5 (Mail-Procmailrc-1.03.tar.gz) = 2e112f9b9268e3d631c37389ad866c61
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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