aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-01-25 23:00:29 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-01-25 23:00:29 +0000
commitd1647fb39b653f8a5bd7d4c432fc26dd027d96db (patch)
tree96be6022bc29b8b1941084b05857a87ca4b5cd50 /news
parentde96f86e709722eac00eeaf49ebda6f92bdd9d00 (diff)
downloadports-d1647fb39b653f8a5bd7d4c432fc26dd027d96db.tar.gz
ports-d1647fb39b653f8a5bd7d4c432fc26dd027d96db.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/sabnzbdplus/Makefile20
1 files changed, 2 insertions, 18 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile
index 0c94299c80fa..0cb25bd81bc0 100644
--- a/news/sabnzbdplus/Makefile
+++ b/news/sabnzbdplus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sabnzbdplus
PORTVERSION= 0.4.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION}
DISTNAME= SABnzbd-${PORTVERSION}-src
@@ -20,7 +20,7 @@ RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah \
${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils
BUILD_DEPENDS= ${RUN_DEPENDS}
-USE_PYTHON= -2.5
+USE_PYTHON= 2.4+
PYVERSION= ${PYTHON_VERSION:S/^python//}
@@ -37,22 +37,6 @@ OPTIONS= PAR2CMDLINE "Required for postprocessing of par files." on \
.include <bsd.port.pre.mk>
-#
-# Make sure that we build with the correct version of Python.
-#
-# The following variables may need to be added to /etc/make.conf or to
-# a build-specific environment file when building under Tinderbox:
-#
-# PYTHON_VERSION=python2.5
-# PYTHON_DEFAULT_VERSION=python2.5
-#
-# Ref: http://www.marcuscom.com/pipermail/tinderbox-list/2007-October/000948.html
-#
-.if defined(PACKAGE_BUILDING) && \
- ${PYTHON_VERSION} != ${PYTHON_DEFAULT_VERSION}
-IGNORE= needs Python ${PYTHON_VERSION} instead of ${PYTHON_DEFAULT_VERSION}
-.endif
-
.if defined(PYTHON_VERSION) && ${PYVERSION:S/.//} < 25
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree
.endif