diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-29 02:01:20 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-29 02:01:20 +0000 |
commit | 9ae477f22f94f876164944ca09675410b7632f4c (patch) | |
tree | 19242dbc2cc4d18a30902b24c6de34d7986044b6 /databases | |
parent | 0c923871007a98360c2b771df46d19dea7de6aa0 (diff) | |
download | ports-9ae477f22f94f876164944ca09675410b7632f4c.tar.gz ports-9ae477f22f94f876164944ca09675410b7632f4c.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Cache-Memcached/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Cache-Memcached/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-Cache-Memcached/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-Cache-Memcached/Makefile b/databases/p5-Cache-Memcached/Makefile index 9e4b0b339791..b5096930a3ee 100644 --- a/databases/p5-Cache-Memcached/Makefile +++ b/databases/p5-Cache-Memcached/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Cache-Memcached -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.danga.com/memcached/dist/ diff --git a/databases/p5-Cache-Memcached/distinfo b/databases/p5-Cache-Memcached/distinfo index 7c9980272980..dd7f313d4ffd 100644 --- a/databases/p5-Cache-Memcached/distinfo +++ b/databases/p5-Cache-Memcached/distinfo @@ -1,3 +1,3 @@ -MD5 (Cache-Memcached-1.17.tar.gz) = 5d19816a3e08dc0385f25f9cab7ff719 -SHA256 (Cache-Memcached-1.17.tar.gz) = 59caf4897cf405925bd7e8675e4a84eb4fbd45d1dd5c5aab6fd3b544d4c82e2d -SIZE (Cache-Memcached-1.17.tar.gz) = 14419 +MD5 (Cache-Memcached-1.18.tar.gz) = 120d1766c94153339072d9c73f36fcb3 +SHA256 (Cache-Memcached-1.18.tar.gz) = 4c0e5047c60427ff3a6c8e91c727d8d7ad706cdc53cfbde7588278b3b961aa0a +SIZE (Cache-Memcached-1.18.tar.gz) = 14492 diff --git a/databases/p5-Cache-Memcached/pkg-descr b/databases/p5-Cache-Memcached/pkg-descr index 49478d2e8ca7..d5bab0265797 100644 --- a/databases/p5-Cache-Memcached/pkg-descr +++ b/databases/p5-Cache-Memcached/pkg-descr @@ -3,4 +3,4 @@ The API takes advantage of the server's opaque flag support and sets its scalar. In that case, the Storable module is used to freeze and thaw the value automatically going in and out of the memcached. -WWW: http://www.danga.com/memcached/apis.bml +WWW: http://www.danga.com/memcached/ |