Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2017 21:27:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440380 - head/databases/libmemcached
Message-ID:  <201705072127.v47LRDYb052634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May  7 21:27:13 2017
New Revision: 440380
URL: https://svnweb.freebsd.org/changeset/ports/440380

Log:
  Fix SASL option
  
  - Sort USES
  - Bump PORTREVISION for package change
  
  PR:		219100
  Submitted by:	sunpoet (myself)
  Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)

Modified:
  head/databases/libmemcached/Makefile

Modified: head/databases/libmemcached/Makefile
==============================================================================
--- head/databases/libmemcached/Makefile	Sun May  7 21:27:08 2017	(r440379)
+++ head/databases/libmemcached/Makefile	Sun May  7 21:27:13 2017	(r440380)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libmemcached
 PORTVERSION=	1.0.18
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
 
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS?=	libevent.so:devel/libevent
 TEST_DEPENDS=	memcached:databases/memcached
 
-USES=		autoreconf execinfo gmake pathfix pkgconfig libtool
+USES=		autoreconf execinfo gmake libtool localbase pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705072127.v47LRDYb052634>