aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-12-26 17:05:28 +0800
committerrm <rm@FreeBSD.org>2012-12-26 17:05:28 +0800
commit182ce6131d58a4073626ad2e620efc32288733ac (patch)
tree0d6956117c9137c75173a3d31aa2dcc569918781 /www
parent11fe41b4ac910dca85456e4b77d5b5f6240fbeff (diff)
downloadfreebsd-ports-gnome-182ce6131d58a4073626ad2e620efc32288733ac.tar.gz
freebsd-ports-gnome-182ce6131d58a4073626ad2e620efc32288733ac.tar.zst
freebsd-ports-gnome-182ce6131d58a4073626ad2e620efc32288733ac.zip
- remove bogus setuptools dependency. This port actually using
bundled ``paver'' build tool, that's initiated by distutils's setup.py. - bump PORTREVISION because of dependency change - trim Makefile header - try to avoid PYTHON_SITELIBDIR in *_DEPENDS - limit python version to 2.x only per official docs - use ``yes'' in USE_PYDISTUTILS - whitespace fix in pkg-descr PR: 174320 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'www')
-rw-r--r--www/py-flexget/Makefile17
-rw-r--r--www/py-flexget/pkg-descr2
2 files changed, 7 insertions, 12 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile
index ef2ddbfd5be5..3f7286d8c075 100644
--- a/www/py-flexget/Makefile
+++ b/www/py-flexget/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: flexget
-# Date created: Fri Mar 5 04:02:22 UTC 2010
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= flexget
PORTVERSION= 1.0r2315
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://download.flexget.com/unstable/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,10 +14,9 @@ COMMENT= Program to automate downloading from different sources
LICENSE= MIT
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \
- ${PYTHON_PKGNAMEPREFIX}nose>=0.11:${PORTSDIR}/devel/py-nose
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.11:${PORTSDIR}/devel/py-nose
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy \
- ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \
+ ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0.11:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_PKGNAMEPREFIX}pygooglechart>=0:${PORTSDIR}/graphics/py-pygooglechart \
${PYTHON_PKGNAMEPREFIX}progressbar>=0:${PORTSDIR}/misc/py-progressbar \
@@ -34,8 +29,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sql
${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:${PORTSDIR}/www/py-html5lib \
${PYTHON_PKGNAMEPREFIX}nose>=0.11:${PORTSDIR}/devel/py-nose
-USE_PYTHON= 2.5+
-USE_PYDISTUTILS= all
+USE_PYTHON= -2.7
+USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= FlexGet
PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/r.*//}
PYDISTUTILS_NOEGGINFO= yes
diff --git a/www/py-flexget/pkg-descr b/www/py-flexget/pkg-descr
index 676316903435..4db19437378f 100644
--- a/www/py-flexget/pkg-descr
+++ b/www/py-flexget/pkg-descr
@@ -12,5 +12,5 @@ support.
For example, it works with the following applications:
- BitTorrent: rTorrent, uTorrent, Transmission and Deluge
- Usenet: nzbget, sabnzb and hellanzb
-
+
WWW: http://flexget.com/