svn commit: r440380 - head/databases/libmemcached

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 7 21:27:15 UTC 2017


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 at 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


More information about the svn-ports-all mailing list