Date: Tue, 17 Jul 2007 23:47:38 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bg1tpt@gmail.com Subject: ports/114662: [PATCH] www/pear-HTTP_Session: update to 0.5.6 Message-ID: <20070717154738.C8DF011462@chinsan.twbbs.org> Resent-Message-ID: <200707171550.l6HFo2xj099412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114662 >Category: ports >Synopsis: [PATCH] www/pear-HTTP_Session: update to 0.5.6 >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: Tue Jul 17 15:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #1: Fri May 25 08:15:42 CST 2007 >Description: - Update to 0.5.6 Port maintainer (bg1tpt@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-HTTP_Session-0.5.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/pear-HTTP_Session/Makefile /usr/home/chinsan/project/pear-HTTP_Session/Makefile --- /usr/ports/www/pear-HTTP_Session/Makefile Mon Mar 12 13:50:47 2007 +++ /usr/home/chinsan/project/pear-HTTP_Session/Makefile Tue Jul 17 23:46:01 2007 @@ -6,7 +6,7 @@ # PORTNAME= HTTP_Session -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= www devel pear MAINTAINER= bg1tpt@gmail.com @@ -15,9 +15,14 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php +USE_DOS2UNIX= yes + +FILES= Session.php Session/Container.php Session/Container/DB.php \ + Session/Container/MDB.php Session/Container/MDB2.php EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql _EXAMPLESDIR= docs +TESTS= AllTests.bat AllTests.php HTTP_SessionTest.php \ + HTTP_Session_ContainerTest.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff -ruN --exclude=CVS /usr/ports/www/pear-HTTP_Session/distinfo /usr/home/chinsan/project/pear-HTTP_Session/distinfo --- /usr/ports/www/pear-HTTP_Session/distinfo Mon Mar 12 13:50:47 2007 +++ /usr/home/chinsan/project/pear-HTTP_Session/distinfo Tue Jul 17 23:39:00 2007 @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Session-0.5.5.tgz) = 2ebf2cf69bbb98883738063c624d0adb -SHA256 (PEAR/HTTP_Session-0.5.5.tgz) = 5e69ab27b93ee37a176c887b045aaed35342ec1f46202f7e0e4c712343a8ec6a -SIZE (PEAR/HTTP_Session-0.5.5.tgz) = 12477 +MD5 (PEAR/HTTP_Session-0.5.6.tgz) = 96a45274b2164f13c3b73e274453787d +SHA256 (PEAR/HTTP_Session-0.5.6.tgz) = 2aabce7400ad8f0deedd08f873f098e5ca76f2c4c56a2eac0abe69d251258b18 +SIZE (PEAR/HTTP_Session-0.5.6.tgz) = 15343 --- pear-HTTP_Session-0.5.6.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?20070717154738.C8DF011462>