svn commit: r351153 - branches/2014Q2/devel/pecl-zookeeper

Antoine Brodin antoine at FreeBSD.org
Sat Apr 12 22:19:40 UTC 2014


Author: antoine
Date: Sat Apr 12 22:19:39 2014
New Revision: 351153
URL: http://svnweb.freebsd.org/changeset/ports/351153
QAT: https://qat.redports.org/buildarchive/r351153/

Log:
  MFH: r351151
  
  Unbreak
  
  Reported by:	pkg-fallout
  Approved by:	portmgr (self)

Modified:
  branches/2014Q2/devel/pecl-zookeeper/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/devel/pecl-zookeeper/Makefile
==============================================================================
--- branches/2014Q2/devel/pecl-zookeeper/Makefile	Sat Apr 12 22:19:04 2014	(r351152)
+++ branches/2014Q2/devel/pecl-zookeeper/Makefile	Sat Apr 12 22:19:39 2014	(r351153)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zookeeper
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,7 +15,7 @@ COMMENT=	PHP extension for interfacing w
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	libzookeeper_mt.so:${PORTSDIR}/devel/zookeeper
+LIB_DEPENDS=	libzookeeper_mt.so:${PORTSDIR}/devel/libzookeeper
 
 USE_PHP=	session
 USE_PHP_BUILD=	session


More information about the svn-ports-all mailing list