ports/105509: [MAINTAINER] security/p5-PerlCryptLib: Ignore Perl < 5.6

Gea-Suan Lin gslin at gslin.org
Tue Nov 14 06:40:14 UTC 2006


>Number:         105509
>Category:       ports
>Synopsis:       [MAINTAINER] security/p5-PerlCryptLib: Ignore Perl < 5.6
>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:   Tue Nov 14 06:40:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Ignore Perl < 5.6
- Change maintainer to perl@

Port maintainer (gslin at gslin.org) is cc'd.

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

--- p5-PerlCryptLib-1.03_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-PerlCryptLib/Makefile /home/staff/gslin/work/ports/p5-PerlCryptLib/Makefile
--- /usr/ports/security/p5-PerlCryptLib/Makefile	Wed Aug  9 11:51:27 2006
+++ /home/staff/gslin/work/ports/p5-PerlCryptLib/Makefile	Tue Nov 14 14:28:58 2006
@@ -7,12 +7,13 @@
 
 PORTNAME=	PerlCryptLib
 PORTVERSION=	1.03
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/A/AL/ALVAROL
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	gslin at gslin.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to Peter Guttman cryptlib API
 
 LIB_DEPENDS=	cl:${PORTSDIR}/security/cryptlib
@@ -30,4 +31,10 @@
 post-configure:
 	${PERL} -pi -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/Makefile
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-PerlCryptLib-1.03_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list