diff options
author | zi <zi@FreeBSD.org> | 2011-08-10 00:48:34 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-08-10 00:48:34 +0800 |
commit | 35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4 (patch) | |
tree | 2a72efc985eef825165f9fa87afb44ae3eff2aac /news/sabnzbdplus/Makefile | |
parent | 2b03a83f1801b9e62df10412eb8a33e2f5443560 (diff) | |
download | freebsd-ports-graphics-35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4.tar.gz freebsd-ports-graphics-35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4.tar.zst freebsd-ports-graphics-35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4.zip |
Update to 0.6.6
Pacify portlint(1)
PR: ports/159373
Submitted by: David Brooks <dab@rj45.org> (maintainer)
Approved by: wxs (mentor)
Diffstat (limited to 'news/sabnzbdplus/Makefile')
-rw-r--r-- | news/sabnzbdplus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index d664abb2ba1..7189ce9370b 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sabnzbdplus -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src @@ -14,13 +14,13 @@ DISTNAME= SABnzbd-${PORTVERSION}-src MAINTAINER= dab@rj45.org COMMENT= A web-interface based binary newsgrabber in python, with nzb support +LICENSE= GPLv2 + RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah \ ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.0:${PORTSDIR}/www/py-cherrypy \ ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -LICENSE= GPLv2 - USE_PYTHON= 2.5+ NO_BUILD= yes |