Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 14:30:05 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/105509: [MAINTAINER] security/p5-PerlCryptLib: Ignore Perl < 5.6
Message-ID:  <20061114063005.572C63E@netnews.NCTU.edu.tw>
Resent-Message-ID: <200611140640.kAE6e2np009951@freefall.freebsd.org>

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

>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@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@gslin.org
+MAINTAINER=	perl@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:



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