svn commit: r305725 - in head: net/tucan www/py-formalchemy

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 11 13:46:30 UTC 2012


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 at 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 at 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


More information about the svn-ports-all mailing list