Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2016 22:32:54 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410936 - head/news/sabnzbdplus
Message-ID:  <201603122232.u2CMWshj038993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Mar 12 22:32:54 2016
New Revision: 410936
URL: https://svnweb.freebsd.org/changeset/ports/410936

Log:
  news/sabnzbdplus: fix RUN_DEPENDS
  
  PR:		207936
  Submitted by:	Ultima1252@gmail.com
  Approved by:	joshruehlig@gmail.com (maintainer)

Modified:
  head/news/sabnzbdplus/Makefile

Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile	Sat Mar 12 22:02:51 2016	(r410935)
+++ head/news/sabnzbdplus/Makefile	Sat Mar 12 22:32:54 2016	(r410936)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sabnzbdplus
 PORTVERSION=	0.7.20
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	SABnzbd-${PORTVERSION}-src
@@ -43,14 +43,14 @@ UNRAR_DESC=	Often required for unpacking
 FEEDPARSER_DESC=	rss-feed support
 YENC_DESC=	yenc support
 
-.include <bsd.port.pre.mk>
-
 PAR2CMDLINE_RUN_DEPENDS=	par2repair:${PORTSDIR}/archivers/par2cmdline-tbb
 FEEDPARSER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser
 YENC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc
 OPENSSL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
 UNRAR_RUN_DEPENDS=	unrar:${PORTSDIR}/archivers/unrar
 
+.include <bsd.port.pre.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \
 		 ${WRKSRC}/SABnzbd.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603122232.u2CMWshj038993>