From owner-svn-ports-all@FreeBSD.ORG Wed Oct 30 20:55:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8CCEA4A6; Wed, 30 Oct 2013 20:55:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FC0122E3; Wed, 30 Oct 2013 20:55:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UKtK4X043526; Wed, 30 Oct 2013 20:55:20 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9UKtK7w043524; Wed, 30 Oct 2013 20:55:20 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201310302055.r9UKtK7w043524@svn.freebsd.org> From: Antoine Brodin Date: Wed, 30 Oct 2013 20:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332171 - in head/devel/pecl-zookeeper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 20:55:20 -0000 Author: antoine Date: Wed Oct 30 20:55:19 2013 New Revision: 332171 URL: http://svnweb.freebsd.org/changeset/ports/332171 Log: - Update to 0.2.2 - Add LICENSE - Use new LIB_DEPENDS syntax - Convert to STAGEDIR PR: ports/181417 Submitted by: Gea-Suan Lin (maintainer) Deleted: head/devel/pecl-zookeeper/files/ Modified: head/devel/pecl-zookeeper/Makefile head/devel/pecl-zookeeper/distinfo Modified: head/devel/pecl-zookeeper/Makefile ============================================================================== --- head/devel/pecl-zookeeper/Makefile Wed Oct 30 20:43:51 2013 (r332170) +++ head/devel/pecl-zookeeper/Makefile Wed Oct 30 20:55:19 2013 (r332171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,15 +12,16 @@ DIST_SUBDIR= PECL MAINTAINER= gslin@gslin.org COMMENT= PHP extension for interfacing with Apache ZooKeeper -LIB_DEPENDS= zookeeper_st:${PORTSDIR}/devel/zookeeper +LICENSE= PHP301 + +LIB_DEPENDS= libzookeeper_mt.so:${PORTSDIR}/devel/zookeeper USE_PHP= session USE_PHP_BUILD= session USE_PHPEXT= yes -NO_STAGE= yes post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/zookeeper-api.php ${DATADIR}/ + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/zookeeper-api.php ${STAGEDIR}${DATADIR} .include Modified: head/devel/pecl-zookeeper/distinfo ============================================================================== --- head/devel/pecl-zookeeper/distinfo Wed Oct 30 20:43:51 2013 (r332170) +++ head/devel/pecl-zookeeper/distinfo Wed Oct 30 20:55:19 2013 (r332171) @@ -1,2 +1,2 @@ -SHA256 (PECL/zookeeper-0.2.1.tgz) = 17352a58a216273cb0883eddd0a8bbcefb00a73817a99649f42baea128f398d6 -SIZE (PECL/zookeeper-0.2.1.tgz) = 17974 +SHA256 (PECL/zookeeper-0.2.2.tgz) = ce657910472b0880e2f9dd0c73558a94a15c2cfc0208ba305dcc02e27cb34f78 +SIZE (PECL/zookeeper-0.2.2.tgz) = 19905