Date: Sun, 8 Aug 2010 23:08:50 +0800 (CST) From: Joe Horn <joehorn@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/149432: [PATCH] databases/pecl-mongo: update to 1.0.9 Message-ID: <20100808150850.D7DC14DFC2C@Leo.mi.chu.edu.tw> Resent-Message-ID: <201008081510.o78FA7pH035502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149432 >Category: ports >Synopsis: [PATCH] databases/pecl-mongo: update to 1.0.9 >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 Aug 08 15:10:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 8.1-RELEASE amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #2: Tue Jul 20 22:36:33 CST 2010 >Description: - Update to 1.0.9 PR #149414 ( http://www.freebsd.org/cgi/query-pr.cgi?pr=149414 ) is my mistake, please close it. Added file(s): - files/pkg-message.in Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pecl-mongo-1.0.9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/pecl-mongo/Makefile /home/admin/joehorn/pecl-mongo/Makefile --- /usr/ports/databases/pecl-mongo/Makefile 2010-07-10 15:37:59.000000000 +0800 +++ /home/admin/joehorn/pecl-mongo/Makefile 2010-08-08 23:02:44.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= mongo -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,9 +15,18 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PECL classes for Mongo Database Driver +LICENSE= ASL + +IGNORE_WITH_PHP=4 + USE_PHP= yes USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +SUB_FILES= pkg-message + +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/databases/pecl-mongo/distinfo /home/admin/joehorn/pecl-mongo/distinfo --- /usr/ports/databases/pecl-mongo/distinfo 2010-07-10 15:37:59.000000000 +0800 +++ /home/admin/joehorn/pecl-mongo/distinfo 2010-08-08 23:03:05.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (mongo-1.0.8.tgz) = 20929ca3f46f7b4017661ab56af1995a -SHA256 (mongo-1.0.8.tgz) = 34645a48cece45889744d9640a6374c62508d41997f5469d05e121a244446ec0 -SIZE (mongo-1.0.8.tgz) = 56249 +MD5 (mongo-1.0.9.tgz) = 99646026a03e61d5e33fbe1ee87e7f9b +SHA256 (mongo-1.0.9.tgz) = 01924762dd2e4c98870ca0c4d69cbc5450beacdcab7fb911da792c9c47a04744 +SIZE (mongo-1.0.9.tgz) = 58944 diff -ruN --exclude=CVS /usr/ports/databases/pecl-mongo/files/pkg-message.in /home/admin/joehorn/pecl-mongo/files/pkg-message.in --- /usr/ports/databases/pecl-mongo/files/pkg-message.in 1970-01-01 08:00:00.000000000 +0800 +++ /home/admin/joehorn/pecl-mongo/files/pkg-message.in 2010-08-08 22:57:48.000000000 +0800 @@ -0,0 +1,15 @@ +************************************************************************** +You may edit %%LOCALBASE%%/etc/php.ini to change these default variables: + +mongo.default_host="localhost" +mongo.default_port=27017 +mongo.auto_reconnect=1 +mongo.allow_persistent=1 +mongo.chunk_size=262144 +mongo.cmd="$" +mongo.utf8=1 + +Then restart your web server and consult the output of phpinfo(). +If there is an informational section for mongo, the installation was +successful. +************************************************************************** --- pecl-mongo-1.0.9.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?20100808150850.D7DC14DFC2C>