svn commit: r351462 - head/devel/py-daemon
Bernhard Froehlich
decke at FreeBSD.org
Thu Apr 17 11:18:02 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list