diff options
author | taca <taca@pkgsrc.org> | 2015-03-15 00:45:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-15 00:45:19 +0000 |
commit | 00c06e1bc417c2a086d18697c9822e496e8d5c5f (patch) | |
tree | 9bccbc7359b3bde309f8ddf198cbe6de956e2f31 /lang | |
parent | 677779255af92fe7af23a022a67772a27ae98207 (diff) | |
download | pkgsrc-00c06e1bc417c2a086d18697c9822e496e8d5c5f.tar.gz |
Update these pear package included in this pacakge.
Bump PKGREVISION.
Archive_Tar-1.3.14
* Fix Bug #18505: Possible incorrect handling of file names in TAR [mrook]
Archive_Tar-1.3.15
* Fixes composer.json parse error
Console_Getopt-1.4.0
* Change license to BSD-2-Clause
* Set minimum PHP version to 5.4.0
* Mark static methods with "static" keyword
Structures_Graph-1.1.0
* Set minimum PHP version to 5.3
* Fix bug #19367: Incorrect FSF address in LICENSE
* Change license from LGPL-2.1+ to LGPL-3.0+
XML_Util-1.3.0
* Set minimum PHP version to 5.3.0
* Mark static methods with static keyword
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pear/Makefile | 12 | ||||
-rw-r--r-- | lang/pear/PLIST | 29 | ||||
-rw-r--r-- | lang/pear/distinfo | 26 |
3 files changed, 25 insertions, 42 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile index 91cf4991e5a..b37bae17675 100644 --- a/lang/pear/Makefile +++ b/lang/pear/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2015/02/16 10:48:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2015/03/15 00:45:19 taca Exp $ # DISTNAME= PEAR-1.9.5 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://download.pear.php.net/package/ EXTRACT_SUFX= .tgz @@ -33,20 +33,20 @@ PEAR_SRCS= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${PEAR_SRCS} EXTRACT_ONLY+= ${PEAR_SRCS} -ARCHIVE_SRCS= Archive_Tar-1.3.13${EXTRACT_SUFX} +ARCHIVE_SRCS= Archive_Tar-1.3.15${EXTRACT_SUFX} ARCHIVE_WRKSRC= ${WRKDIR}/${ARCHIVE_SRCS:S/${EXTRACT_SUFX}//} DISTFILES+= ${ARCHIVE_SRCS} EXTRACT_ONLY+= ${ARCHIVE_SRCS} -CONSOLE_SRCS= Console_Getopt-1.3.1${EXTRACT_SUFX} +CONSOLE_SRCS= Console_Getopt-1.4.0${EXTRACT_SUFX} CONSOLE_WRKSRC= ${WRKDIR}/${CONSOLE_SRCS:S/${EXTRACT_SUFX}//} DISTFILES+= ${CONSOLE_SRCS} EXTRACT_ONLY+= ${CONSOLE_SRCS} -STRUCTURES_SRCS= Structures_Graph-1.0.4${EXTRACT_SUFX} +STRUCTURES_SRCS= Structures_Graph-1.1.0${EXTRACT_SUFX} DISTFILES+= ${STRUCTURES_SRCS} -XMLUTIL_SRCS= XML_Util-1.2.3${EXTRACT_SUFX} +XMLUTIL_SRCS= XML_Util-1.3.0${EXTRACT_SUFX} DISTFILES+= ${XMLUTIL_SRCS} # diff --git a/lang/pear/PLIST b/lang/pear/PLIST index 758882f34b6..64f319896e0 100644 --- a/lang/pear/PLIST +++ b/lang/pear/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2014/07/19 05:13:07 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/03/15 00:45:19 taca Exp $ bin/pear bin/peardev bin/pecl @@ -119,38 +119,21 @@ lib/php/System.php lib/php/XML/Util.php lib/php/data/PEAR/package.dtd lib/php/data/PEAR/template.spec -lib/php/data/Structures_Graph/LICENSE lib/php/doc/Archive_Tar/docs/Archive_Tar.txt lib/php/doc/PEAR/INSTALL lib/php/doc/PEAR/LICENSE lib/php/doc/PEAR/README -lib/php/doc/Structures_Graph/docs/generate.sh -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html -lib/php/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html -lib/php/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html -lib/php/doc/Structures_Graph/docs/html/elementindex.html -lib/php/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html -lib/php/doc/Structures_Graph/docs/html/errors.html -lib/php/doc/Structures_Graph/docs/html/index.html -lib/php/doc/Structures_Graph/docs/html/li_Structures_Graph.html -lib/php/doc/Structures_Graph/docs/html/media/banner.css -lib/php/doc/Structures_Graph/docs/html/media/stylesheet.css -lib/php/doc/Structures_Graph/docs/html/packages.html -lib/php/doc/Structures_Graph/docs/html/todolist.html +lib/php/doc/Structures_Graph/LICENSE lib/php/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg lib/php/doc/XML_Util/examples/example.php lib/php/doc/XML_Util/examples/example2.php lib/php/pearcmd.php lib/php/peclcmd.php +lib/php/test/Structures_Graph/tests/AcyclicTestTest.php lib/php/test/Structures_Graph/tests/AllTests.php -lib/php/test/Structures_Graph/tests/testCase/BasicGraph.php +lib/php/test/Structures_Graph/tests/BasicGraphTest.php +lib/php/test/Structures_Graph/tests/TopologicalSorterTest.php +lib/php/test/Structures_Graph/tests/helper.inc lib/php/test/XML_Util/tests/testBasic_apiVersion.phpt lib/php/test/XML_Util/tests/testBasic_attributesToString.phpt lib/php/test/XML_Util/tests/testBasic_collapseEmptyTags.phpt diff --git a/lang/pear/distinfo b/lang/pear/distinfo index 43af6905d06..90ce8b21cdb 100644 --- a/lang/pear/distinfo +++ b/lang/pear/distinfo @@ -1,17 +1,17 @@ -$NetBSD: distinfo,v 1.18 2014/10/14 16:27:48 taca Exp $ +$NetBSD: distinfo,v 1.19 2015/03/15 00:45:19 taca Exp $ -SHA1 (Archive_Tar-1.3.13.tgz) = d4ce64fb55e5ceebf194c712a62403f884d415f8 -RMD160 (Archive_Tar-1.3.13.tgz) = ac25f82d8ea4646228fd4e25e4cf5731bda7f5e4 -Size (Archive_Tar-1.3.13.tgz) = 19891 bytes -SHA1 (Console_Getopt-1.3.1.tgz) = 8f9ac495728ee9ba87edd109c3946f11ee72bc08 -RMD160 (Console_Getopt-1.3.1.tgz) = aae10ad272bf2a66bc80d899f60cb8e630f90d16 -Size (Console_Getopt-1.3.1.tgz) = 4471 bytes +SHA1 (Archive_Tar-1.3.15.tgz) = 9639b1d169caa6f1fab560e2497d4fd2c8450661 +RMD160 (Archive_Tar-1.3.15.tgz) = a45020c4af580a3767ae558cfeea8ae40c233ed1 +Size (Archive_Tar-1.3.15.tgz) = 19985 bytes +SHA1 (Console_Getopt-1.4.0.tgz) = af01996e09a463e026609ec75592baa5f76ad8d5 +RMD160 (Console_Getopt-1.4.0.tgz) = 437b5579f86906997f2f8d035d4a1e38db5c1270 +Size (Console_Getopt-1.4.0.tgz) = 4534 bytes SHA1 (PEAR-1.9.5.tgz) = 2f21309ac28eb416baab495b96032ca687e2d202 RMD160 (PEAR-1.9.5.tgz) = acc02ed8bd571dc96182c6a6e57f703f9acc16aa Size (PEAR-1.9.5.tgz) = 290006 bytes -SHA1 (Structures_Graph-1.0.4.tgz) = 00f5c2aefad0c3f6490e5ca95da87828e64ebc57 -RMD160 (Structures_Graph-1.0.4.tgz) = d236ddff4a31cafa6fa750b4ec4a0849c48ad3f6 -Size (Structures_Graph-1.0.4.tgz) = 30318 bytes -SHA1 (XML_Util-1.2.3.tgz) = 7af1f0ded87d1c372a04a0742fee08c229451b6b -RMD160 (XML_Util-1.2.3.tgz) = 0e9b709397efa620198265f9bec1a4af2ae7b722 -Size (XML_Util-1.2.3.tgz) = 17134 bytes +SHA1 (Structures_Graph-1.1.0.tgz) = 154e4d57b2050f2d3dfd4bc77a46efed23fa8181 +RMD160 (Structures_Graph-1.1.0.tgz) = dbfc8d04a08042afe1554fdedafd5b5b72dfd1ea +Size (Structures_Graph-1.1.0.tgz) = 12361 bytes +SHA1 (XML_Util-1.3.0.tgz) = 9dc8c10f93bf4b9fc5f2e63d93e5a14485ec9d95 +RMD160 (XML_Util-1.3.0.tgz) = b32763f33b41dc685eb224837634b540c4d90ab8 +Size (XML_Util-1.3.0.tgz) = 17186 bytes |