svn commit: r306363 - head/devel/py-celery
Wen Heping
wen at FreeBSD.org
Thu Oct 25 01:24:45 UTC 2012
Author: wen
Date: Thu Oct 25 01:24:44 2012
New Revision: 306363
URL: http://svn.freebsd.org/changeset/ports/306363
Log:
- Fix RUN_DEPENDS [1]
- Trim Makefile headers
PR: 172908 [1]
Submitted by: William Grzybowski <william88 at gmail.com> [1]
Approved by: Alexandros Kosiaris <akosiaris at gmail.com> (maintainer) [1]
Feature safe: yes
Modified:
head/devel/py-celery/Makefile
Modified: head/devel/py-celery/Makefile
==============================================================================
--- head/devel/py-celery/Makefile Thu Oct 25 01:05:53 2012 (r306362)
+++ head/devel/py-celery/Makefile Thu Oct 25 01:24:44 2012 (r306363)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-celery
-# Date created: 2012-03-04
-# Whom: Alexandros Kosiaris <akosiaris+ports at gmail.com>
-#
+# Created by: Alexandros Kosiaris <akosiaris+ports at gmail.com>
# $FreeBSD$
-#
PORTNAME= celery
PORTVERSION= 2.5.5
@@ -26,7 +22,7 @@ USE_PYDISTUTILS= easy_install
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 270
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \
${PYTHON_PKGNAMEPREFIX}importlib>=0:${PORTSDIR}/devel/py-importlib
.endif
More information about the svn-ports-head
mailing list