diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 23:52:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 23:52:32 +0000 |
commit | e8169c1f174f496abb832bdf2c59114713b30b1d (patch) | |
tree | 83353be98127948d67386d2406687ce087fef9f5 /sysutils/pear-Cache_Lite | |
parent | ac09302333c4c876bfea1a55d96237023cff7829 (diff) |
Diffstat (limited to 'sysutils/pear-Cache_Lite')
-rw-r--r-- | sysutils/pear-Cache_Lite/Makefile | 9 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/pkg-descr | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile index 89e55fe12e18..7a7f5e4c538b 100644 --- a/sysutils/pear-Cache_Lite/Makefile +++ b/sysutils/pear-Cache_Lite/Makefile @@ -1,13 +1,18 @@ # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) PORTNAME= Cache_Lite -PORTVERSION= 1.7.16 +PORTVERSION= 1.8.3 PORTEPOCH= 1 CATEGORIES= sysutils www pear MAINTAINER= sunpoet@FreeBSD.org -COMMENT= PEAR fast and safe little cache system +COMMENT= Fast and Safe little cache system + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= pear +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/sysutils/pear-Cache_Lite/distinfo b/sysutils/pear-Cache_Lite/distinfo index 64d14abcd88c..44385b392be9 100644 --- a/sysutils/pear-Cache_Lite/distinfo +++ b/sysutils/pear-Cache_Lite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497163347 -SHA256 (PEAR/Cache_Lite-1.7.16.tgz) = bc1799c1003c987a0e3518283f131df3646f5ce3ccd5ed9263af749385126691 -SIZE (PEAR/Cache_Lite-1.7.16.tgz) = 33236 +TIMESTAMP = 1626383168 +SHA256 (PEAR/Cache_Lite-1.8.3.tgz) = ce036b42cc1647a08d737325af1aa5c735ded2ca74494e74db65385d835ca9c5 +SIZE (PEAR/Cache_Lite-1.8.3.tgz) = 34036 diff --git a/sysutils/pear-Cache_Lite/pkg-descr b/sysutils/pear-Cache_Lite/pkg-descr index a11f47793864..f2d778742c15 100644 --- a/sysutils/pear-Cache_Lite/pkg-descr +++ b/sysutils/pear-Cache_Lite/pkg-descr @@ -1,4 +1,4 @@ -This package is a little cache system optimized for file containers. It is -fast and safe (because it uses file locking and/or anti-corruption tests). +This package is a little cache system optimized for file containers. It is fast +and safe (because it uses file locking and/or anti-corruption tests). WWW: https://pear.php.net/package/Cache_Lite |