Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 11:18:02 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351462 - head/devel/py-daemon
Message-ID:  <201404171118.s3HBI2oR098118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Thu Apr 17 11:18:02 2014
New Revision: 351462
URL: http://svnweb.freebsd.org/changeset/ports/351462
QAT: https://qat.redports.org/buildarchive/r351462/

Log:
  - Fix typo to have correct dependencies
  
  With hat:	portmgr

Modified:
  head/devel/py-daemon/Makefile

Modified: head/devel/py-daemon/Makefile
==============================================================================
--- head/devel/py-daemon/Makefile	Thu Apr 17 10:58:46 2014	(r351461)
+++ head/devel/py-daemon/Makefile	Thu Apr 17 11:18:02 2014	(r351462)
@@ -3,6 +3,7 @@
 
 PORTNAME=	daemon
 PORTVERSION=	1.6
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ MAINTAINER=	jessekempf@gmail.com
 COMMENT=	Well-behaved daemon framework for Python
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile
-RUN_DEPENDS:=	${BUILD_REPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404171118.s3HBI2oR098118>