From 0e1362f947e5e246be3ec018a4c34e937b6175f2 Mon Sep 17 00:00:00 2001 From: koobs Date: Thu, 11 Dec 2014 05:26:39 +0000 Subject: databases/libmemcached: Update to 1.0.18 and much more - Update to 1.0.18 and pkg-plist accordingly - Add LICENSE (BSD3CLAUSE) and LICENSE_FILE - Add TEST_DEPENDS and regression-test target - Perl is not required, remove USE_PERL and from USES - Split LDFLAGS from CONFIGURE_ENV, they're already set there - Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off) - Add OPTIONS for hash functions, debug and dtrace - pkg-descr: Update WWW: URL - Add patches for: * alloca.h include not found on FreeBSD * cinttypes include location * clang compatibility - Strip shared libraries manually since upstream install-strip target is fail Changes: https://launchpad.net/libmemcached/+announcements [1] https://bugs.launchpad.net/libmemcached/+bug/1245562 [2] https://bugs.launchpad.net/libmemcached/+bug/1400560 Approved by: Mikhail Tsatsenko (maintainer, via email) --- www/mod_memcache_block/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/mod_memcache_block/Makefile b/www/mod_memcache_block/Makefile index 7062f5ef252a..8efe96a2111f 100644 --- a/www/mod_memcache_block/Makefile +++ b/www/mod_memcache_block/Makefile @@ -3,6 +3,7 @@ PORTNAME= mod_memcache_block PORTVERSION= 20120821 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/netik/mod_memcache_block/tarball/${GITVERSION}/ DISTNAME= mod_memcache_block-${GITVERSION} -- cgit