svn commit: r410936 - head/news/sabnzbdplus

Kurt Jaeger pi at FreeBSD.org
Sat Mar 12 22:32:56 UTC 2016


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 at gmail.com
  Approved by:	joshruehlig at 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


More information about the svn-ports-head mailing list