From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 8 17:40:33 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8294F106564A; Wed, 8 Dec 2010 17:40:33 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) by mx1.freebsd.org (Postfix) with SMTP id 6A3688FC17; Wed, 8 Dec 2010 17:40:32 +0000 (UTC) Received: from source ([63.174.175.251]) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKTP/DD+2nlA5ODvGnlcWe/IYNc2dVbxAz@postini.com; Wed, 08 Dec 2010 17:40:32 UTC Received: from [172.17.10.53] (unknown [172.17.10.53]) by bbbx3.usdmm.com (Postfix) with ESMTP id C5504FD019; Wed, 8 Dec 2010 17:40:30 +0000 (UTC) Message-ID: <4CFFC2A3.5010501@tomjudge.com> Date: Wed, 08 Dec 2010 11:38:43 -0600 From: Tom Judge User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201012072010.oB7KA9AP059928@freefall.freebsd.org> In-Reply-To: <201012072010.oB7KA9AP059928@freefall.freebsd.org> X-Enigmail-Version: 1.1.1 Content-Type: multipart/mixed; boundary="------------000909070507080702020805" Cc: Subject: Re: ports/152901: [patch] databases/pecl-sqlite Cleanup/Fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 17:40:33 -0000 This is a multi-part message in MIME format. --------------000909070507080702020805 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit New patch to add LICENSE line. This now depends on ports/152927. -- TJU13-ARIN --------------000909070507080702020805 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 8 Dec 2010 17:41:18 -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= PHP301 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 -.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 --------------000909070507080702020805--