From owner-svn-ports-head@FreeBSD.ORG Thu Oct 11 13:46:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1068935; Thu, 11 Oct 2012 13:46:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8889C8FC08; Thu, 11 Oct 2012 13:46:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9BDkU40032066; Thu, 11 Oct 2012 13:46:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9BDkU7Y032063; Thu, 11 Oct 2012 13:46:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210111346.q9BDkU7Y032063@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 11 Oct 2012 13:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305725 - in head: net/tucan www/py-formalchemy 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: Thu, 11 Oct 2012 13:46:30 -0000 Author: bapt Date: Thu Oct 11 13:46:29 2012 New Revision: 305725 URL: http://svn.freebsd.org/changeset/ports/305725 Log: Dependency line should not end with a '/' Submitted by: az Feature safe: yes Modified: head/net/tucan/Makefile head/www/py-formalchemy/Makefile Modified: head/net/tucan/Makefile ============================================================================== --- head/net/tucan/Makefile Thu Oct 11 13:43:44 2012 (r305724) +++ head/net/tucan/Makefile Thu Oct 11 13:46:29 2012 (r305725) @@ -16,7 +16,7 @@ MAINTAINER= gustau.perez@gmail.com COMMENT= Tucan Manager aids file-sharing with 1-click hosters RUN_DEPENDS= ${LOCALBASE}/bin/pilconvert.py:${PORTSDIR}/graphics/py-imaging \ - ${LOCALBASE}/bin/cntraining:${PORTSDIR}/graphics/tesseract/ + ${LOCALBASE}/bin/cntraining:${PORTSDIR}/graphics/tesseract NO_BUILD= yes USE_GNOME= pygtk2 librsvg2 Modified: head/www/py-formalchemy/Makefile ============================================================================== --- head/www/py-formalchemy/Makefile Thu Oct 11 13:43:44 2012 (r305724) +++ head/www/py-formalchemy/Makefile Thu Oct 11 13:46:29 2012 (r305725) @@ -17,8 +17,8 @@ MAINTAINER= ghostonthewire@gmail.com COMMENT= Toolkit for creating HTML form elements manually or from SQLAlchemy mapped classes BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:${PORTSDIR}/databases/py-sqlalchemy06 \ - ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:${PORTSDIR}/textproc/py-Tempita/ \ - ${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:${PORTSDIR}/www/py-webhelpers/ + ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:${PORTSDIR}/textproc/py-Tempita \ + ${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:${PORTSDIR}/www/py-webhelpers RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes