Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 17:10:53 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100284: [MAINTAINER] mail/p5-Net-SMTP-TLS: pointyhat fixing
Message-ID:  <20060714091053.661AA310@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607140920.k6E9KGDG070266@freefall.freebsd.org>

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

>Number:         100284
>Category:       ports
>Synopsis:       [MAINTAINER] mail/p5-Net-SMTP-TLS: pointyhat fixing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 09:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
pointyhat fixing

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-SMTP-TLS-0.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/p5-Net-SMTP-TLS/Makefile /home/staff/gslin/work/p5-Net-SMTP-TLS/Makefile
--- /usr/ports/mail/p5-Net-SMTP-TLS/Makefile	Tue Jul 11 08:36:55 2006
+++ /home/staff/gslin/work/p5-Net-SMTP-TLS/Makefile	Fri Jul 14 17:10:05 2006
@@ -24,4 +24,10 @@
 
 MAN3=		Net::SMTP::TLS.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Net-SMTP-TLS-0.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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