diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-07 20:25:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-07 20:25:16 +0000 |
commit | 6a8376f00270d50f917c70aadcc5db17e30b6ff7 (patch) | |
tree | a9989ced5e1d8a52d62e97aec14cd1e88be42b90 /sysutils/pear-Cache_Lite | |
parent | 7f847e0d51d410c2bc3b9d3b7db70280b99cdcff (diff) |
Notes
Diffstat (limited to 'sysutils/pear-Cache_Lite')
-rw-r--r-- | sysutils/pear-Cache_Lite/Makefile | 27 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/distinfo | 6 |
2 files changed, 18 insertions, 15 deletions
diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile index edf8b8a14a1c..9ab89b86e0ee 100644 --- a/sysutils/pear-Cache_Lite/Makefile +++ b/sysutils/pear-Cache_Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Cache_Lite -PORTVERSION= 1.7.7 +PORTVERSION= 1.7.8 PORTEPOCH= 1 CATEGORIES= sysutils www pear @@ -19,18 +19,21 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Cache FILES= Lite/Output.php Lite/Function.php Lite/File.php Lite.php DOCS= docs/technical docs/examples LICENSE TODO -TESTS= Cache_Lite_classical.phpt Cache_Lite_automaticCleaning.phpt \ +TESTS= Cache_Lite_File_classical.phpt Cache_Lite_Function_classical.phpt \ + Cache_Lite_Function_dontcache.phpt Cache_Lite_Function_drop.phpt \ + Cache_Lite_Output_classical.phpt Cache_Lite_automaticCleaning.phpt \ + Cache_Lite_classical.phpt Cache_Lite_error.phpt \ + Cache_Lite_error2.phpt Cache_Lite_error3.phpt \ Cache_Lite_eternal.phpt Cache_Lite_fatest.phpt \ - Cache_Lite_File_classical.phpt Cache_Lite_Function_classical.phpt \ - Cache_Lite_Function_drop.phpt Cache_Lite_Function_dontcache.phpt \ - Cache_Lite_hashed.phpt Cache_Lite_error.phpt Cache_Lite_error2.phpt \ - Cache_Lite_error3.phpt Cache_Lite_memorycache.phpt \ - Cache_Lite_Output_classical.phpt Cache_Lite_serialization.phpt \ - Cache_Lite_lifetime.phpt pearbug513.phpt pearbug7618.phpt \ - pearbug13693.phpt \ - cache_lite_base.inc cache_lite_file_base.inc \ - cache_lite_function_base.inc cache_lite_output_base.inc \ - callcache.inc tmpdir.inc bench.php bench2.php bench3.php readme + Cache_Lite_hashed.phpt Cache_Lite_lifetime.phpt \ + Cache_Lite_memorycache.phpt Cache_Lite_serialization.phpt \ + bench.php bench2.php \ + bench3.php cache_lite_base.inc \ + cache_lite_file_base.inc cache_lite_function_base.inc \ + cache_lite_output_base.inc callcache.inc \ + pearbug13693.phpt pearbug513.phpt \ + pearbug7618.phpt readme \ + tmpdir.inc _DOCSDIR= . .include <bsd.port.pre.mk> diff --git a/sysutils/pear-Cache_Lite/distinfo b/sysutils/pear-Cache_Lite/distinfo index 2130e2763c5a..934ff131ec4e 100644 --- a/sysutils/pear-Cache_Lite/distinfo +++ b/sysutils/pear-Cache_Lite/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Cache_Lite-1.7.7.tgz) = b03763851a888e38834701807ed27a5a -SHA256 (PEAR/Cache_Lite-1.7.7.tgz) = a989f2c4387ab70e7541bbb16d56b5df8c7c9231923c9afb2b6bf0820f3fc100 -SIZE (PEAR/Cache_Lite-1.7.7.tgz) = 30010 +MD5 (PEAR/Cache_Lite-1.7.8.tgz) = 75c142769a4ca68afc72dcf4f494bdd6 +SHA256 (PEAR/Cache_Lite-1.7.8.tgz) = ff1590719197b392d27171ba5891e6f3615b1dc9e99172b717e1a4b408a5e607 +SIZE (PEAR/Cache_Lite-1.7.8.tgz) = 30061 |