- Update to 1.10.11.
Approved by: rafan (mentor, implicit)
This commit is contained in:
parent
71ae455620
commit
a394c06c6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196711
2 changed files with 7 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Config
|
||||
PORTVERSION= 1.10.8
|
||||
PORTVERSION= 1.10.11
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
|
@ -19,11 +19,10 @@ LATEST_LINK= pear-${PORTNAME}
|
|||
OPTIONS= PEAR_XML_PARSER "PEAR::XML_Parser support" off \
|
||||
PEAR_XML_UTIL "PEAR::XML_Util support" off
|
||||
|
||||
FILES= Config.php Config/Container/Apache.php Config/Container.php \
|
||||
Config/Container/GenericConf.php \
|
||||
FILES= Config/Container/Apache.php Config/Container/GenericConf.php \
|
||||
Config/Container/IniCommented.php Config/Container/IniFile.php \
|
||||
Config/Container/PHPArray.php Config/Container/PHPConstants.php \
|
||||
Config/Container/XML.php
|
||||
Config/Container/XML.php Config/Container.php Config.php
|
||||
DOCS= Apache.php IniCommented.php IniFromScratch.php
|
||||
TESTS= bug2742.ini bug2742.phpt bug2780.phpt bug3051.phpt bug3051.xml \
|
||||
bug3137.phpt bug3298.phpt bug3298.xml bug3398.ini bug3398.phpt \
|
||||
|
@ -31,7 +30,7 @@ TESTS= bug2742.ini bug2742.phpt bug2780.phpt bug3051.phpt bug3051.xml \
|
|||
bug6441.ini bug6441.phpt bug7544-inicommented.phpt \
|
||||
bug7544-inifile.phpt bug7544.ini bug7652.phpt bug7652.xml \
|
||||
bug8357-inicommented.phpt bug8357-inifile.phpt bug8357.ini \
|
||||
phpt_test.php.inc setup.php.inc
|
||||
bug10010.phpt bug10185.phpt phpt_test.php.inc setup.php.inc
|
||||
_TESTSDIR= test
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PEAR/Config-1.10.8.tgz) = 6917368f43d0fad23e913878734301b0
|
||||
SHA256 (PEAR/Config-1.10.8.tgz) = 3e01099bdea35c1cebf53176da04c1fa4b1a8938ef5a52b1c698d56169ae9bd8
|
||||
SIZE (PEAR/Config-1.10.8.tgz) = 30467
|
||||
MD5 (PEAR/Config-1.10.11.tgz) = 1a044571bd12d283178511b22dc4fd36
|
||||
SHA256 (PEAR/Config-1.10.11.tgz) = 181f5a75de0e7ee6cca9ed1bae59ee58b27b612d382a9bbd5d70253f976ba250
|
||||
SIZE (PEAR/Config-1.10.11.tgz) = 27718
|
||||
|
|
Loading…
Reference in a new issue