Date: Fri, 16 Jul 2021 00:06:47 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e8169c1f174f - main - sysutils/pear-Cache_Lite: Update to 1.8.3 Message-ID: <202107160006.16G06l5J067517@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8169c1f174f496abb832bdf2c59114713b30b1d commit e8169c1f174f496abb832bdf2c59114713b30b1d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-15 23:52:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-15 23:52:32 +0000 sysutils/pear-Cache_Lite: Update to 1.8.3 - Add LICENSE - Add NO_ARCH Changes: https://pear.php.net/package/Cache_Lite/download/ https://github.com/pear/Cache_Lite/releases --- sysutils/pear-Cache_Lite/Makefile | 9 +++++++-- sysutils/pear-Cache_Lite/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107160006.16G06l5J067517>