From owner-svn-ports-head@freebsd.org Wed Jan 20 14:57:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D894A88711; Wed, 20 Jan 2016 14:57:04 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ECFF122F; Wed, 20 Jan 2016 14:57:04 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KEv3tG089195; Wed, 20 Jan 2016 14:57:03 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KEv3ZO089194; Wed, 20 Jan 2016 14:57:03 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601201457.u0KEv3ZO089194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 14:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406753 - head/devel/pecl-propro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 14:57:04 -0000 Author: vanilla Date: Wed Jan 20 14:57:02 2016 New Revision: 406753 URL: https://svnweb.freebsd.org/changeset/ports/406753 Log: 1: add gmake to USES to fix building of pecl-http. 2: bump revision. Submitted by: dweimer@dweimer.net Modified: head/devel/pecl-propro/Makefile Modified: head/devel/pecl-propro/Makefile ============================================================================== --- head/devel/pecl-propro/Makefile Wed Jan 20 13:55:17 2016 (r406752) +++ head/devel/pecl-propro/Makefile Wed Jan 20 14:57:02 2016 (r406753) @@ -3,6 +3,7 @@ PORTNAME= propro PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* -USES= tar:tgz +USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes