From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 16:36:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 714BF61B; Thu, 30 Jan 2014 16:36:54 +0000 (UTC) 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 5D3451DB4; Thu, 30 Jan 2014 16:36:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UGas96028457; Thu, 30 Jan 2014 16:36:54 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UGasF6028455; Thu, 30 Jan 2014 16:36:54 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401301636.s0UGasF6028455@svn.freebsd.org> From: Martin Wilke Date: Thu, 30 Jan 2014 16:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341858 - in head: audio/pecl-id3 graphics/php-magickwand 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.17 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: Thu, 30 Jan 2014 16:36:54 -0000 Author: miwi Date: Thu Jan 30 16:36:53 2014 New Revision: 341858 URL: http://svnweb.freebsd.org/changeset/ports/341858 QAT: https://qat.redports.org/buildarchive/r341858/ Log: - Stage support Modified: head/audio/pecl-id3/Makefile head/graphics/php-magickwand/Makefile Modified: head/audio/pecl-id3/Makefile ============================================================================== --- head/audio/pecl-id3/Makefile Thu Jan 30 16:21:49 2014 (r341857) +++ head/audio/pecl-id3/Makefile Thu Jan 30 16:36:53 2014 (r341858) @@ -13,7 +13,6 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Extension to read and write ID3 tags in MP3 files USE_PHP= yes -NO_STAGE= yes USE_PHPEXT= yes DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Thu Jan 30 16:21:49 2014 (r341857) +++ head/graphics/php-magickwand/Makefile Thu Jan 30 16:36:53 2014 (r341858) @@ -19,5 +19,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} -NO_STAGE= yes .include