mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Upgrade to 0.30.
This commit is contained in:
parent
97841c3838
commit
c95b7b9cbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235075
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libmemcached
|
||||
PORTVERSION= 0.29
|
||||
PORTVERSION= 0.30
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.tangent.org/
|
||||
@ -29,6 +29,7 @@ post-patch:
|
||||
USE_PERL5_BUILD=yes # pod2man
|
||||
MAN1= memcat.1 \
|
||||
memcp.1 \
|
||||
memdump.1 \
|
||||
memerror.1 \
|
||||
memflush.1 \
|
||||
memrm.1 \
|
||||
@ -54,6 +55,7 @@ MAN3= libmemcached.3 \
|
||||
memcached_decrement_with_initial.3 \
|
||||
memcached_delete.3 \
|
||||
memcached_delete_by_key.3 \
|
||||
memcached_dump.3 \
|
||||
memcached_fetch.3 \
|
||||
memcached_flush_buffers.3 \
|
||||
memcached_fetch_execute.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libmemcached-0.29.tar.gz) = a52fa591941dafec16ed8da71d5fb8cc
|
||||
SHA256 (libmemcached-0.29.tar.gz) = 2629006c0ed29d562eac1d450b436fbfa5bdff11d8effba1d764968daa725791
|
||||
SIZE (libmemcached-0.29.tar.gz) = 468294
|
||||
MD5 (libmemcached-0.30.tar.gz) = a67c5a9062325ff4a09db56e2426e104
|
||||
SHA256 (libmemcached-0.30.tar.gz) = c6ec03b82b228daa5eba21b288741b8b768267bd5495a11975d8036f2affcd2d
|
||||
SIZE (libmemcached-0.30.tar.gz) = 475185
|
||||
|
@ -1,6 +1,15 @@
|
||||
--- configure.orig 2009-03-30 13:26:57.000000000 +0800
|
||||
+++ configure 2009-03-31 16:57:35.000000000 +0800
|
||||
@@ -21054,7 +21054,7 @@
|
||||
--- configure.orig 2009-06-01 08:32:47.000000000 +0800
|
||||
+++ configure 2009-06-03 09:18:16.000000000 +0800
|
||||
@@ -22077,7 +22077,7 @@
|
||||
fi
|
||||
|
||||
|
||||
-if test "x$POD2MAN" == "xno"; then
|
||||
+if test "x$POD2MAN" = "xno"; then
|
||||
{ { $as_echo "$as_me:$LINENO: error: \"Could not find pod2man anywhere in path\"" >&5
|
||||
$as_echo "$as_me: error: \"Could not find pod2man anywhere in path\"" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
@@ -22325,7 +22325,7 @@
|
||||
|
||||
{ $as_echo "$as_me:$LINENO: result: $have_htoll" >&5
|
||||
$as_echo "$have_htoll" >&6; }
|
||||
@ -9,7 +18,7 @@
|
||||
BUILD_BYTEORDER_TRUE=
|
||||
BUILD_BYTEORDER_FALSE='#'
|
||||
else
|
||||
@@ -21395,14 +21395,14 @@
|
||||
@@ -22669,14 +22669,14 @@
|
||||
MEMC_BINARY="$withval"
|
||||
fi
|
||||
|
||||
@ -26,7 +35,7 @@
|
||||
then
|
||||
MEMC_BINARY=memcached
|
||||
fi
|
||||
@@ -21454,11 +21454,10 @@
|
||||
@@ -22728,11 +22728,10 @@
|
||||
fi
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/memcat
|
||||
bin/memcp
|
||||
bin/memdump
|
||||
bin/memerror
|
||||
bin/memflush
|
||||
bin/memrm
|
||||
|
Loading…
Reference in New Issue
Block a user