From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 17:07:04 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 ESMTPS id 3C622813; Tue, 19 Nov 2013 17:07:04 +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 2A45A2D5F; Tue, 19 Nov 2013 17:07:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJH74Xb093069; Tue, 19 Nov 2013 17:07:04 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJH72g6093057; Tue, 19 Nov 2013 17:07:02 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311191707.rAJH72g6093057@svn.freebsd.org> From: Li-Wen Hsu Date: Tue, 19 Nov 2013 17:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334329 - in head: devel/hachoir-core devel/hachoir-parser devel/hachoir-regex sysutils/hachoir-metadata sysutils/hachoir-subfile sysutils/hachoir-urwid sysutils/hachoir-wx 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.16 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: Tue, 19 Nov 2013 17:07:04 -0000 Author: lwhsu Date: Tue Nov 19 17:07:02 2013 New Revision: 334329 URL: http://svnweb.freebsd.org/changeset/ports/334329 Log: - Support STAGEDIR Modified: head/devel/hachoir-core/Makefile head/devel/hachoir-parser/Makefile head/devel/hachoir-regex/Makefile head/sysutils/hachoir-metadata/Makefile head/sysutils/hachoir-subfile/Makefile head/sysutils/hachoir-urwid/Makefile head/sysutils/hachoir-wx/Makefile Modified: head/devel/hachoir-core/Makefile ============================================================================== --- head/devel/hachoir-core/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/devel/hachoir-core/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -12,5 +12,4 @@ COMMENT= Hachoir core parser USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include Modified: head/devel/hachoir-parser/Makefile ============================================================================== --- head/devel/hachoir-parser/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/devel/hachoir-parser/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -15,5 +15,4 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoi USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include Modified: head/devel/hachoir-regex/Makefile ============================================================================== --- head/devel/hachoir-regex/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/devel/hachoir-regex/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -12,5 +12,4 @@ COMMENT= Regular expression manipulation USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include Modified: head/sysutils/hachoir-metadata/Makefile ============================================================================== --- head/sysutils/hachoir-metadata/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/sysutils/hachoir-metadata/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoi USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include PYDISTUTILS_CONFIGUREARGS+= --disable-qt Modified: head/sysutils/hachoir-subfile/Makefile ============================================================================== --- head/sysutils/hachoir-subfile/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/sysutils/hachoir-subfile/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -15,5 +15,4 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoi USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include Modified: head/sysutils/hachoir-urwid/Makefile ============================================================================== --- head/sysutils/hachoir-urwid/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/sysutils/hachoir-urwid/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -15,5 +15,4 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoi USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include Modified: head/sysutils/hachoir-wx/Makefile ============================================================================== --- head/sysutils/hachoir-wx/Makefile Tue Nov 19 16:28:59 2013 (r334328) +++ head/sysutils/hachoir-wx/Makefile Tue Nov 19 17:07:02 2013 (r334329) @@ -18,5 +18,4 @@ WX_COMPS= python WX_UNICODE= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include