Hi, ports@: Here is a patch for devel/p5-Cache-FastMmap: i) Update to 1.48 ii) Remove trailing whitespace in DESCR It build well and pass all tests on amd64-current system.
Three ports depends on it, all build well and pass all tests: www/p5-Catalyst-Plugin-Cache-Store-FastMmap www/p5-Catalyst-Plugin-Session-FastMmap www/p5-Catalyst-Plugin-Session-Store-FastMma Cheers ! wen
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Cache-FastMmap/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 12 Jul 2019 20:44:45 -0000 1.24 +++ Makefile 4 Feb 2020 09:27:30 -0000 @@ -3,7 +3,7 @@ COMMENT= fast shared data cache using memory mapped files MODULES= cpan -DISTNAME = Cache-FastMmap-1.45 +DISTNAME = Cache-FastMmap-1.48 CATEGORIES= devel # perl Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Cache-FastMmap/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 28 Apr 2017 16:03:39 -0000 1.11 +++ distinfo 4 Feb 2020 09:27:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (Cache-FastMmap-1.45.tar.gz) = rY+tLmYBACKDdXmZzTvKtzDAsFoMM2gJrczMQrKNS6Y= -SIZE (Cache-FastMmap-1.45.tar.gz) = 51306 +SHA256 (Cache-FastMmap-1.48.tar.gz) = LDVbq4DnW/rRm+7dFjgR5Dh3Pbac1RNj/iIBxTstHoU= +SIZE (Cache-FastMmap-1.48.tar.gz) = 52446 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/devel/p5-Cache-FastMmap/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 13 Apr 2006 22:14:01 -0000 1.1.1.1 +++ pkg/DESCR 4 Feb 2020 09:27:30 -0000 @@ -1,4 +1,4 @@ A shared memory cache through an mmap'ed file. It's core is written in C for -performance. It uses fcntl locking to ensure multiple processes can safely -access the cache at the same time. It uses a basic LRU algorithm to keep the +performance. It uses fcntl locking to ensure multiple processes can safely +access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache. Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/p5-Cache-FastMmap/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 31 Aug 2015 13:27:27 -0000 1.4 +++ pkg/PLIST 4 Feb 2020 09:27:30 -0000 @@ -5,5 +5,5 @@ ${P5ARCH}/Cache/FastMmap.pm ${P5ARCH}/auto/ ${P5ARCH}/auto/Cache/ ${P5ARCH}/auto/Cache/FastMmap/ -${P5ARCH}/auto/Cache/FastMmap/FastMmap.so +@so ${P5ARCH}/auto/Cache/FastMmap/FastMmap.so @man man/man3p/Cache::FastMmap.3p