From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 17:29:55 2014 Return-Path: Delivered-To: svn-ports-all@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 273B87B1; Tue, 15 Apr 2014 17:29:55 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13ABC1607; Tue, 15 Apr 2014 17:29:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FHTsTP043941; Tue, 15 Apr 2014 17:29:54 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FHTsb7043940; Tue, 15 Apr 2014 17:29:54 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404151729.s3FHTsb7043940@svn.freebsd.org> From: Steve Wills Date: Tue, 15 Apr 2014 17:29:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351354 - head/databases/pyspatialite 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.17 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, 15 Apr 2014 17:29:55 -0000 Author: swills Date: Tue Apr 15 17:29:54 2014 New Revision: 351354 URL: http://svnweb.freebsd.org/changeset/ports/351354 QAT: https://qat.redports.org/buildarchive/r351354/ Log: - Stage PR: ports/188652 Submitted by: Bartek Rutkowski Approved by: portmgr@ (blanket) Modified: head/databases/pyspatialite/Makefile Modified: head/databases/pyspatialite/Makefile ============================================================================== --- head/databases/pyspatialite/Makefile Tue Apr 15 17:24:28 2014 (r351353) +++ head/databases/pyspatialite/Makefile Tue Apr 15 17:29:54 2014 (r351354) @@ -23,7 +23,6 @@ PYDISTUTILS_PKGNAME= pyspatialite AMALGAMATION_NAME= libspatialite-amalgamation-${PORTVERSION} -NO_STAGE= yes .include .if empty(ICONV_LIB)