ports/67100: [PATCH] databases/p5-SQL-Statement: update to 1.09, take maintainership

Lars Thegler lars at thegler.dk
Sun May 23 21:40:22 UTC 2004


>Number:         67100
>Category:       ports
>Synopsis:       [PATCH] databases/p5-SQL-Statement: update to 1.09, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 14:40:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.10-BETA FreeBSD 4.10-BETA #3: Mon Apr 12 17:02:50 CEST 2004
>Description:
- Update to 1.09
- Take maintainership

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

--- p5-SQL-Statement-1.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-SQL-Statement/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	24 Oct 2003 12:01:27 -0000	1.14
+++ Makefile	23 May 2004 21:29:57 -0000
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	SQL-Statement
-PORTVERSION=	1.005
+PORTVERSION=	1.09
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	SQL
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	lars at thegler.dk
 COMMENT=	A perl5 module for SQL parsing and processing
 
 PERL_CONFIGURE=	yes
@@ -20,4 +20,14 @@
 MAN3=		SQL::Dialects::ANSI.3 SQL::Dialects::AnyData.3 \
 		SQL::Dialects::CSV.3 SQL::Eval.3 SQL::Parser.3 SQL::Statement.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} <= 500503
+
+# make PREFIX-clean under perl 5.005_03
+# remove DOS line-endings that confuses poor old pod2man
+post-configure:
+	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
+	${PERL} -pi -e 's,\r\n,\n,' `${FIND} ${WRKSRC} -type f`
+
+.endif
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/p5-SQL-Statement/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	29 Jan 2004 07:22:48 -0000	1.8
+++ distinfo	23 May 2004 21:29:57 -0000
@@ -1,2 +1,2 @@
-MD5 (SQL-Statement-1.005.tar.gz) = 6299480a95c16ba60e0f69e6a4c0cb9d
-SIZE (SQL-Statement-1.005.tar.gz) = 53841
+MD5 (SQL-Statement-1.09.tar.gz) = d79fd51a7fb07b0341d3f829f97c1191
+SIZE (SQL-Statement-1.09.tar.gz) = 55336
--- p5-SQL-Statement-1.09.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list