Date: Sat, 1 Apr 2006 13:28:21 +0200 (CEST) From: Lars Balker Rasmussen <lars@balker.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/95195: [MAINTAINER] databases/p5-Search-Xapian: port requires perl 5.6 Message-ID: <20060401112821.CA5613FF50@tux.nerdheaven.dk> Resent-Message-ID: <200604011130.k31BUGaw030872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95195 >Category: ports >Synopsis: [MAINTAINER] databases/p5-Search-Xapian: port requires 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: Sat Apr 01 11:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Lars Balker Rasmussen >Release: FreeBSD 6.0-BETA1 i386 >Organization: >Environment: System: FreeBSD lagavulin.balker.org 6.0-BETA1 FreeBSD 6.0-BETA1 #2: Tue Jul 19 19:30:51 CEST 2005 root@lagavulin.balker.org:/usr/obj/usr/src/sys/LAGAVULIN i386 >Description: port requires perl 5.6 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-Search-Xapian/Makefile,v retrieving revision 1.2 diff -u -a -r1.2 Makefile --- Makefile 28 Mar 2006 17:13:45 -0000 1.2 +++ Makefile 1 Apr 2006 11:27:14 -0000 @@ -7,6 +7,7 @@ PORTNAME= Search-Xapian PORTVERSION= 0.9.2.4 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Search @@ -35,4 +36,8 @@ Search::Xapian::Weight.3 \ Search::Xapian::WritableDatabase.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6. Install lang/perl5 or perl5.8 and try again +.endif +.include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060401112821.CA5613FF50>