Update to 0.26
- Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Cache-Memcached-Managed
This commit is contained in:
parent
3528fda462
commit
ca256e55cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522918
3 changed files with 25 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Cache-Memcached-Managed
|
||||
PORTVERSION= 0.24
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.26
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -21,7 +20,6 @@ TEST_DEPENDS= memcached:databases/memcached
|
|||
USES= perl5
|
||||
USE_PERL5= configure extract
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i.bak -ne 'print unless m,^BEGIN, .. m,^},' ${WRKSRC}/Makefile.PL
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Cache-Memcached-Managed-0.24.tar.gz) = 976ebe5d58f5509646cfd46647ce7b256b7a436dc394418674701e8ab1925cff
|
||||
SIZE (Cache-Memcached-Managed-0.24.tar.gz) = 42745
|
||||
TIMESTAMP = 1578923246
|
||||
SHA256 (Cache-Memcached-Managed-0.26.tar.gz) = 30c1116a2174f25994c9e23b6650ba25540a575454b32b5154b1496c262b5ffc
|
||||
SIZE (Cache-Memcached-Managed-0.26.tar.gz) = 42914
|
||||
|
|
20
databases/p5-Cache-Memcached-Managed/files/patch-Makefile.PL
Normal file
20
databases/p5-Cache-Memcached-Managed/files/patch-Makefile.PL
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- Makefile.PL.orig 2012-05-24 10:33:05 UTC
|
||||
+++ Makefile.PL
|
||||
@@ -1,17 +1,6 @@
|
||||
|
||||
use strict;
|
||||
|
||||
-BEGIN {
|
||||
- if ( open MEMCACHED, "memcached -i |" ) {
|
||||
- chomp( my $header = <MEMCACHED> );
|
||||
- print "Using $header for tests!\n";
|
||||
- }
|
||||
-
|
||||
- else {
|
||||
- print "No executable memcached found: $!\n";
|
||||
- print "Many tests will fail, install can only be forced!\n";
|
||||
- }
|
||||
-}
|
||||
|
||||
use ExtUtils::MakeMaker;
|
||||
eval "use Devel::Required";
|
Loading…
Reference in a new issue