Date: Thu, 11 Oct 2012 13:46:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> 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 Message-ID: <201210111346.q9BDkU7Y032063@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210111346.q9BDkU7Y032063>