From owner-svn-ports-head@FreeBSD.ORG Tue Jun 4 10:37:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B8BECD06; Tue, 4 Jun 2013 10:37:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A9CDB1996; Tue, 4 Jun 2013 10:37:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r54AbCBT047291; Tue, 4 Jun 2013 10:37:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r54AbCXx047290; Tue, 4 Jun 2013 10:37:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306041037.r54AbCXx047290@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 4 Jun 2013 10:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319852 - head/mail/py-ppolicy 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.14 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: Tue, 04 Jun 2013 10:37:12 -0000 Author: bapt Date: Tue Jun 4 10:37:12 2013 New Revision: 319852 URL: http://svnweb.freebsd.org/changeset/ports/319852 Log: Fix conversion mistake Reported by: Freshports sanity check Modified: head/mail/py-ppolicy/Makefile Modified: head/mail/py-ppolicy/Makefile ============================================================================== --- head/mail/py-ppolicy/Makefile Tue Jun 4 10:32:49 2013 (r319851) +++ head/mail/py-ppolicy/Makefile Tue Jun 4 10:37:12 2013 (r319852) @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= GEOIP LDAP .include .if ${PORT_OPTIONS:MGEOIP} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GEOIP.so:${PORTSDIR}/net/py-GEOIP +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP .endif .if ${PORT_OPTIONS:MMYSQL} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb