diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-12-23 15:50:22 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-12-23 15:50:22 +0000 |
commit | e76044c7c8d9a8d48241e38b777d8ef7e2ab875a (patch) | |
tree | 30e643d902a6a7ae062f43fc74ae0f6ee6274c84 | |
parent | fix the fonts.alias directory. Thanks Intron <intron@intron.ac> for pointing (diff) |
- Update to 1.5.1.
Notes
Notes:
svn path=/head/; revision=204400
-rw-r--r-- | devel/pear-PHP_CompatInfo/Makefile | 20 | ||||
-rw-r--r-- | devel/pear-PHP_CompatInfo/distinfo | 6 |
2 files changed, 15 insertions, 11 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile index d0189260e898..f3ad6afbe68e 100644 --- a/devel/pear-PHP_CompatInfo/Makefile +++ b/devel/pear-PHP_CompatInfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP_CompatInfo -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= devel pear MAINTAINER= chinsan@FreeBSD.org @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= tokenizer +USE_DOS2UNIX= yes CATEGORY= PHP FILES= CompatInfo/Cli.php CompatInfo/const_array.php \ @@ -25,15 +26,18 @@ DOCS= TDG/img/admons/caution.png TDG/img/admons/important.png \ TDG/img/admons/warning.png TDG/img/created-with-docbook.png \ TDG/img/external-link.gif TDG/img/pearsmall.gif TDG/book.css \ TDG/ch01.html TDG/ch01s02.html TDG/ch01s03.html TDG/ch02.html \ - TDG/ch03.html TDG/ch03s02.html TDG/ch04.html TDG/ch04s02.html \ - TDG/ch05.html TDG/ch05s02.html TDG/ch06.html TDG/ch06s02.html \ - TDG/ch07.html TDG/index.html TDG/pr01.html TDG/pr01s02.html \ + TDG/ch02s02.html TDG/ch02s03.html TDG/ch02s04.html \ + TDG/ch02s05.html TDG/ch02s06.html TDG/ch02s07.html \ + TDG/ch02s08.html TDG/ch03.html TDG/ch03s02.html \ + TDG/ch04.html TDG/ch04s02.html TDG/ch05.html TDG/ch05s02.html \ + TDG/ch06.html TDG/ch06s02.html TDG/ch07.html TDG/ch07s02.html \ + TDG/ch08.html TDG/index.html TDG/pr01.html TDG/pr01s02.html \ TDG/pt01.html TDG/pt02.html TDG/pt03.html TDG/re01.html \ TDG/re02.html TDG/re03.html TDG/re04.html TDG/re05.html -EXAMPLES= checkConstants.php checkPHP5.php ci_frontend.php cliCustom.php \ - cliOutput.txt ignorePHP5implements.php \ - parseArray.php parseDir.php parseFile.php \ - parseString.php +EXAMPLES= checkConstants.php checkExtensions.php checkPHP5.php \ + ci_frontend.php cliCustom.php cliOutput.txt \ + ignorePHP5implements.php parseArray.php parseDir.php \ + parseFile.php parseString.php TESTS= checkMax.php sample_req6056.php _EXAMPLESDIR= docs/examples diff --git a/devel/pear-PHP_CompatInfo/distinfo b/devel/pear-PHP_CompatInfo/distinfo index 33026ce021c9..38de7aa8feec 100644 --- a/devel/pear-PHP_CompatInfo/distinfo +++ b/devel/pear-PHP_CompatInfo/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/PHP_CompatInfo-1.5.0.tgz) = 42f2eab3fd5e51d366f6711b4f4bb7e1 -SHA256 (PEAR/PHP_CompatInfo-1.5.0.tgz) = 3d8391a54857f1846dd881fdea42bbf4417089f8082658c2f080400cc6a43d22 -SIZE (PEAR/PHP_CompatInfo-1.5.0.tgz) = 119525 +MD5 (PEAR/PHP_CompatInfo-1.5.1.tgz) = 0180665d11d4c3dae706b6cbd3f21ba7 +SHA256 (PEAR/PHP_CompatInfo-1.5.1.tgz) = 911e6fe8af7ad05ecdbbd2ada4e16f5cebfad9323b4af12cfab819aff59d31bf +SIZE (PEAR/PHP_CompatInfo-1.5.1.tgz) = 122434 |