Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2010 11:11:40 -0500
From:      Tom Judge <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152901: [patch] databases/pecl-sqlite Cleanup/Fixes
Message-ID:  <4D02513C.6070406@tomjudge.com>
In-Reply-To: <201012072010.oB7KA9AP059928@freefall.freebsd.org>
References:  <201012072010.oB7KA9AP059928@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080109030908010305020401
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

This should be the final version of this patch, the license is actually
3.0 not 3.01.



--------------080109030908010305020401
Content-Type: text/plain;
 name="databases-pecl-sqlite.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="databases-pecl-sqlite.txt"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-sqlite/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	16 Sep 2005 17:58:26 -0000	1.4
+++ Makefile	10 Dec 2010 16:09:29 -0000
@@ -15,7 +15,9 @@
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	mnag@FreeBSD.org
-COMMENT=	PECL classes to access sqlite databases
+COMMENT=	PECL classes to access sqlite databases in PHP 4
+
+LICENSE=	PHP30
 
 WRKSRC=		${WRKDIR}/SQLite-${PORTVERSION}
 PKGMESSAGE=	${WRKDIR}/pkg-message
@@ -24,6 +26,8 @@
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	sqlite
+DEFAULT_PHP_VER?=4
+IGNORE_WITH_PHP=5 52
 
 CONFIGURE_ARGS=	--with-sqlite
 
@@ -32,10 +36,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PHP_VER} == 5
-IGNORE=		Please use databases/php${PHP_VER}-sqlite
-.endif
-
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-sqlite/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	9 Nov 2005 02:32:44 -0000	1.3
+++ distinfo	7 Dec 2010 16:58:45 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/SQLite-1.0.3.tgz) = 3741cb211f9eb3f77de086e96d232e95
 SHA256 (PECL/SQLite-1.0.3.tgz) = 19edf52557c75a764e021d60414fe4ce347cbdab55377d4aafbecb30785d79a5
 SIZE (PECL/SQLite-1.0.3.tgz) = 371189

--------------080109030908010305020401--



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