Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2005 11:59:20 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/86143: [PATCH] databases/p5-SQL-Statement: remove IGNORE
Message-ID:  <20050915035920.AB885B29CEB@utopia.leeym.com>
Resent-Message-ID: <200509150400.j8F40ZDu035038@freefall.freebsd.org>

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

>Number:         86143
>Category:       ports
>Synopsis:       [PATCH] databases/p5-SQL-Statement: remove IGNORE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 15 04:00:35 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 31 08:25:05 CST 2005
>Description:
- SQL::Statement compiles under perl-5.00503, so remove IGNORE
- add WWW in pkg-descr

Port maintainer (lth@FreeBSD.org) is cc'd.

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

--- p5-SQL-Statement-1.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-SQL-Statement/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	2 May 2005 20:12:23 -0000	1.19
+++ Makefile	15 Sep 2005 03:58:04 -0000
@@ -25,8 +25,4 @@
 		SQL::Statement::Structure.3 \
 		SQL::Statement::Syntax.3
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/databases/p5-SQL-Statement/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 pkg-descr
--- pkg-descr	1 Nov 1999 04:18:06 -0000	1.1.1.1
+++ pkg-descr	15 Sep 2005 03:58:04 -0000
@@ -3,3 +3,5 @@
 offers methods for retrieving syntax, for WHERE clause and statement
 evaluation.  The implementation is designed to work with the DBI driver
 DBD::CSV, and should be easily extensible.
+
+WWW: http://search.cpan.org/dist/SQL-Statement/
--- p5-SQL-Statement-1.14.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?20050915035920.AB885B29CEB>