Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 18:08:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434984 - head/news/sabnzbdplus
Message-ID:  <201702271808.v1RI8O1O001088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Feb 27 18:08:24 2017
New Revision: 434984
URL: https://svnweb.freebsd.org/changeset/ports/434984

Log:
  news/sabnzbdplus: Update to 1.2.1
  
  PR:		217359
  Submitted by:	joshruehlig@gmail.com (maintainer)

Modified:
  head/news/sabnzbdplus/Makefile
  head/news/sabnzbdplus/distinfo

Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile	Mon Feb 27 17:47:25 2017	(r434983)
+++ head/news/sabnzbdplus/Makefile	Mon Feb 27 18:08:24 2017	(r434984)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sabnzbdplus
-PORTVERSION=	1.2.0
+PORTVERSION=	1.2.1
 CATEGORIES=	news
 
 MAINTAINER=	joshruehlig@gmail.com
@@ -17,12 +17,13 @@ RUN_DEPENDS=	cheetah:devel/py-cheetah \
 USE_GITHUB=	yes
 GH_ACCOUNT=	sabnzbd
 GH_PROJECT=	sabnzbd
+GH_TAGNAME=	95a7924
 
-USES=		python:2.7
+USES=		python:2.7 shebangfix
+SHEBANG_FILES=	SABnzbd.py tools/msgfmt.py
 
 NO_ARCH=	yes
-PLIST_SUB=	PORTNAME=${PORTNAME}
-SUB_LIST=	PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD}
+SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
 SUB_FILES=	pkg-message
 USE_RC_SUBR=	sabnzbd
 
@@ -51,15 +52,11 @@ UNRAR_RUN_DEPENDS=	unrar:archivers/unrar
 7ZIP_RUN_DEPENDS=	7za:archivers/p7zip
 
 post-patch:
-	@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \
-		 ${WRKSRC}/SABnzbd.py
 	@${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \
 		 ${WRKSRC}/SABnzbd.py
 
 # Generate locale files
 do-build:
-	@${REINPLACE_CMD} -e "s:/usr/bin/env[[:space:]]python:${PYTHON_CMD}:g" \
-		 ${WRKSRC}/tools/msgfmt.py
 	cd ${WRKSRC} && ${PYTHON_CMD} tools/make_mo.py
 
 do-install:

Modified: head/news/sabnzbdplus/distinfo
==============================================================================
--- head/news/sabnzbdplus/distinfo	Mon Feb 27 17:47:25 2017	(r434983)
+++ head/news/sabnzbdplus/distinfo	Mon Feb 27 18:08:24 2017	(r434984)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485062633
-SHA256 (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 97d0ac8afd2c8f3db3e1fc965a74b6060c40bd4e03cbd16aa9d18845bf197b20
-SIZE (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 5312602
+TIMESTAMP = 1488181219
+SHA256 (sabnzbd-sabnzbd-1.2.1-95a7924_GH0.tar.gz) = 22c43acabef1ab29235912196fee5aba1359c6b0fbd47e499de14105db2fad37
+SIZE (sabnzbd-sabnzbd-1.2.1-95a7924_GH0.tar.gz) = 5316804



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